aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2022-04-26global-functions: $DefaultRouteIsReachable: update properties for ROS 7.xrouteros-7.x-6Gravatar Christian Hesse1-1/+1
2022-04-26global-functions: $ScriptInstallUpdate: support giving comment...Gravatar Christian Hesse1-2/+3
... for new scripts. This allows to have extra settings from the beginning, for example: $ScriptInstallUpdate script1,script2 "base-url=https://example.com/your/custom/repository/"
2022-04-26hotspot-to-wpa: create template if missingGravatar Christian Hesse1-2/+7
2022-04-26hotspot-to-wpa: move code for marker upGravatar Christian Hesse1-6/+7
2022-04-07capsman-download-packages: break long linesGravatar Christian Hesse1-2/+4
2022-04-07capsman-download-packages: try to warn about missing logsGravatar Christian Hesse1-3/+9
2022-03-31hotspot-to-wpa: allow login page to loadGravatar Christian Hesse1-0/+3
Depending on configuration the VLAN is changed on the SSID currently serving the hotspot. So give the login page (with success status) a moment to load before kicking the device.
2022-03-30introduce backup-partitionchange-79Gravatar Christian Hesse11-4/+91
2022-03-30check-lte-firmware-upgrade: rework code and its logicGravatar Christian Hesse1-42/+59
2022-03-28check-lte-firmware-upgrade: support starting unattended firmware upgrade...Gravatar Christian Hesse1-0/+12
... from terminal if script is installed.
2022-03-28check-lte-firmware-upgrade: be more verboseGravatar Christian Hesse1-1/+8
2022-03-28check-lte-firmware-upgrade: fix command for ROS 7.xrouteros-7.x-5Gravatar Christian Hesse1-1/+1
2022-03-25capsman-download-packages: get info from logGravatar Christian Hesse2-10/+22
Relying on older packages in local storage may be problematic due to size constraints. Let's check the log for required packages.
2022-03-08firmware-upgrade-reboot: ignore firmware downgradeGravatar Christian Hesse1-0/+4
2022-03-08accesslist-duplicates: use global $ReadGravatar Christian Hesse3-3/+3
2022-03-08global-functions: (re-)introduce global $ReadGravatar Christian Hesse1-0/+6
... to interactively read input from user on terminal.
2022-03-07hotspot-to-wpa: support ignoring specific hotspotGravatar Christian Hesse2-0/+5
2022-03-07hotspot-to-wpa: initialize variables earlierGravatar Christian Hesse1-5/+4
2022-03-01global-functions: $FlushEmailQueue: delay if "in-progress"...Gravatar Christian Hesse1-0/+1
Something else is sending a mail... Let's wait and hope the status is not confused.
2022-03-01doc/mod/notification-matrix: add verbose steps for setupGravatar Michael Gisbers4-2/+57
Modified-by: Christian Hesse <mail@eworm.de>
2022-02-24global-functions: $DeviceInfo: firmware only if upgrade pendingGravatar Christian Hesse1-1/+2
2022-02-24doc/check-routeros-update: update versions in screenshotGravatar Christian Hesse1-4/+4
2022-02-24doc/backup-upload: update versions in screenshotGravatar Christian Hesse1-2/+2
2022-02-24doc/backup-cloud: update versions in screenshotGravatar Christian Hesse1-3/+3
2022-02-23doc/backup-cloud: break long lineGravatar Christian Hesse1-1/+2
2022-02-23doc/backup-upload: warn about possible issueGravatar Christian Hesse1-0/+5
2022-02-23doc/backup-cloud: warn about possible issueGravatar Christian Hesse1-0/+5
2022-02-23doc/backup-upload: mention used option `show-sensitive`Gravatar Christian Hesse1-1/+1
2022-02-23doc/backup-email: mention used option `show-sensitive`Gravatar Christian Hesse1-1/+1
2022-02-23INITIAL-COMMANDS: give another delay before fetchGravatar Christian Hesse1-0/+1
2022-02-22doc/log-forward: remove extra characterGravatar Christian Hesse1-1/+1
Looks like copy'n'paste error...
2022-02-22doc/mod/scriptrunonce: document optional configurationGravatar Christian Hesse1-1/+14
2022-02-22update list of contributorsGravatar Christian Hesse1-0/+1
2022-02-21Merge branch 'doc/mod' into nextGravatar Christian Hesse27-15/+274
2022-02-21doc/mod: notify about new documentationchange-78Gravatar Christian Hesse4-3/+4
2022-02-21add doc/mod/scriptrunonceGravatar Christian Hesse4-0/+39
2022-02-20add doc/mod/ipcalcGravatar Christian Hesse4-0/+54
2022-02-20add doc/mod/inspectvarGravatar Christian Hesse3-0/+34
2022-02-20add doc/mod/notification-matrixGravatar Christian Hesse14-11/+73
2022-02-20add doc/mod/notification-telegramGravatar Christian Hesse14-12/+81
2022-02-20Makefile: match all *.md files, incl. doc/mod/Gravatar Christian Hesse1-1/+1
2022-02-20doc/check-routeros-update: mention e-mail, matrix and telegramGravatar Christian Hesse1-0/+2
2022-02-12doc/mod: put hints into block quote, update info icon, fix linksGravatar Christian Hesse2-6/+6
2022-02-12doc: use another info icon: 🛈 -> ℹī¸Gravatar Christian Hesse34-34/+34
2022-02-11doc/early-errors: no site structure, hint onlyGravatar Christian Hesse1-10/+1
2022-02-11doc: put hints into block quoteGravatar Christian Hesse34-71/+70
2022-02-11INITIAL-COMMANDS: put hint into block quoteGravatar Christian Hesse1-2/+3
2022-02-11README: put hint into block quoteGravatar Christian Hesse1-2/+2
2022-02-11firmware-upgrade-reboot: add a delay before rebootGravatar Christian Hesse1-0/+5
Looks like my timing was too good... Upgrade and reboot happened too fast, so device reported: system;error;critical router was rebooted without proper shutdown Let's try something smart... Delay the reboot by the amount of uptime, and hope all devices - slow and powerful - are happy.
2022-02-10global-functions: $DownloadPackage: handle special casesGravatar Christian Hesse1-7/+3
This is a RouterOS v7 only change! * Revert commit 1e6931c8e34d5035cb07baa98b57eccbcd4278ab (but keep the cherry-picked one in branch routeros-v6). * Drop special case 'routeros-$arch', which no longer exists. * Update package name 'system' to 'routeros'. This should be the correct name, and is expected by CAPsMAN. No idea why package-name property for the file is different...
2022-02-10capsman-download-packages: wireless package does no longer existGravatar Christian Hesse1-3/+0
This is a RouterOS v7 only change!
2022-02-10global-functions: $MkDir: do not act without directoryGravatar Christian Hesse1-0/+4
2022-02-10update list of contributorsGravatar Christian Hesse1-0/+1
Thanks a lot and please enjoy firmware-upgrade-reboot! 😊
2022-02-10introduce firmware-upgrade-rebootchange-77Gravatar Christian Hesse9-3/+75
2022-02-10netwatch-dns: flush cache on configuration changeGravatar Christian Hesse1-0/+4
2022-02-10netwatch-notify: nest conditionsGravatar Christian Hesse1-15/+17
The logic here was right, but RouterOS runs the checks simultaneously. This caused delays even if no resolving was needed. Nesting the checks fixes this.
2022-02-10netwatch-notify: allow to suppress notification on host downchange-76Gravatar Christian Hesse6-10/+23
2022-02-08doc/netwatch-notify: add sectionsGravatar Christian Hesse1-0/+8
2022-02-08doc/packages-update: link backup-cloudGravatar Christian Hesse1-0/+1
2022-01-30packages-update: use correct syntaxGravatar Christian Hesse1-3/+3
2022-01-30check-routeros-update: use correct syntaxGravatar Christian Hesse1-1/+1
2022-01-20global-functions: $ScriptInstallUpdate: quote names in log outputGravatar Christian Hesse1-9/+9
2022-01-20global-functions: $ScriptInstallUpdate: give final url in debug outputGravatar Christian Hesse1-7/+6
2022-01-17global-functions: $DownloadPackage: handle special case with nameGravatar Christian Hesse1-0/+4
For RouterOS 6.x bundled package version and architecture are swapped. Closes: #21
2022-01-17global-functions: $DownloadPackage: give url in debug outputGravatar Christian Hesse1-3/+3
2022-01-14Merge branch 'routeros-v7' into nextGravatar Christian Hesse11-82/+83
2022-01-14global: notify about merging 'routeros-v7' into 'main'change-75Gravatar Christian Hesse4-4/+10
2022-01-14doc/capsman-download-packages: only bundle is available nowrouteros-7.x-4Gravatar Christian Hesse1-5/+3
2022-01-14check-health: adopt new data structure for ROS 7.xrouteros-7.x-3Gravatar Christian Hesse1-39/+49
The PSU state has an empty string for type... Thus matching on name.
2022-01-14rotate-ntp: syntax for ROS 7.xrouteros-7.x-2Gravatar Christian Hesse1-1/+1
The property name changed in RouterOS v7...
2022-01-14ospf-to-leds: get state from count of neighborsrouteros-7.x-1Gravatar Christian Hesse1-4/+10
The state property is gone in RouterOS v7...
2022-01-14backup-upload: export with show-sensitiverouteros-7.1rc1-3Gravatar Christian Hesse1-1/+1
This is available (and required) with RouterOS 7.1rc1.
2022-01-14backup-email: export with show-sensitiverouteros-7.1rc1-2Gravatar Christian Hesse1-1/+1
This is available (and required) with RouterOS 7.1rc1.
2022-01-14README: drop hint on branch 'routeros-v7'Gravatar Christian Hesse2-22/+4
2022-01-14global-functions: bump the required version for RouterOS 7.xGravatar Christian Hesse1-5/+4
... but keep a warning when running RouterOS v6.
2022-01-14README: install correct global-config-overlay for RouterOS v6branch-routeros-v6Gravatar Christian Hesse3-3/+15
2022-01-14INITIAL-COMMANDS: silence the certificate downloadGravatar Christian Hesse1-1/+1
2022-01-07hotspot-to-wpa: support settings from templatechange-74Gravatar Christian Hesse6-8/+56
2022-01-06Merge branch 'backup' into nextGravatar Christian Hesse21-433/+444
2022-01-06Migrate configuration and send notification on renameschange-73Gravatar Christian Hesse4-3/+5
2022-01-06rename script upload-backup -> backup-uploadGravatar Christian Hesse9-181/+184
2022-01-06rename script email-backup -> backup-emailGravatar Christian Hesse9-139/+142
2022-01-06rename script cloud-backup -> backup-cloudGravatar Christian Hesse9-116/+119
2022-01-03introduce netwatch-dnschange-72Gravatar Christian Hesse8-3/+166
2022-01-03netwatch-notify: give netwatch some time to settleGravatar Christian Hesse1-0/+4
2022-01-03netwatch-notify: initialize after lockGravatar Christian Hesse1-2/+2
2022-01-03netwatch-notify: better match notify-entriesGravatar Christian Hesse1-77/+80
2022-01-03add AVIF logoGravatar Christian Hesse1-0/+0
2022-01-03doc/accesslist-duplicates: convert screenshot to AVIFGravatar Christian Hesse3-1/+1
2022-01-03README: convert screenshots to AVIFGravatar Christian Hesse23-11/+11
2022-01-03README: convert Telegram group qr code to AVIFGravatar Christian Hesse3-1/+1
2022-01-01update copyright for 2022Gravatar Christian Hesse62-62/+62
2021-12-30README: add Telegram icon in qr codeGravatar Christian Hesse1-0/+0
2021-12-30README: add a qr code to join Telegram groupGravatar Christian Hesse2-0/+3
2021-12-20global-functions: $RequiredRouterOS: fix warningGravatar Christian Hesse1-5/+4
Passing a boolean does not work... Handle as string.
2021-12-17log-forward: fix forwarding first messageGravatar Christian Hesse1-1/+1
Pulling the power cable results in log message on next boot: dec/16 18:28:28 system,error,critical router rebooted without proper shutdown, probably power outage This was not forwarded as it had the numeric id 0, which is not greater than the zero we initialized with. Now initialized with -1 when no log has been forwarded to fix this.
2021-12-16INITIAL-COMMANDS: adopt changes, no need to run global-config-overlayGravatar Christian Hesse1-2/+2
2021-12-16doc/ssh-keys-import: number keys, do not overwrite on same commentGravatar Christian Hesse1-1/+1
2021-12-16doc/ssh-keys-import: handle RSA keys onlyGravatar Christian Hesse1-1/+1
Sadly RouterOS does not (yet) support ed25519 keys...
2021-12-16update list of contributorsGravatar Christian Hesse1-0/+1