Sign inSign up

jamescherti/oddmuse

By jamescherti

Updated over 3 years ago

Oddmuse (Wiki engine)

Image
0

262

jamescherti/oddmuse repository overview

Docker-oddmuse - Oddmuse Docker Container

Author: James Cherti

What is Oddmuse?

Oddmuse is a wiki engine. Unlike other wiki engines that rely on local or remote databases to store and modify content, Oddmuse utilizes the local file system. This means that users can create and manage Wiki pages on their local machine and easily transfer them to other locations or servers. By leveraging the local file system, Oddmuse eliminates the need for complex and costly database setups.

Installation

Download the Docker container from Docker hub

The oddmuse Docker container can be downloaded from Docker hub using the following command:

docker pull jamescherti/oddmuse
Build the Docker container

Alternatively, you can build the oddmuse Docker container using the command:

docker build -t jamescherti/oddmuse github.com/jamescherti/docker-oddmuse

Usage

docker run --rm \
  -v /local/path/oddmuse_data:/data \
  -p 8080:80 \
  --env ODDMUSE_URL_PATH=/wiki \
  jamescherti/oddmuse

License

Distributed under the terms of the MIT license.

Tag summary

Content type

Image

Digest

sha256:3f6d6b0c6

Size

66.3 MB

Last updated

over 3 years ago

docker pull jamescherti/oddmuse