Commit graph

1876 commits

Author SHA1 Message Date
Christian Hesse d2de9be439 check-lte-firmware-upgrade: lock the script 2023-06-13 08:58:32 +02:00
Christian Hesse e0714bdfff check-certificates: lock the script 2023-06-13 08:53:03 +02:00
Christian Hesse 4420c79e0c certificate-renew-issued: lock the script 2023-06-13 08:53:03 +02:00
Christian Hesse 1167347ec0 backup-upload: lock the script 2023-06-12 19:04:23 +02:00
Christian Hesse fa851a7838 backup-partition: lock the script 2023-06-12 19:04:23 +02:00
Christian Hesse 229e116999 backup-email: lock the script 2023-06-12 08:17:36 +02:00
Christian Hesse 4aaa144472 backup-cloud: lock the script 2023-06-12 08:17:36 +02:00
Christian Hesse 2f399f2a48 hotspot-to-wpa: fail on missing context 2023-06-11 23:03:17 +02:00
Christian Hesse a4354d762f Merge branch 'doc-copy-hint' into next 2023-06-11 22:45:30 +02:00
Christian Hesse 0b8588e6e8 global-config-overlay: link global-config 2023-06-11 22:45:29 +02:00
Christian Hesse 9a1f2deb57 doc/mod/notification-telegram: hint to copy from global-config 2023-06-11 22:45:29 +02:00
Christian Hesse 4397869260 global-config-overlay: link 'editing-configuration' in README 2023-06-11 22:45:29 +02:00
Christian Hesse 9ebebcfa52 doc/mod/notification-matrix: hint to copy from global-config 2023-06-11 22:45:29 +02:00
Christian Hesse 9ac7cf5fc0 doc/mod/notification-email: hint to copy from global-config 2023-06-11 22:45:29 +02:00
Christian Hesse a0dc721ea3 doc/mod/scriptrunonce: hint to copy from global-config 2023-06-11 22:45:29 +02:00
Christian Hesse c8497d05c5 doc/telegram-chat: hint to copy from global-config 2023-06-11 22:45:29 +02:00
Christian Hesse 5c27024bc6 doc/sms-forward: hint to copy from global-config 2023-06-11 22:45:29 +02:00
Christian Hesse b93126bc46 doc/sms-action: hint to copy from global-config 2023-06-11 22:45:29 +02:00
Christian Hesse 3fafed250e doc/mode-button: hint to copy from global-config 2023-06-11 22:45:29 +02:00
Christian Hesse 601404a5db doc/log-forward: hint to copy from global-config 2023-06-11 22:45:29 +02:00
Christian Hesse 4ab1a88a92 doc/ipsec-to-dns: hint to copy from global-config 2023-06-11 22:45:29 +02:00
Christian Hesse 8fa04fec15 doc/gps-track: hint to copy from global-config 2023-06-11 22:45:29 +02:00
Christian Hesse a77e0bf0d5 doc/dhcp-to-dns: hint to copy from global-config 2023-06-11 22:45:29 +02:00
Christian Hesse 87318fddde doc/daily-psk: hint to copy from global-config 2023-06-11 22:45:29 +02:00
Christian Hesse dea07a7f0b doc/check-routeros-update: hint to copy from global-config 2023-06-11 22:45:29 +02:00
Christian Hesse d4e225f1b7 doc/check-health: hint to copy from global-config 2023-06-11 22:45:29 +02:00
Christian Hesse 2ba93f61ac doc/check-certificates: hint to copy from global-config 2023-06-11 22:45:29 +02:00
Christian Hesse e96b2e4853 doc/certificate-renew-issued: hint to copy from global-config 2023-06-11 22:45:29 +02:00
Christian Hesse a65ea3fc26 doc/backup-upload: hint to copy from global-config 2023-06-11 22:45:29 +02:00
Christian Hesse 083fa82b13 doc/backup-email: hint to copy from global-config 2023-06-11 22:45:29 +02:00
Christian Hesse 5f28e928a1 doc/backup-cloud: hint to copy from global-config 2023-06-11 22:45:29 +02:00
Christian Hesse 964ec39a68 collect-wireless-mac: use 'active-' properties from lease 2023-06-08 21:58:32 +02:00
Christian Hesse 2593f6ba30 dhcp-lease-comment: use 'active-' properties from lease 2023-06-08 21:58:32 +02:00
Christian Hesse 9bfa303038 dhcp-to-dns: use 'active-' properties from lease
Turns out that address for static leases can be an address pool. Of
course that breaks the script as an ip address is expected. Use
'active-address'  instead.

Also let's do the same for 'active-mac-address'...

Fixes GH-43
2023-06-08 21:58:29 +02:00
Christian Hesse 0b04f173c8 check-lte-firmware-upgrade: update formatting of notification 2023-06-07 09:28:51 +02:00
Christian Hesse d2883e6f43 global-functions: $CertificateDownload: add a delay
For any reason the imported certificate(s) is/are not available for
fetch command immediately. Let's add a delay here... It should not hurt
as certificates are not imported that often.
2023-06-01 21:59:52 +02:00
Christian Hesse 0b8979e5b5 global-functions: $ScriptInstallUpdate: handle scripts with DOS line endings
If the script is converted to DOS line endings (\r\n) on the device it
was no longer handled by $ScriptInstallUpdate. Let's change that...
2023-06-01 21:59:52 +02:00
Christian Hesse de8c534d41 doc/daily-psk: rename schedulers...
... to match other scripts.
2023-06-01 09:53:33 +02:00
Christian Hesse 95181fbef9 doc/check-certificates: move and rename schedule at startup 2023-06-01 09:53:33 +02:00
Christian Hesse cfeddde173 doc/check-routeros-update: hint on schedule at startup 2023-06-01 09:53:33 +02:00
Christian Hesse 42c658e1d4 netwatch-dns: reorder variables 2023-06-01 09:53:33 +02:00
Christian Hesse 007d1ff7b8 netwatch-dns: handle status 'up' only 2023-06-01 09:53:33 +02:00
Christian Hesse f416b0e59d netwatch-notify: ignore status 'unknown' 2023-05-31 15:13:14 +02:00
Christian Hesse 1568df3b4f global-config: end all (array) variables with a semicolon 2023-05-31 11:41:50 +02:00
Christian Hesse 8dc0475108 contrib/logo-color: support settings the background 2023-05-26 11:57:18 +02:00
Christian Hesse 51a7453e6c contrib/notification: update the screenshot procedure 2023-05-26 10:07:37 +02:00
Christian Hesse 73564c74c0 contrib/logo-color: link to doc/mod/notification-telegram 2023-05-25 10:39:16 +02:00
Christian Hesse 80198dcfb5 doc/mod/notification-telegram: show how to set bot's profile photo 2023-05-25 10:39:16 +02:00
Christian Hesse ccb0e468b4 contrib/logo-color: add screenshots from browser 2023-05-25 10:39:16 +02:00
Christian Hesse 5b869d5191 contrib/notification: fix the font families 2023-05-25 10:39:16 +02:00