aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* misc: don't compress image fs archivesThomas Vanbesien11 days1-1/+1
|
* refactor: rename functions and move function defThomas Vanbesien11 days1-13/+13
|
* feat: add backup function (host)Thomas Vanbesien11 days1-3/+97
|
* feat: add tool to find syncthing conflictsThomas Vanbesien2026-06-051-0/+9
|
* misc: add git user setup, move TLS folder, nginx don't use cmd.bashThomas Vanbesien2026-06-041-26/+79
|
* feat: better initialization scriptThomas Vanbesien2026-06-033-17/+76
| | | | | | | | | | | | | 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`)
* RefactorThomas Vanbesien2026-02-132-0/+17
- Remove cgit files; pull cgit image from Docker Hub instead of building locally - Tidy up file hierarchy - Minor fixes and edits