From 54e851fbb992e8f7b0e4026686f10a8ddd4d7a94 Mon Sep 17 00:00:00 2001 From: Romulus21 Date: Sun, 8 Aug 2021 09:27:12 +0200 Subject: [PATCH] update links --- .gitignore | 1 + Envoy.blade.php | 6 +++--- public/js/app.js.LICENSE.txt | 8 ++++---- .../views/Automation/AutomaticLinksHome.vue | 19 ++++++++----------- 4 files changed, 16 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index dae0d6e..2101734 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ package-lock.json .idea/ config/web-tinker.php public/vendor/web-tinker +public/js/app.js.LICENSE.txt diff --git a/Envoy.blade.php b/Envoy.blade.php index 101c667..9ec48c0 100644 --- a/Envoy.blade.php +++ b/Envoy.blade.php @@ -58,9 +58,9 @@ rsync -avz storage/app/Portal/ raspiwork:/media/pi/RaspiWorkData/Sav/Portal git reset --hard HEAD git pull origin {{ $config->prod_branch }} - php composer.phar install --no-dev - npm install --only=dependencies - npm run production --only=dependencies + composer install --no-dev + npm install + npm run production php artisan migrate --force php artisan optimize php artisan up diff --git a/public/js/app.js.LICENSE.txt b/public/js/app.js.LICENSE.txt index 807d6ba..2198df9 100644 --- a/public/js/app.js.LICENSE.txt +++ b/public/js/app.js.LICENSE.txt @@ -1,12 +1,12 @@ /*! - * Vue.js v2.6.12 - * (c) 2014-2020 Evan You + * Vue.js v2.6.14 + * (c) 2014-2021 Evan You * Released under the MIT License. */ /*! - * vuex v3.6.0 - * (c) 2020 Evan You + * vuex v3.6.2 + * (c) 2021 Evan You * @license MIT */ diff --git a/resources/js/views/Automation/AutomaticLinksHome.vue b/resources/js/views/Automation/AutomaticLinksHome.vue index 77cbb4b..f5630e1 100644 --- a/resources/js/views/Automation/AutomaticLinksHome.vue +++ b/resources/js/views/Automation/AutomaticLinksHome.vue @@ -18,18 +18,15 @@ export default { return { links: [ { name: 'Gitea', link: 'https://git.rodev.fr/'}, - { name: 'Home Assistant', link: 'http://192.168.1.27:8123/lovelace/default_view'}, - { name: 'Météo', link: 'http://192.168.1.32/meteo/meteo'}, - { name: 'MotionEye', link: 'http://192.168.1.32:8765'}, + { name: 'MotionEye', link: 'http://192.168.3.19:8765'}, { name: 'TT-RSS', link: 'https://tt-rss.bricooli.fr'}, - { name: 'Datus', link: 'https://192.168.1.24:5001'}, - { name: 'Pi-Hole', link: 'http://192.168.1.27:8089/admin/index.php'}, - { name: 'Grafana', link: 'http://192.168.1.27:3000'}, - { name: 'Gladys', link: 'http://192.168.1.32/dashboard'}, - { name: 'Kodi', link: 'http://192.168.1.19:8080/'}, - { name: 'RaspiWork Adminer', link: 'http://192.168.1.27:9080/'}, - { name: 'RaspiWeb Adminer', link: 'http://192.168.1.32/adminer.php'}, - { name: 'RaspiGate Adminer', link: 'http://192.168.1.29/adminer.php'}, + { name: 'Datus', link: 'https://192.168.3.24:5001'}, + { name: 'Pi-Hole', link: 'http://192.168.3.19:8089/admin/index.php'}, + { name: 'Grafana', link: 'http://192.168.3.19:3000'}, + { name: 'Gladys', link: 'http://192.168.3.21/dashboard'}, + { name: 'Kodi', link: 'http://192.168.3.12:8080/'}, + { name: 'RaspiWork Adminer', link: 'http://192.168.3.19:9080/'}, + { name: 'RaspiGate Adminer', link: 'http://192.168.3.29/adminer.php'}, ], } },