User Tools

Site Tools


services:dokuwiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
services:dokuwiki [2026/02/07 10:40] – Consolidated into infrastructure:automation-stack adminservices:dokuwiki [2026/02/08 08:35] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== 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 =====
 +
 +<code>
 +/var/www/dokuwiki/
 +├── data/
 +│   ├── pages/          # Wiki-Seiten (.txt)
 +│   ├── media/          # Uploads
 +│   ├── meta/           # Metadaten
 +│   └── attic/          # Alte Versionen
 +├── conf/               # Konfiguration
 +└── lib/plugins/        # Plugins
 +</code>
 +
 +===== Namespaces =====
 +
 +^ Namespace ^ Inhalt ^
 +| infrastructure | Server, Bootstrap, Proxmox |
 +| services | Service-Dokumentation |
 +| network | VLANs, Firewall |
 +
 +===== Backup =====
 +
 +<code bash>
 +rsync -av /var/www/dokuwiki/data/ backup/dokuwiki/
 +</code>
 +
 +===== Webserver =====
 +
 +Nginx + PHP-FPM:
 +<code bash>
 +systemctl status nginx php8.2-fpm
 +</code>
 +
 +===== Ansible =====
 +
 +<code bash>
 +ansible-playbook site.yml --limit dokuwiki
 +</code>
 +
 +===== Links =====
 +
 +  * [[https://www.dokuwiki.org/manual|DokuWiki Manual]]
 +  * [[wiki:syntax|Syntax Reference]]
  
services/dokuwiki.1770460812.txt.gz · Last modified: by admin