services:dokuwiki
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| services:dokuwiki [2026/02/07 10:40] – Consolidated into infrastructure:automation-stack admin | services: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:// | ||
| + | |||
| + | ===== Features ===== | ||
| + | |||
| + | * Flat-file Storage (kein DB nötig) | ||
| + | * Markdown-ähnliche Syntax | ||
| + | * Versionierung | ||
| + | * ACL (Access Control) | ||
| + | * Plugins | ||
| + | |||
| + | ===== Struktur ===== | ||
| + | |||
| + | < | ||
| + | / | ||
| + | ├── data/ | ||
| + | │ | ||
| + | │ | ||
| + | │ | ||
| + | │ | ||
| + | ├── conf/ # Konfiguration | ||
| + | └── lib/ | ||
| + | </ | ||
| + | |||
| + | ===== Namespaces ===== | ||
| + | |||
| + | ^ Namespace ^ Inhalt ^ | ||
| + | | infrastructure | Server, Bootstrap, Proxmox | | ||
| + | | services | Service-Dokumentation | | ||
| + | | network | VLANs, Firewall | | ||
| + | |||
| + | ===== Backup ===== | ||
| + | |||
| + | <code bash> | ||
| + | rsync -av / | ||
| + | </ | ||
| + | |||
| + | ===== Webserver ===== | ||
| + | |||
| + | Nginx + PHP-FPM: | ||
| + | <code bash> | ||
| + | systemctl status nginx php8.2-fpm | ||
| + | </ | ||
| + | |||
| + | ===== Ansible ===== | ||
| + | |||
| + | <code bash> | ||
| + | ansible-playbook site.yml --limit dokuwiki | ||
| + | </ | ||
| + | |||
| + | ===== Links ===== | ||
| + | |||
| + | * [[https:// | ||
| + | * [[wiki: | ||
services/dokuwiki.1770460812.txt.gz · Last modified: by admin
