Move hardcoded secrets to .env files for dns-updateip, docker-registry, openclaw

- dns-updateip: APIKEY now uses ${APIKEY} substitution
- docker-registry: SECRET_KEY_BASE now uses ${SECRET_KEY_BASE} substitution
- openclaw: OPENCLAW_GATEWAY_TOKEN now uses ${OPENCLAW_GATEWAY_TOKEN} substitution
- Add .env.example templates for backrest, dns-updateip, docker-registry, openclaw
This commit is contained in:
2026-02-18 19:02:01 +00:00
parent 5f704441fb
commit 2544694586
7 changed files with 9 additions and 10 deletions
+1
View File
@@ -0,0 +1 @@
APIKEY=your_dnsexit_api_key
+1 -1
View File
@@ -9,6 +9,6 @@ services:
tty: true
environment:
- APIKEY=s5P998CqUu5bqAukdS1dW57EfjgFlX
- APIKEY=${APIKEY}
- HOST=kolpacksoftware.com,rmstsa.org,popcyclical.com
- INTERVAL=1h