Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

content:serverbasics:docker-dokuwiki [2024/04/20 19:00] – angelegt Danielcontent:serverbasics:docker-dokuwiki [2024/04/20 19:17] (aktuell) – [Important: ACLs] Daniel
Zeile 13: Zeile 13:
     environment:     environment:
       - DOKUWIKI_PASSWORD=SomeSecretPassword       - DOKUWIKI_PASSWORD=SomeSecretPassword
 +      - DOKUWIKI_USERNAME=admin
       - PHP_EXPOSE_PHP=false       - PHP_EXPOSE_PHP=false
       - PHP_ENABLE_OPCACHE=true       - PHP_ENABLE_OPCACHE=true
Zeile 33: Zeile 34:
 </file> </file>
  
-Replace hostname by your hostname and make some good password.+Replace hostname by your ''hostname'' and make some good password.
  
-Start it with ''docker copmpose up -d''+Start it in the directory with ''docker compose up -d''
  
-Try if it works using http://hostname:8079+Try if it works using [[http://hostname:8079|http://hostname:8079]]
  
-For everything else visit: https://docs.bitnami.com/general/apps/dokuwiki/+You are set! 
 + 
 +===== 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://hostname:8079/start?do=admin&page=acl|http://hostname:8079/start?do=admin&page=acl]] 
 + 
 +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://hub.docker.com/r/bitnami/dokuwiki|https://hub.docker.com/r/bitnami/dokuwiki]] and for some basics [[https://docs.bitnami.com/general/apps/dokuwiki/|https://docs.bitnami.com/general/apps/dokuwiki/]]
  
 Thats all Thats all
  
  
  • content/serverbasics/docker-dokuwiki.txt
  • Zuletzt geändert: 2024/04/20 19:17
  • von Daniel