From 362b218bf6e6ad844bada6ef3e01af68026f149b Mon Sep 17 00:00:00 2001 From: caelebfi Date: Sat, 22 Jan 2022 06:25:03 +0100 Subject: [PATCH] daily autocommit --- cmk-update-agent.state | 2 +- nginx/sites-available/openhab.realm.local.conf | 2 +- nginx/sites-available/photoprism.realm.local.conf | 2 +- nginx/sites-available/portainer.realm.local.conf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmk-update-agent.state b/cmk-update-agent.state index 9c5214a2..19a4d3c0 100644 --- a/cmk-update-agent.state +++ b/cmk-update-agent.state @@ -1 +1 @@ -{'protocol': 'http', 'installed_aghash': 'f6a96ac380071a09', 'last_error': None, 'site': 'realm', 'last_check': 1642769396.3568418, 'host_name': 'serviceraspi.realm.local', 'server': '192.168.0.99', 'last_update': 1639470832.6044304, 'host_secret': 'pntxhkgisefetedlluhmbneceelnviymvmrfcsaezocoirlcjurakqmfhjuunxlv', 'user': 'caelebfi'} +{'protocol': 'http', 'installed_aghash': 'f6a96ac380071a09', 'last_error': None, 'site': 'realm', 'last_check': 1642827355.7839634, 'host_name': 'serviceraspi.realm.local', 'server': '192.168.0.99', 'last_update': 1639470832.6044304, 'host_secret': 'pntxhkgisefetedlluhmbneceelnviymvmrfcsaezocoirlcjurakqmfhjuunxlv', 'user': 'caelebfi'} diff --git a/nginx/sites-available/openhab.realm.local.conf b/nginx/sites-available/openhab.realm.local.conf index 4b28df7d..d0936ba0 100644 --- a/nginx/sites-available/openhab.realm.local.conf +++ b/nginx/sites-available/openhab.realm.local.conf @@ -31,7 +31,7 @@ server { location / { - proxy_pass http://192.168.0.123:8080; + proxy_pass http://192.168.0.40:8080; proxy_read_timeout 90s; proxy_connect_timeout 90s; proxy_send_timeout 90s; diff --git a/nginx/sites-available/photoprism.realm.local.conf b/nginx/sites-available/photoprism.realm.local.conf index 152a5ace..bae2dbe1 100644 --- a/nginx/sites-available/photoprism.realm.local.conf +++ b/nginx/sites-available/photoprism.realm.local.conf @@ -32,7 +32,7 @@ server { location / { - proxy_pass http://192.168.0.99:2342; + proxy_pass http://192.168.0.40:2342; proxy_read_timeout 90s; proxy_connect_timeout 90s; proxy_send_timeout 90s; diff --git a/nginx/sites-available/portainer.realm.local.conf b/nginx/sites-available/portainer.realm.local.conf index 9b46a355..6f95edd3 100644 --- a/nginx/sites-available/portainer.realm.local.conf +++ b/nginx/sites-available/portainer.realm.local.conf @@ -31,7 +31,7 @@ server { location / { - proxy_pass http://192.168.0.99:9000; + proxy_pass http://192.168.0.40:9000; proxy_read_timeout 90s; proxy_connect_timeout 90s; proxy_send_timeout 90s;