citadel-docker.git
7 months agoBuild from the published sources, not from git master
Art Cancro [Mon, 18 Sep 2023 01:05:23 +0000 (21:05 -0400)]
Build from the published sources, not from git

8 months agosmallbuild replaced with individual flags
Art Cancro [Sat, 5 Aug 2023 18:00:35 +0000 (09:00 -0900)]
smallbuild replaced with individual flags

8 months agoctdlvisor: add an 'else' so it doesn't try to start citserver after an import.
Art Cancro [Tue, 1 Aug 2023 13:44:50 +0000 (04:44 -0900)]
ctdlvisor: add an 'else' so it doesn't try to start citserver after an import.

8 months agooops, combined the two modes, fixed
Art Cancro [Wed, 26 Jul 2023 16:01:35 +0000 (07:01 -0900)]
oops, combined the two modes, fixed

8 months agoctdlvisor: remove migrate mode, add export and import modes
Art Cancro [Wed, 26 Jul 2023 14:26:33 +0000 (05:26 -0900)]
ctdlvisor: remove migrate mode, add export and import modes

9 months agoctdlvisor: make the compatibility confirmation more exciting and positive
Art Cancro [Fri, 7 Jul 2023 21:46:58 +0000 (12:46 -0900)]
ctdlvisor: make the compatibility confirmation more exciting and positive

9 months agonew repo location
Art Cancro [Tue, 20 Jun 2023 23:37:52 +0000 (19:37 -0400)]
new repo location

9 months agoUpgrade Berkeley DB to 18.1.40
Art Cancro [Tue, 20 Jun 2023 22:51:09 +0000 (18:51 -0400)]
Upgrade Berkeley DB to 18.1.40

11 months agoDockerfile: install textclient to /usr/local. Thanks to sharivegas
Art Cancro [Tue, 2 May 2023 03:15:18 +0000 (23:15 -0400)]
Dockerfile: install textclient to /usr/local.  Thanks to sharivegas

14 months agoUnpublish port 2020 , we don't use it anymore
Art Cancro [Sat, 11 Feb 2023 22:21:45 +0000 (17:21 -0500)]
Unpublish port 2020 , we don't use it anymore

16 months agoUpdated docs
Art Cancro [Thu, 1 Dec 2022 17:34:19 +0000 (12:34 -0500)]
Updated docs

16 months agoSwitched to a multi stage build for a significantly smaller container image.
Art Cancro [Thu, 1 Dec 2022 07:00:50 +0000 (02:00 -0500)]
Switched to a multi stage build for a significantly smaller container image.

16 months agomoved update block and fixed comment
Art Cancro [Thu, 1 Dec 2022 02:12:55 +0000 (21:12 -0500)]
moved update block and fixed comment

22 months agoRemove the notice that this is experimental
Art Cancro [Sat, 18 Jun 2022 23:52:11 +0000 (19:52 -0400)]
Remove the notice that this is experimental

2 years agoAdded [-x log_level] to ctdlvisor, this gets passed to citserver and webcit
Art Cancro [Fri, 27 Aug 2021 18:13:44 +0000 (14:13 -0400)]
Added [-x log_level] to ctdlvisor, this gets passed to citserver and webcit

2 years agoDockerfile now pulls Citadel code from the Easy Install tarballs instead of git master.
Art Cancro [Wed, 25 Aug 2021 18:02:37 +0000 (14:02 -0400)]
Dockerfile now pulls Citadel code from the Easy Install tarballs instead of git 

2 years agoBurn the cache when the upstream repo changes
Art Cancro [Wed, 25 Aug 2021 04:02:37 +0000 (00:02 -0400)]
Burn the cache when the upstream repo changes

2 years agoChanged the container base OS from debian:11-slim to debian:stable-slim
Art Cancro [Sun, 22 Aug 2021 18:09:08 +0000 (14:09 -0400)]
Changed the container base OS from debian:11-slim to debian:stable-slim

2 years agoSwitched from bitnami minideb to debian-slim, because the former is not available...
Art Cancro [Sat, 21 Aug 2021 21:30:04 +0000 (17:30 -0400)]
Switched from bitnami minideb to debian-slim, because the former is not available on ARM

2 years agoupdated the run scripts
Art Cancro [Wed, 11 Aug 2021 04:04:43 +0000 (00:04 -0400)]
updated the run scripts

2 years agoAdded a systemd unit file to the distribution
Art Cancro [Wed, 11 Aug 2021 03:50:30 +0000 (23:50 -0400)]
Added a systemd unit file to the distribution

2 years agoFacts don't care about feelings.
Art Cancro [Tue, 10 Aug 2021 04:00:20 +0000 (00:00 -0400)]
Facts don't care about feelings.

2 years agoMinor adjustments to the Dockerfile
Art Cancro [Mon, 9 Aug 2021 17:14:32 +0000 (13:14 -0400)]
Minor adjustments to the Dockerfile

2 years agoBuild our own local copy of Berkeley DB, because the one included with the system...
Art Cancro [Sun, 8 Aug 2021 19:37:11 +0000 (15:37 -0400)]
Build our own local copy of Berkeley DB, because the one included with the system libs is too old.

2 years agodatabase cleanup mode
Art Cancro [Sat, 7 Aug 2021 23:48:01 +0000 (19:48 -0400)]
database cleanup mode

2 years agoFleshing out the command line options for run-citadel.sh
Art Cancro [Fri, 6 Aug 2021 19:23:31 +0000 (15:23 -0400)]
Fleshing out the command line options for run-citadel.sh

2 years agoThe run-citadel.sh script is being turned into a runtime harness for the container.
Art Cancro [Thu, 5 Aug 2021 21:16:35 +0000 (17:16 -0400)]
The run-citadel.sh script is being turned into a runtime harness for the container.

2 years agoI found the '--network host' option in Docker, so now we don't have to launch the...
Art Cancro [Thu, 5 Aug 2021 19:29:36 +0000 (15:29 -0400)]
I found the '--network host' option in Docker, so now we don't have to launch the container with each port mapped individually.

2 years agoRevived this old project to run Citadel in a Docker container. It uses 'ctdlvisor...
Art Cancro [Thu, 5 Aug 2021 05:09:37 +0000 (01:09 -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.

4 years agoMade some modifications to the license file.
Art Cancro [Thu, 17 Oct 2019 13:01:37 +0000 (09:01 -0400)]
Made some modifications to the license file.

4 years agomore tuning to startup scripts
Art Cancro [Thu, 17 Oct 2019 12:51:27 +0000 (08:51 -0400)]
more tuning to startup scripts

4 years agoNew startup script
Art Cancro [Tue, 15 Oct 2019 17:46:20 +0000 (13:46 -0400)]
New startup script

4 years agoaliases need to be built at runtime
Art Cancro [Tue, 15 Oct 2019 17:16:05 +0000 (13:16 -0400)]
aliases need to be built at runtime

4 years agofine tuning
Art Cancro [Wed, 21 Aug 2019 18:50:41 +0000 (14:50 -0400)]
fine tuning

4 years agoadded license
Art Cancro [Tue, 20 Aug 2019 19:08:49 +0000 (15:08 -0400)]
added license

4 years agoInitial commit
Art Cancro [Tue, 20 Aug 2019 18:59:56 +0000 (14:59 -0400)]
Initial commit