Add example env vars for auto mode and fullchain
This commit is contained in:
parent
e8d392e4a4
commit
1895042b55
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,7 @@ CERTWARDEN_SERVER="certwarden.dmz.skyfritt.net:443"
|
|||
CERT_PATH="/etc/forgejo"
|
||||
KEY_PATH="/etc/forgejo"
|
||||
TEMP_PATH="/tmp/certman"
|
||||
# FULLCHAIN_PEM=true
|
||||
|
||||
# Service Configuration
|
||||
SERVICE_NAME="forgejo"
|
||||
|
@ -20,3 +21,6 @@ CERTIFICATES='[
|
|||
"key_api_key": "your_key_api_key"
|
||||
}
|
||||
]'
|
||||
|
||||
# Optional: Auto mode configuration
|
||||
AUTO_MODE="false"
|
||||
|
|
Loading…
Add table
Reference in a new issue