adchpp-docker/README.md

44 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2020-03-22 08:34:50 +00:00
# adchpp-docker
2020-03-22 12:34:13 +00:00
* adch++ main url: https://adchpp.sourceforge.io/
* dockerized repository: https://git.eeqj.de/sneak/adchpp-docker
* docker image: https://hub.docker.com/r/sneak/adchpp
# Usage
```
docker run \
-p 2780:2780 \
-v /etc/adchpp:/config \
--name adchpp \
--restart unless-stopped \
sneak/adchpp@sha256:07a8fe2e1e719a712b075590a4c94d1d3c1a49dcb3da91b0a5c971c2c17bbbf7
```
# Repo Info
2020-03-22 10:26:16 +00:00
`src` contains `adch++` v2.12.1 extracted from tarball from sourceforge,
2020-03-22 12:34:13 +00:00
modified only to make it build on modern hardware. I tried getting it running
on 20.04 but its build file doesn't work with modern `scons`, sadly.
# Docker Image Information
2020-03-22 12:51:17 +00:00
* env:
* `DEFAULT_ADMIN_PASSWORD`: set to the admin password you want for the
`admin` user. default: `hunter2`. Note that passwords are stored
unhashed in plaintext on disk (take it up with the duck, I just
packaged it)
* no-op if `/config/users.txt` already exists, which it will after
first run.
2020-03-22 12:34:13 +00:00
* state/config volume: `/config`
* logs to stdout like a good docker
2020-03-22 08:46:01 +00:00
2020-03-22 10:26:16 +00:00
# License
GPL
# Authors
2020-03-22 12:34:13 +00:00
* `adch++` © 2006-2016 Jacek Sieka iarnetheduck@gmail.com
2020-03-22 10:26:16 +00:00
* packaging/dockerizing sneak sneak@sneak.berlin