Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung | |||
content:serverbasics:docker-dokuwiki [2025/06/05 21:36] – [Docker: Dokuwiki] Daniel | content:serverbasics:docker-dokuwiki [2025/06/05 21:36] (aktuell) – Daniel | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
====== Docker: Dokuwiki ====== | ====== Docker: Dokuwiki ====== | ||
- | To have a small and nice Wiki running, i am using Dokuwiki by Splitbrain https:// | + | To have a small and nice Wiki running, i am using Dokuwiki by Splitbrain |
I would not recommend to bind the wiki directly to the internet, but rather use Caddy for setting up SSL (see other section here) and to proxy the requests, so i will not open SSL port in this container. | I would not recommend to bind the wiki directly to the internet, but rather use Caddy for setting up SSL (see other section here) and to proxy the requests, so i will not open SSL port in this container. | ||
Zeile 7: | Zeile 7: | ||
To go for Dokuwiki: Create a folder in your Composer- Directory named e.g. " | To go for Dokuwiki: Create a folder in your Composer- Directory named e.g. " | ||
< | < | ||
+ | |||
# src: https:// | # src: https:// | ||
services: | services: | ||
Zeile 50: | Zeile 51: | ||
Restart the caddy-service with docker | Restart the caddy-service with docker | ||
- | After all, go to https:// | + | After all, go to [[https:// |
You are set! | You are set! | ||
Zeile 56: | Zeile 57: | ||
====== OAuth ====== | ====== OAuth ====== | ||
- | To integrate Dokuwiki with Freeipa/ | + | To integrate Dokuwiki with Freeipa/ |
- | + | ||
- | + | ||
- | ===== Important: ACLs ===== | + | |
- | + | ||
- | By Default, everyone can Upload/Edit everything even without logon. If you don't want to have nice pages created by nice bots in the internet: quickly logon to dokuwki with your user and password given above and then got to: [[http:// | + | |
- | + | ||
- | Change the permission for User/Group @All on Page * to Read or None and select Update. | + | |
- | + | ||
- | After that, the dokuwiki will be a little more secure. | + | |
- | + | ||
- | + | ||
- | ===== Ressources ===== | + | |
- | + | ||
- | For everything else visit: [[https:// | + | |
- | + | ||
- | Thats all | + | |