release: prepare server 0.9.0

This commit is contained in:
2026-07-31 00:28:22 +03:00
parent a343963bf0
commit f492782aff
34 changed files with 1156 additions and 380 deletions
+5 -1
View File
@@ -48,6 +48,10 @@ Telegram notifications use one server-side bot token and a per-user numeric Chat
RMM_TELEGRAM_BOT_TOKEN=replace-with-the-token-from-botfather
RMM_NOTIFICATION_MAX_ATTEMPTS=5
RMM_NOTIFICATION_RETENTION_DAYS=90
RMM_STABLE_AGENT_VERSION=0.6.8
RMM_UPDATE_MANIFEST_URL=https://benya9669.github.io/openwrt-rmm/update-manifest.json
RMM_UPDATE_MANIFEST_SIGNATURE_URL=https://benya9669.github.io/openwrt-rmm/update-manifest.sig
RMM_UPDATE_MANIFEST_PUBLIC_KEY=/app/keys/rmm-openwrt.pem
```
Do not commit this token. After deployment, each user enables Telegram and enters their
@@ -62,7 +66,7 @@ For a production deployment, pin the server release in `.env` and use the releas
overlay. This pulls the server and tunnel images published by the same `server-v*` tag:
```dotenv
RMM_RELEASE_VERSION=0.8.1
RMM_RELEASE_VERSION=0.9.0
```
```powershell