Skip to content

Instantly share code, notes, and snippets.

@peteristhegreat
Created April 5, 2019 18:51
Show Gist options
  • Save peteristhegreat/806e3e59701ee133fe68225264c3e0c4 to your computer and use it in GitHub Desktop.
Save peteristhegreat/806e3e59701ee133fe68225264c3e0c4 to your computer and use it in GitHub Desktop.
Git based, Markdown wiki's

https://github.com/winkapp/docker-gollum Basic docker version of gollum

git init ~/wikidata
sudo docker run --restart=always -d -p 3000:4567 -P -v ~/wikidata:/root/wikidata --name gollum winkapp/docker-gollum --allow-uploads --live-preview

https://github.com/schnatterer/smeagol-galore Note has a long startup the first time to download plugins (over two minutes). Lots of features.

docker run -p 8443:8443 schnatterer/smeagol-galore:0.1.3

https://github.com/schnatterer/gollum-galore Wraps a gollum instance with a Caddy server (ssl)

docker run -p9000:4567 -e GOLLUM_PARAMS="--allow-uploads --live-preview" -e CADDY_PARAMS="-conf /gollum/config/Caddyfile" -v ~/gollum:/gollum schnatterer/gollum-galore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment