This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Configuration for building a Citadel container in Docker".
The branch, master has been updated via 8bf0b0986137cdbd091b89fc74fba597acca8f47 (commit) from 2e8ed5d4963ca9cc2d86e70024543eabb99b238f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8bf0b0986137cdbd091b89fc74fba597acca8f47 Author: Art Cancro <a...@citadel.org> Date: Thu Aug 5 01:09:37 2021 -0400 Revived this old project to run Citadel in a Docker container. It uses 'ctdlvisor' from the ill-fated AppImage project, and appears to be running well now. ----------------------------------------------------------------------- Summary of changes: Dockerfile | 14 +-- README.txt | 2 +- citadel-docker-startup.sh | 18 --- ctdlvisor.c | 288 ++++++++++++++++++++++++++++++++++++++++++++++ run-citadel.sh | 25 +++- supervisor.conf | 18 --- 6 files changed, 316 insertions(+), 49 deletions(-) delete mode 100755 citadel-docker-startup.sh create mode 100644 ctdlvisor.c delete mode 100644 supervisor.conf hooks/post-receive -- Configuration for building a Citadel container in Docker