Wiki für Infrastruktur-Dokumentation.
| Key | Value |
|---|---|
| Container | CT 113 |
| IP | 10.100.161.113 |
| Port | 80 |
| RAM | 512 MB |
| URL | https://wiki.home.miskam.xyz |
/var/www/dokuwiki/ ├── data/ │ ├── pages/ # Wiki-Seiten (.txt) │ ├── media/ # Uploads │ ├── meta/ # Metadaten │ └── attic/ # Alte Versionen ├── conf/ # Konfiguration └── lib/plugins/ # Plugins
| Namespace | Inhalt |
|---|---|
| infrastructure | Server, Bootstrap, Proxmox |
| services | Service-Dokumentation |
| network | VLANs, Firewall |
rsync -av /var/www/dokuwiki/data/ backup/dokuwiki/
Nginx + PHP-FPM:
systemctl status nginx php8.2-fpm
ansible-playbook site.yml --limit dokuwiki