User Tools

Site Tools


services:dokuwiki

Differences

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

Link to this comparison view

Next revision
Previous revision
services:dokuwiki [2026/02/06 20:21] – Refactor: Create dokuwiki service page adminservices: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://wiki.home.miskam.xyz |+
 | 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://wiki.home.miskam.xyz |
  
-===== Stack =====+===== Features =====
  
-  * nginx +  * Flat-file Storage (kein DB nötig) 
-  * php-fpm 8.2 +  * Markdown-ähnliche Syntax 
-  * DokuWiki (flat-file, no DB)+  * Versionierung 
 +  * ACL (Access Control) 
 +  * Plugins
  
-===== Service Management =====+===== 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> <code bash>
-pct exec 113 -- systemctl status nginx php8.2-fpm+rsync -av /var/www/dokuwiki/data/ backup/dokuwiki/
 </code> </code>
  
-===== Files =====+===== Webserver ===== 
 + 
 +Nginx + PHP-FPM: 
 +<code bash> 
 +systemctl status nginx php8.2-fpm 
 +</code> 
 + 
 +===== Ansible ===== 
 + 
 +<code bash> 
 +ansible-playbook site.yml --limit dokuwiki 
 +</code>
  
-^ Path ^ Purpose ^ +===== Links =====
-| /var/www/dokuwiki/data/pages | Wiki content | +
-| /var/www/dokuwiki/conf | Configuration |+
  
-===== Related =====+  * [[https://www.dokuwiki.org/manual|DokuWiki Manual]] 
 +  * [[wiki:syntax|Syntax Reference]]
  
-  * [[infrastructure:containers|Containers]] - CT 113 details 
services/dokuwiki.1770409303.txt.gz · Last modified: by admin