====== DokuWiki ======
Wiki für Infrastruktur-Dokumentation.
===== Details =====
^ Key ^ Value ^
| Container | CT 113 |
| IP | 10.100.161.113 |
| Port | 80 |
| RAM | 512 MB |
| URL | https://wiki.home.miskam.xyz |
===== Features =====
* Flat-file Storage (kein DB nötig)
* Markdown-ähnliche Syntax
* Versionierung
* ACL (Access Control)
* Plugins
===== Struktur =====
/var/www/dokuwiki/
├── data/
│ ├── pages/ # Wiki-Seiten (.txt)
│ ├── media/ # Uploads
│ ├── meta/ # Metadaten
│ └── attic/ # Alte Versionen
├── conf/ # Konfiguration
└── lib/plugins/ # Plugins
===== Namespaces =====
^ Namespace ^ Inhalt ^
| infrastructure | Server, Bootstrap, Proxmox |
| services | Service-Dokumentation |
| network | VLANs, Firewall |
===== Backup =====
rsync -av /var/www/dokuwiki/data/ backup/dokuwiki/
===== Webserver =====
Nginx + PHP-FPM:
systemctl status nginx php8.2-fpm
===== Ansible =====
ansible-playbook site.yml --limit dokuwiki
===== Links =====
* [[https://www.dokuwiki.org/manual|DokuWiki Manual]]
* [[wiki:syntax|Syntax Reference]]