Compare commits

..

36 commits

Author SHA1 Message Date
Christian Hesse
b751a6d5b6 general/style: make the blockquote darker 2025-11-11 23:01:34 +01:00
Christian Hesse
736c0ac08c contrib/html: add a head with eworm, QR code and caption 2025-11-11 23:01:34 +01:00
Christian Hesse
6fb70fe2a1 README: move the QR code 2025-11-11 23:01:34 +01:00
Christian Hesse
378aad070d Merge branch 'builtin-trust-store' into next 2025-11-11 23:01:34 +01:00
Christian Hesse
b5f6881f3d README: add a line break before command 2025-11-11 23:01:34 +01:00
Christian Hesse
c9cf6b7023 doc/mod/notification-matrix: define certificate use 2025-11-11 23:01:34 +01:00
Christian Hesse
ba89aa229c fw-addr-lists.d/allow: use rsc.eworm.de in the list 2025-11-11 23:01:34 +01:00
Christian Hesse
ca7c72338d CERTIFICATES: define certificate use 2025-11-11 23:01:34 +01:00
Christian Hesse
7a8eecf555 fw-addr-lists.d/{allow,block}: use short url rsc.eworm.de 2025-11-11 23:01:34 +01:00
Christian Hesse
2b4ccfe7aa update-tunnelbroker: define certificate use 2025-11-11 23:01:34 +01:00
Christian Hesse
c25d276d0e Makefile: clean up and add phony targets 2025-11-11 23:01:34 +01:00
Christian Hesse
c50844d46f telegram-chat: define certificate use 2025-11-11 23:01:34 +01:00
Christian Hesse
204977c685 global-functions: $ScriptInstallUpdate: extra actions on 'not found' only 2025-11-11 23:01:34 +01:00
Christian Hesse
ac9dfe4913 netwatch-dns: define certificate use 2025-11-11 23:01:34 +01:00
Christian Hesse
a31f5559aa global-functions: $ScriptInstallUpdate: either or...
... but not both.
2025-11-11 23:01:34 +01:00
Christian Hesse
066ef8cc4a mod/notification-telegram: define certificate use 2025-11-11 23:01:34 +01:00
Christian Hesse
74f343f6d5 global-functions: $ScriptInstallUpdate: give hint on ignore
Fixes: https://github.com/eworm-de/routeros-scripts/issues/112
2025-11-11 23:01:34 +01:00
Christian Hesse
76f9d34a70 mod/notification-ntfy: define certificate use 2025-11-11 23:01:34 +01:00
Christian Hesse
8a908be4e0 contrib/checksums.sh: output to stdout...
... and let the Makefile redirect.
2025-11-11 23:01:34 +01:00
Christian Hesse
e62a19257a fw-addr-lists: define certificate use 2025-11-11 23:01:34 +01:00
Christian Hesse
735c163362 Merge branch 'contrib' into next 2025-11-11 23:01:34 +01:00
Christian Hesse
b6be7ded9a check-certificates: define certificate use 2025-11-11 23:01:34 +01:00
Christian Hesse
a0b4d422b5 contrib: introduce Makefile...
... and update references in links.
2025-11-11 23:01:34 +01:00
Christian Hesse
87f28c234f global-functions: $ScriptInstallUpdate: define certificate use 2025-11-11 23:01:34 +01:00
Christian Hesse
4de0b2e7be contrib/logo-color: place screenshots below each other...
... not side by side.
2025-11-11 23:01:34 +01:00
Christian Hesse
cf375cbdd1 global-functions: $GetMacVendor: define certificate use 2025-11-11 23:01:34 +01:00
Christian Hesse
b20f025fc5 contrib/logo-color: use relative reference in link
... without extra path elements.

This may break, depending on site.
2025-11-11 23:01:34 +01:00
Christian Hesse
0f1f9a467f global-functions: $DownloadPackage: define certificate use 2025-11-11 23:01:34 +01:00
Christian Hesse
5c9825760f doc/mod/notification-telegram: use relative reference in link
This may break, depending on site.
2025-11-11 23:01:34 +01:00
Christian Hesse
daf1cfb381 global-functions: $CertificateAvailable: support new builtin-trust-store...
... which was introduced with RouterOS 7.21beta7.
2025-11-11 23:01:34 +01:00
Christian Hesse
42ad0d310f contrib/notification: format the values italic 2025-11-11 23:01:34 +01:00
Christian Hesse
f7e9f529d0 INITIAL-COMMANDS: support new builtin-trust-store...
... which was introduced with RouterOS 7.21beta7.
2025-11-11 23:01:34 +01:00
Christian Hesse
2e1d59721f contrib/notification: update date format 2025-11-11 23:01:34 +01:00
Christian Hesse
29a82d1a42 README: support new builtin-trust-store...
... which was introduced with RouterOS 7.21beta7.
2025-11-11 23:01:34 +01:00
Christian Hesse
de97ed6f19 contrib/{logo-color,notification}: add navigation structure 2025-11-11 23:01:34 +01:00
Christian Hesse
0f3df0c75d contrib/*: unify html code 2025-11-11 23:01:34 +01:00
9 changed files with 16 additions and 55 deletions

View file

@ -17,7 +17,7 @@ Initial commands
Run the complete base installation:
{
:local BaseUrl "https://rsc.eworm.de/main/";
:local BaseUrl "https://git.eworm.de/cgit/routeros-scripts/plain/";
:local CertCommonName "ISRG Root X2";
:local CertFileName "ISRG-Root-X2.pem";
:local CertFingerprint "69729b8e15a86efc177a57afb7171dfc64add28c2fca8cf1507e34453ccb1470";

View file

@ -87,7 +87,7 @@ If you intend to download the scripts from a
different location (for example from github.com) install the corresponding
certificate chain.
/tool/fetch "https://rsc.eworm.de/main/certs/ISRG-Root-X2.pem" dst-path="isrg-root-x2.pem";
/tool/fetch "https://git.eworm.de/cgit/routeros-scripts/plain/certs/ISRG-Root-X2.pem" dst-path="isrg-root-x2.pem";
![screenshot: download certs](README.d/01-download-certs.avif)
@ -125,7 +125,7 @@ date and time is set correctly!
Now let's download the main scripts and add them in configuration on the fly.
:foreach Script in={ "global-config"; "global-config-overlay"; "global-functions" } do={ /system/script/add name=$Script owner=$Script source=([ /tool/fetch check-certificate=yes-without-crl ("https://rsc.eworm.de/main/" . $Script . ".rsc") output=user as-value]->"data"); };
:foreach Script in={ "global-config"; "global-config-overlay"; "global-functions" } do={ /system/script/add name=$Script owner=$Script source=([ /tool/fetch check-certificate=yes-without-crl ("https://git.eworm.de/cgit/routeros-scripts/plain/" . $Script . ".rsc") output=user as-value]->"data"); };
![screenshot: import scripts](README.d/04-import-scripts.avif)
@ -404,15 +404,14 @@ immediately remove the link in question.
Upstream
--------
[rsc.eworm.de](https://rsc.eworm.de/)
[![upstream](general/qr-code.png)](https://rsc.eworm.de/)
### Code hosting
URL:
[GitHub.com](https://github.com/eworm-de/routeros-scripts#routeros-scripts)
* [eworm.de](https://git.eworm.de/cgit/routeros-scripts/about/)
* [GitHub.com](https://github.com/eworm-de/routeros-scripts#routeros-scripts)
* [GitLab.com](https://gitlab.com/eworm-de/routeros-scripts#routeros-scripts)
Mirror:
[eworm.de](https://git.eworm.de/cgit/routeros-scripts/about/)
[GitLab.com](https://gitlab.com/eworm-de/routeros-scripts#routeros-scripts)
---
[⬆️ Go back to top](#top)

View file

@ -7,6 +7,4 @@ HTML := $(wildcard *.html)
all: docs
docs: $(HTML)
sed -i -e '/href=/s|\.md|\.html|' \
-e '/blockquote/s|/\*! display \*/|display: none;|' \
$(HTML)
sed -i '/href=/s|\.md|\.html|' $(HTML)

View file

@ -13,6 +13,5 @@ sed \
markdown -f toc,idanchor "${1}" | sed \
-e 's/href="\([-_\./[:alnum:]]*\)\.md\(#[-[:alnum:]]*\)\?"/href="\1.html\2"/g' \
-e '/<h[1234] /s| id="\(.*\)">| id="\L\1">|' \
-e '/<h[1234] /s|-2c-||g' -e '/<h[1234] /s|--26-amp-3b-||g' \
-e '/The above link may be broken on code hosting sites/s|blockquote|blockquote style="display: none;"|'
-e '/<h[1234] /s|-2c-||g' -e '/<h[1234] /s|--26-amp-3b-||g'
printf '</body></html>'

View file

@ -6,12 +6,12 @@
</head><body>
<table>
<tr>
<td rowspan=2><img src="__EWORM__" alt="eworm on meadow" /></td>
<td rowspan=2><img src="__QR_CODE__" alt="QR code: rsc.eworm.de" /></td>
<td rowspan=2><img src="__EWORM__" alt="eworm on meadow"></td>
<td rowspan=2><img src="__QR_CODE__" alt="QR code: rsc.eworm.de"></td>
<td class="head-top">RouterOS Scripts</td>
</tr>
<tr>
<td class="head-bottom">a collection of scripts for MikroTik RouterOS</td>
</tr>
</table>
<hr />
<hr>

View file

@ -5,27 +5,11 @@
<link rel="icon" type="image/png" href="../logo.png">
<script src="logo-color.d/script.js"></script>
</head><body>
<table>
<tr>
<td rowspan=2><img src="../general/eworm-meadow.avif" alt="eworm on meadow" /></td>
<td rowspan=2><img src="../general/qr-code.png" alt="QR code: rsc.eworm.de" /></td>
<td class="head-top">RouterOS Scripts</td>
</tr>
<tr>
<td class="head-bottom">a collection of scripts for MikroTik RouterOS</td>
</tr>
</table>
<hr />
<h1>Logo Color Changer</h1>
<p><a href="../README.md">⬅️ Go back to main README</a></p>
<blockquote style="/*! display */"><p>💡️ <strong>Hint</strong>: This site or links
on it may be broken on code hosting sites. Use
<a href="https://rsc.eworm.de/main/contrib/logo-color.html">Logo Color Changer</a>
instead.</p></blockquote>
<p>You want the logo for your own notifications? But you joined the
<a href="https://t.me/routeros_scripts">Telegram Group</a> and want
something that differentiates? Color it!</p>

View file

@ -5,27 +5,11 @@
<link rel="icon" type="image/png" href="../logo.png">
<script src="notification.d/script.js"></script>
</head><body>
<table>
<tr>
<td rowspan=2><img src="../general/eworm-meadow.avif" alt="eworm on meadow" /></td>
<td rowspan=2><img src="../general/qr-code.png" alt="QR code: rsc.eworm.de" /></td>
<td class="head-top">RouterOS Scripts</td>
</tr>
<tr>
<td class="head-bottom">a collection of scripts for MikroTik RouterOS</td>
</tr>
</table>
<hr />
<h1>Notification Generator</h1>
<p><a href="../README.md">⬅️ Go back to main README</a></p>
<blockquote style="/*! display */"><p>💡️ <strong>Hint</strong>: This site or links
on it may be broken on code hosting sites. Use
<a href="https://rsc.eworm.de/main/contrib/notification.html">Notification Generator</a>
instead.</p></blockquote>
<div class="notification">
<img src="../logo.svg" alt="logo" class="logo" width=48 height=48>
<div class="content">

View file

@ -106,13 +106,10 @@ chat with [BotFather ↗️](https://t.me/BotFather) and set it there.
![set profile photo](notification-telegram.d/setuserpic.avif)
Have a look at my [Logo Color Changer](../../contrib/logo-color.html)
Have a look at my
[RouterOS-Scripts Logo Color Changer](../../contrib/logo-color.html)
to create a colored version of this scripts' logo.
> 💡️ **Hint**: The above link may be broken on code hosting sites.
> Use [Logo Color Changer](https://rsc.eworm.de/main/contrib/logo-color.html)
> instead.
See also
--------

View file

@ -48,7 +48,7 @@ Usage and invocation
The function `$ScriptRunOnce` expects an URL (or name if
`ScriptRunOnceBaseUrl` is given) pointing to a script as parameter.
$ScriptRunOnce https://rsc.eworm.de/main/doc/mod/scriptrunonce.d/hello-world.rsc;
$ScriptRunOnce https://git.eworm.de/cgit/routeros-scripts/plain/doc/mod/scriptrunonce.d/hello-world.rsc;
![ScriptRunOnce](scriptrunonce.d/scriptrunonce.avif)