Commit graph

3562 commits

Author SHA1 Message Date
Christian Hesse
1264b19cba fw-addr-lists: early exit with :exit 2026-07-08 16:07:46 +02:00
Christian Hesse
2b09e3cebc firmware-upgrade-reboot: early exit with :exit 2026-07-08 16:07:46 +02:00
Christian Hesse
291922af3e dhcpv6-client-lease: early exit with :exit 2026-07-08 16:07:46 +02:00
Christian Hesse
447063060d dhcpv4-server-lease: early exit with :exit 2026-07-08 16:07:46 +02:00
Christian Hesse
fba21f2cf0 dhcp-to-dns: early exit with :exit 2026-07-08 16:07:46 +02:00
Christian Hesse
1f39138a34 dhcp-lease-comment: early exit with :exit 2026-07-08 16:07:46 +02:00
Christian Hesse
b4a9f48698 daily-psk: early exit with :exit 2026-07-08 16:07:46 +02:00
Christian Hesse
766a699fff collect-wireless-mac: early exit with :exit 2026-07-08 16:07:46 +02:00
Christian Hesse
45780599b7 check-routeros-update: early exit with :exit 2026-07-08 16:07:46 +02:00
Christian Hesse
6efe4fe50b check-perpetual-license: early exit with :exit 2026-07-08 16:07:46 +02:00
Christian Hesse
065acd614a check-lte-firmware-upgrade: early exit with :exit 2026-07-08 16:07:46 +02:00
Christian Hesse
1772c1b859 check-health: early exit with :exit 2026-07-08 16:07:46 +02:00
Christian Hesse
b87950045c check-certificates: early exit with :exit 2026-07-08 16:07:46 +02:00
Christian Hesse
023aae9e24 certificate-renew-issued: early exit with :exit 2026-07-08 16:07:46 +02:00
Christian Hesse
19439e6aba capsman-rolling-upgrade: early exit with :exit 2026-07-08 16:07:46 +02:00
Christian Hesse
0e8c951187 capsman-download-packages: early exit with :exit 2026-07-08 16:07:46 +02:00
Christian Hesse
93b5327006 backup-upload: early exit with :exit 2026-07-08 16:07:46 +02:00
Christian Hesse
add430c664 backup-partition: early exit with :exit 2026-07-08 16:07:46 +02:00
Christian Hesse
92b9f1edd7 backup-email: early exit with :exit 2026-07-08 16:07:46 +02:00
Christian Hesse
9272568ebe backup-cloud: early exit with :exit 2026-07-08 16:07:46 +02:00
Christian Hesse
78f2370fa9 Merge branch 'compare-ids' into next 2026-07-08 16:07:46 +02:00
Christian Hesse
b7353fd7f7 global-functions: deprecate $HexToNum 2026-07-08 16:07:46 +02:00
Christian Hesse
90d271d563 log-forward: fix indention 2026-07-08 16:07:46 +02:00
Christian Hesse
697cb9a269 log-forward: use comparison for ids
This was introduced with RouterOS 7.22beta1.

Initializing $LogForwardLast with boolean value looks odd, but this is
required to match the very first message.
2026-07-08 16:07:46 +02:00
Christian Hesse
4480282079 INITIAL-COMMANDS: warn on missing checksums 2026-07-08 16:07:44 +02:00
Christian Hesse
e906deda04 INITIAL-COMMANDS: give hint on url in global configuration overlay 2026-07-08 16:07:19 +02:00
Christian Hesse
5f32948f20 INITIAL-COMMANDS: give option to install from mirrors 2026-07-08 16:06:53 +02:00
Christian Hesse
0c69d49480 certs: add 'Sectigo Public Server Authentication Root R46'...
... to use with gitlab.com for mirror.

curl -d '["Sectigo Public Server Authentication Root R46"]' https://mkcert.org/generate/ | grep -v '^$' > certs/Sectigo-Public-Server-Authentication-Root-R46.pem
2026-07-08 15:29:36 +02:00
Christian Hesse
b960a9d2fb global-functions: $ScriptInstallUpdate: log and print error
It is no longer expected to fail... So let's complain.
2026-07-08 15:29:36 +02:00
Christian Hesse
aa14c26488 global-functions: $ScriptInstallUpdate: skip checksums if not rsc.eworm.de
The file is not in git repository, but generated when deploying to my
server only.
2026-07-08 15:29:36 +02:00
Christian Hesse
e8fb8fe74e Merge branch 'convert-to-url' into next 2026-06-25 14:09:12 +02:00
Christian Hesse
b47896dfa3 bump required RouterOS version for all scripts 2026-06-25 14:09:12 +02:00
Christian Hesse
5a23a83d35 global-functions: deprecate $UrlEncode 2026-06-25 14:09:12 +02:00
Christian Hesse
12bcacdfe0 Merge branch 'drop-builtin-trust-anchors' into next 2026-06-25 14:09:12 +02:00
Christian Hesse
6653a0a070 mod/notification-telegram: use :convert for url-encoding 2026-06-25 14:09:12 +02:00
Christian Hesse
bf19bf0520 mod/notification-email: get property by name
This works now that we require RouterOS 7.21 anyway.
2026-06-25 14:09:12 +02:00
Christian Hesse
cb423d2491 INITIAL-COMMANDS: drop the old builtin-trust-anchors 2026-06-25 14:09:12 +02:00
Christian Hesse
f36f81e8c3 mod/notification-ntfy: use :convert for url-encoding 2026-06-25 14:09:12 +02:00
Christian Hesse
43893400a5 mod/notification-email: use errors from command...
... instead of reading status from properties. This was introduced in
RouterOS 7.21beta2 (and we bump to 7.21 instead).
2026-06-25 14:09:12 +02:00
Christian Hesse
d231991630 global-functions: $CertificateDownload: drop the old builtin-trust-anchors 2026-06-25 14:09:12 +02:00
Christian Hesse
3682f9d0f7 mod/notification-matrix: use :convert for url-encoding 2026-06-25 14:09:12 +02:00
Christian Hesse
74198d0f38 Merge branch 'toarray-delimiter' into next 2026-06-25 14:09:12 +02:00
Christian Hesse
4fc18c426d global-functions: $CertificateAvailable: drop the old builtin-trust-anchors 2026-06-25 14:09:12 +02:00
Christian Hesse
8e027fe09d daily-psk: use :convert for url-encoding 2026-06-25 14:09:12 +02:00
Christian Hesse
1ba3031d47 introduce STAR-HISTORY 2026-06-25 14:09:12 +02:00
Christian Hesse
5e5441f737 check-health: use :toarray's new delimiter= 2026-06-25 14:09:12 +02:00
Christian Hesse
c1a6ddb84e README: drop the old builtin-trust-anchors 2026-06-25 14:09:12 +02:00
Christian Hesse
fed60eaf5d check-certificates: use :convert for url-encoding 2026-06-25 14:09:12 +02:00
Christian Hesse
8ea5690aff fw-addr-lists: get both Let's Encrypt certificates for rsc.eworm.de 2026-06-25 14:09:12 +02:00
Christian Hesse
65592c5b63 fw-addr-lists: support giving several certificates...
... by delimiting with a colon.
2026-06-25 14:09:12 +02:00