Add motsognir

This commit is contained in:
Christian
2020-12-15 21:22:43 +01:00
committed by Christian Richter
parent 7cebcd9231
commit 812b4617e1
8 changed files with 171 additions and 0 deletions

25
motsognir/README.md Normal file
View File

@@ -0,0 +1,25 @@
# motsognir
A container for the motsognir gopher server http://motsognir.sourceforge.net/
## Running locally
**x86_64**
```
$> docker run -p 70:70 -v /path/to/you/local/gopherfolder:/gopher dragonchaser/motsognir:latest
```
**arm32v7**
```
$> docker run -p 70:70 -v /path/to/you/local/gopherfolder:/gopher dragonchaser/motsognir:latest-arm32v7
```
**Notes:**
- `motsognir.conf` needs to live in `/gopher`
- I suggest serving files from a subdirectory of `/gopher`
- I suggest also to use the `gopher` user in the `RunAsUser` variable in `/gopher/motsognir.conf`
- the container uses a bare minimal of an operating system needed to run
motsognir, for debugging it might make sense to run `apt-get install procps`
in the container