Docker container for: https://codeberg.org/Alamantus/FeatherWiki an extra small self-contained wiki
Uses the server version so that you can save directly instead of the old way of downloading > replace > refresh
Ya need docker
-
Clone this repo
-
Change the defaults in the Caddyfile to match your needs
-
docker build -t victim/featherwiki-docker .
-
docker run --name=featherwiki-docker --restart always -d -p 80:80 -v /<Path to file>/site:/srv -v caddy_data:/data victim/featherwiki-docker
-
Go to http://(YOUR IP HERE):80 and away you go
Provided CaddyHashDockerfile can be used to generate a password for the Caddyfile just change "test" to your new password and it will create a new hashed password for your use that you would then put in place of the default hash.
Like so: docker build -f CaddyHashDockerfile -t caddyhash .
the hash will be part of the build output