services:dokuwiki
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| services:dokuwiki [2026/02/06 20:21] – Refactor: Create dokuwiki service page admin | services:dokuwiki [2026/02/08 08:35] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== DokuWiki ====== | ====== DokuWiki ====== | ||
| - | This wiki - flat-file knowledge base. | + | Wiki für Infrastruktur-Dokumentation. |
| - | ===== Access | + | ===== Details |
| - | ^ Item ^ Value ^ | + | ^ Key ^ Value ^ |
| - | | URL | https:// | + | |
| | Container | CT 113 | | | Container | CT 113 | | ||
| - | | IP | 10.100.161.113:80 | | + | | IP | 10.100.161.113 |
| - | | Admin | admin | | + | | Port | 80 | |
| + | | RAM | 512 MB | | ||
| + | | URL | https:// | ||
| - | ===== Stack ===== | + | ===== Features |
| - | * nginx | + | * Flat-file Storage (kein DB nötig) |
| - | * php-fpm 8.2 | + | * Markdown-ähnliche Syntax |
| - | * DokuWiki | + | * Versionierung |
| + | * ACL (Access Control) | ||
| + | * Plugins | ||
| - | ===== Service | + | ===== Struktur ===== |
| + | |||
| + | < | ||
| + | / | ||
| + | ├── data/ | ||
| + | │ | ||
| + | │ | ||
| + | │ | ||
| + | │ | ||
| + | ├── conf/ # Konfiguration | ||
| + | └── lib/ | ||
| + | </ | ||
| + | |||
| + | ===== Namespaces ===== | ||
| + | |||
| + | ^ Namespace ^ Inhalt ^ | ||
| + | | infrastructure | Server, Bootstrap, Proxmox | | ||
| + | | services | Service-Dokumentation | | ||
| + | | network | VLANs, Firewall | | ||
| + | |||
| + | ===== Backup | ||
| <code bash> | <code bash> | ||
| - | pct exec 113 -- systemctl status nginx php8.2-fpm | + | rsync -av / |
| </ | </ | ||
| - | ===== Files ===== | + | ===== Webserver |
| + | |||
| + | Nginx + PHP-FPM: | ||
| + | <code bash> | ||
| + | systemctl status nginx php8.2-fpm | ||
| + | </ | ||
| + | |||
| + | ===== Ansible ===== | ||
| + | |||
| + | <code bash> | ||
| + | ansible-playbook site.yml --limit dokuwiki | ||
| + | </ | ||
| - | ^ Path ^ Purpose ^ | + | ===== Links ===== |
| - | | / | + | |
| - | | / | + | |
| - | ===== Related ===== | + | * [[https:// |
| + | * [[wiki: | ||
| - | * [[infrastructure: | ||
services/dokuwiki.1770409303.txt.gz · Last modified: by admin
