mirror of
https://github.com/opencloud-eu/opencloud-compose.git
synced 2026-06-08 12:10:05 +08:00
feat: make it possible to add local certificates
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user