feat: make it possible to add local certificates

This commit is contained in:
Michael Barz
2025-06-28 21:16:11 +02:00
parent b63e6a8e32
commit ef9516626e
10 changed files with 203 additions and 54 deletions

11
.gitignore vendored
View File

@@ -3,7 +3,16 @@
.env
# exclude the apps folder
/config/opencloud/apps
/config/opencloud/apps/*
!/config/opencloud/apps/.gitkeep
# exclude custom compose files
/custom
# exclude certificates
/certs/*
!/certs/.gitkeep
# exclude the certificates config folder
/config/traefik/dynamic/*
!/config/traefik/dynamic/.gitkeep