From ad00543bb303809fa7b226df94b984b520d9497e Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 24 May 2025 10:31:46 +1200 Subject: [PATCH] Wording --- caddy/config/.template_info.env | 4 ++++ simple-object-storage/config/.template_info.env | 4 ++++ squashkiwi/config/.template_info.env | 5 +++++ static-website/config/.template_info.env | 5 +++++ watchtower/config/.template_info.env | 5 +++++ 5 files changed, 23 insertions(+) diff --git a/caddy/config/.template_info.env b/caddy/config/.template_info.env index 6edcbf8..7c7c901 100644 --- a/caddy/config/.template_info.env +++ b/caddy/config/.template_info.env @@ -1,3 +1,7 @@ +# DO NOT EDIT THIS FILE FOR YOUR SERVICE! +# This file is replaced from the template whenever there is an update. +# Edit the service.env file to make changes. + # Template to use - always required! TEMPLATE=caddy REQUIRES_HOST_ROOT=false diff --git a/simple-object-storage/config/.template_info.env b/simple-object-storage/config/.template_info.env index 329e5a1..98072dc 100644 --- a/simple-object-storage/config/.template_info.env +++ b/simple-object-storage/config/.template_info.env @@ -1,3 +1,7 @@ +# DO NOT EDIT THIS FILE FOR YOUR SERVICE! +# This file is replaced from the template whenever there is an update. +# Edit the service.env file to make changes. + # Template to use - always required! TEMPLATE=simple-object-storage REQUIRES_HOST_ROOT=false diff --git a/squashkiwi/config/.template_info.env b/squashkiwi/config/.template_info.env index 2f0303c..f7c0c02 100644 --- a/squashkiwi/config/.template_info.env +++ b/squashkiwi/config/.template_info.env @@ -1,3 +1,8 @@ +# DO NOT EDIT THIS FILE FOR YOUR SERVICE! +# This file is replaced from the template whenever there is an update. +# Edit the service.env file to make changes. + + # Template to use - always required! TEMPLATE=squashkiwi REQUIRES_HOST_ROOT=false diff --git a/static-website/config/.template_info.env b/static-website/config/.template_info.env index 208ac1b..d23e8ad 100644 --- a/static-website/config/.template_info.env +++ b/static-website/config/.template_info.env @@ -1,3 +1,8 @@ +# DO NOT EDIT THIS FILE FOR YOUR SERVICE! +# This file is replaced from the template whenever there is an update. +# Edit the service.env file to make changes. + + # Template to use - always required! TEMPLATE=static-website REQUIRES_HOST_ROOT=false diff --git a/watchtower/config/.template_info.env b/watchtower/config/.template_info.env index 1e9fb4f..bdcc33e 100644 --- a/watchtower/config/.template_info.env +++ b/watchtower/config/.template_info.env @@ -1,3 +1,8 @@ +# DO NOT EDIT THIS FILE FOR YOUR SERVICE! +# This file is replaced from the template whenever there is an update. +# Edit the service.env file to make changes. + + # Template to use - always required! TEMPLATE=watchtower REQUIRES_HOST_ROOT=false