rysyd / docker-gollum-ldap

Dockerized gollum, with ldap credential verificaiton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gollum wiki with benefits

wiki engine - https://github.com/gollum/gollum Оne needs initialised git repo and config.rb file (example provided)

Steps

  1. initializing wiki repository
    mkdir wiki
    cd wiki
    git init
    
  2. edit config.rb and copy to the wiki directory.
  3. run
    docker run --rm -p 8080:80 -v wiki:/wiki rysyd/gollum-ldap:latest
    
  4. using docker compose
    docker compose up -d
    

Gollum listens using http on port 8080.

About

Dockerized gollum, with ldap credential verificaiton


Languages

Language:Ruby 90.7%Language:Dockerfile 9.3%