Skip to content

sungreenpepper/dokuwiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DokuWiki Docker Setup

DokuWiki has many images already, but not many are aimed for personal use.

This image comes preinstalled with a few key plugins:

  • ImgPaste | Ability to paste images straight into the editor 🖼️
  • Diagrams | Draw.io integration
  • Edit Table | Makes editing table a pleasant experience 😊
  • Copy Code | Click code snippets to copy to clipboard 📋

And the following template:

Contents
  1. Setup
  2. Changing the Logo and Favicon

Setup

You'll need to have Docker Desktop installed.

Make a copy of the docker-compose.yml file and run the following command to get DokuWiki spun up, easy as that:

docker compose up -d

Open your browser and navigate to localhost:8080/install.php this will allow you to configure your super user and wiki.

Changing the Logo and Favicon 👽

For that extra bit of customization you can change the logo and favicon, and its easy.

  1. Navigate to Media Manager (top-right)
  2. Click the Upload tab and click the Select files... button.
  3. You'll need 2 image files; for the main logo you'll need an image called logo.png, for the favicon you will need favicon.ico
  4. Press Upload and refresh your DokuWiki.

About

Personal use DokuWiki in Docker

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors