- 9 Październik 2023
- 16 595
- 11
- 1 840
- 153
- QNAP
- null
- Ethernet
- null
GitHub - hreskiv/mikr: MikroTik manager via SSH/REST-API
Self-hosted web application for managing MikroTik device fleets. Monitor, configure, upgrade, and backup your devices from a single dashboard with real-time WebSocket updates.
zamienić "111111111111111111111111111111111111111111" na wynik komendy
zamienić "22222222222" na wynik komendy
Self-hosted web application for managing MikroTik device fleets. Monitor, configure, upgrade, and backup your devices from a single dashboard with real-time WebSocket updates.
YAML:
services:
mikr:
image: ghcr.io/hreskiv/mikr:latest
container_name: mikr-manager
restart: unless-stopped
ports:
- "3006:3006"
- "3443:3443" # HTTPS (optional, requires TLS_ENABLED=true)
- "5514:5514/udp" # Syslog receiver (optional — omit if not using the Logs page)
volumes:
- ./data:/app/data
environment:
- PORT=3006
- HOST=0.0.0.0
- STORAGE_ADAPTER=sqlite
- JWT_SECRET=111111111111111111111111111111111111111111
- ENCRYPTION_KEY=22222222222
zamienić "111111111111111111111111111111111111111111" na wynik komendy
openssl rand -hex 32zamienić "22222222222" na wynik komendy
openssl rand -hex 32