We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add-package tencentcloud
my caddy file
acme_dns tencentcloud { secret_id {AK} secret_key {nS} }
*.a.fun {
@server-1 host b.a.fun:588 handle @server-1{ reverse_proxy http://127.0.0.1:80}
But the docker cannot up and report below error.
{"level":"info","ts":1733581848.9919307,"msg":"using config from file","file":"/etc/caddy/Caddyfile"} Error: adapting config using caddyfile: /etc/caddy/Caddyfile:4: unrecognized directive: secret_id
The text was updated successfully, but these errors were encountered:
No branches or pull requests
add-package tencentcloud
my caddy file
acme_dns tencentcloud {
secret_id {AK}
secret_key {nS}
}
*.a.fun {
@server-1 host b.a.fun:588
handle @server-1{
reverse_proxy http://127.0.0.1:80}
But the docker cannot up and report below error.
{"level":"info","ts":1733581848.9919307,"msg":"using config from file","file":"/etc/caddy/Caddyfile"}
Error: adapting config using caddyfile: /etc/caddy/Caddyfile:4: unrecognized directive: secret_id
The text was updated successfully, but these errors were encountered: