daily autocommit
This commit is contained in:
@@ -1322,7 +1322,6 @@ maybe chmod 0644 'systemd/resolved.conf'
|
||||
maybe chmod 0644 'systemd/sleep.conf'
|
||||
maybe chmod 0755 'systemd/system'
|
||||
maybe chmod 0644 'systemd/system.conf'
|
||||
maybe chmod 0644 'systemd/system/AdGuardHome.service'
|
||||
maybe chmod 0644 'systemd/system/autologin@.service'
|
||||
maybe chmod 0755 'systemd/system/bluetooth.target.wants'
|
||||
maybe chmod 0755 'systemd/system/default.target.wants'
|
||||
|
||||
@@ -1 +1 @@
|
||||
{'protocol': 'http', 'installed_aghash': 'f41a80b0d5ea1073', 'last_error': "HTTPConnectionPool(host='192.168.0.99', port=80): Max retries exceeded with url: /realm/check_mk (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x75d01238>: Failed to establish a new connection: [Errno 113] No route to host'))", 'site': 'realm', 'last_check': 1663571954.7409978, 'host_name': 'serviceraspi.realm.local', 'server': '192.168.0.99', 'last_update': 1658996605.6721725, 'host_secret': 'pntxhkgisefetedlluhmbneceelnviymvmrfcsaezocoirlcjurakqmfhjuunxlv', 'user': 'caelebfi', 'pending_hash': None}
|
||||
{'protocol': 'http', 'installed_aghash': 'f41a80b0d5ea1073', 'last_error': "HTTPConnectionPool(host='192.168.0.99', port=80): Max retries exceeded with url: /realm/check_mk (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x75d0f238>: Failed to establish a new connection: [Errno 113] No route to host'))", 'site': 'realm', 'last_check': 1663571954.7409978, 'host_name': 'serviceraspi.realm.local', 'server': '192.168.0.99', 'last_update': 1658996605.6721725, 'host_secret': 'pntxhkgisefetedlluhmbneceelnviymvmrfcsaezocoirlcjurakqmfhjuunxlv', 'user': 'caelebfi', 'pending_hash': None}
|
||||
|
||||
@@ -31,7 +31,7 @@ server {
|
||||
|
||||
|
||||
location / {
|
||||
proxy_pass http://localhost:8081;
|
||||
proxy_pass http://192.168.0.5:80;
|
||||
proxy_read_timeout 90s;
|
||||
proxy_connect_timeout 90s;
|
||||
proxy_send_timeout 90s;
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
[Unit]
|
||||
Description=AdGuard Home: Network-level blocker
|
||||
ConditionFileIsExecutable=/opt/AdGuardHome/AdGuardHome
|
||||
After=syslog.target network-online.target
|
||||
|
||||
[Service]
|
||||
StartLimitInterval=5
|
||||
StartLimitBurst=10
|
||||
ExecStart=/opt/AdGuardHome/AdGuardHome "-s" "run"
|
||||
|
||||
WorkingDirectory=/opt/AdGuardHome
|
||||
|
||||
|
||||
|
||||
StandardOutput=file:/var/log/AdGuardHome.out
|
||||
StandardError=file:/var/log/AdGuardHome.err
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
EnvironmentFile=-/etc/sysconfig/AdGuardHome
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
@@ -1 +0,0 @@
|
||||
/etc/systemd/system/AdGuardHome.service
|
||||
Reference in New Issue
Block a user