Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| — |
linux:meshcentral [2026/01/08 21:06] (aktuell) Joseph Mertens angelegt |
||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| + | =====MeshCentral===== | ||
| + | Installation von MeshCentral mittels Docker-Compose: | ||
| + | Docker-Compose.yml | ||
| + | |||
| + | version: ' | ||
| + | services: | ||
| + | meshcentral: | ||
| + | restart: always | ||
| + | container_name: | ||
| + | image: typhonragewind/ | ||
| + | ports: | ||
| + | - 8086: | ||
| + | environment: | ||
| + | - HOSTNAME=sub.example.com | ||
| + | - REVERSE_PROXY=127.0.0.1 | ||
| + | - REVERSE_PROXY_TLS_PORT= | ||
| + | - IFRAME=false | ||
| + | - ALLOW_NEW_ACCOUNTS=true | ||
| + | - WEBRTC=false | ||
| + | - BACKUPS_PW=< | ||
| + | - BACKUP_INTERVAL=24 # Interval in hours for the autobackup function | ||
| + | - BACKUP_KEEP_DAYS=10 #number of days of backups the function keeps | ||
| + | volumes: | ||
| + | - ./ | ||
| + | - ./ | ||
| + | - ./ | ||