sneak 14b302755a
ステータスチェックはすべて成功しました
continuous-integration/drone/push Build is passing
fix TLS support, attempt 1
* add libssl1.0-dev package for tls support to be built in
* fix bug in cert generation script
* make cert generation script noninteractive
2020-03-22 07:07:03 -07:00
2020-03-22 07:07:03 -07:00
2020-03-22 07:07:03 -07:00
2020-03-22 03:26:16 -07:00
2020-03-22 03:26:16 -07:00
2020-03-22 05:51:17 -07:00

adchpp-docker

Usage

docker run \
    -p 2780:2780 \
    -v /etc/adchpp:/config \
    --name adchpp \
    --restart unless-stopped \
    sneak/adchpp@sha256:07a8fe2e1e719a712b075590a4c94d1d3c1a49dcb3da91b0a5c971c2c17bbbf7

Repo Info

src contains adch++ v2.12.1 extracted from tarball from sourceforge, 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

  • 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.
  • state/config volume: /config
  • logs to stdout like a good docker

License

GPL

Authors

説明
説明が提供されていません
Readme 12 MiB
言語
C++ 98.7%
C 0.7%
Lua 0.4%