From ba3a7bc94421f93818f9196bd8a2c32eb7d9d940 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Wed, 3 Jun 2026 17:12:58 +0200 Subject: feat: better initialization script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rename `tools/build` → `net_services` `net_services` can be run from anywhere (previously it was not creating the fs archives in the right place). It also creates the directories specified in `.env`, generate a self-signed certificate if no certificate is available, initialize the first Radicale user if missing, and copy example configuration files if missing for cgit. `generate_self_signed_cert` has been removed (its code is in `net_services`) --- services/cgit/examples/about.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 services/cgit/examples/about.md (limited to 'services/cgit/examples/about.md') diff --git a/services/cgit/examples/about.md b/services/cgit/examples/about.md new file mode 100644 index 0000000..9aa4532 --- /dev/null +++ b/services/cgit/examples/about.md @@ -0,0 +1,3 @@ +# cgit + +Edit this in `about.md`. -- cgit v1.3.1