[GH-ISSUE #241] Feature request : configure container through environment variables #118

Open
opened 2026-03-13 15:50:05 +03:00 by kerem · 1 comment
Owner

Originally created by @rgarrigue on GitHub (Sep 2, 2020).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/241

Hi there

Can you make configuring acme-dns 's container configurable through environment variables possible ?

I've seen this on other Go based project

  • Read configuration file as a template through https://golang.org/pkg/text/template/
  • Add a default configuration file in the container with placeholders like {{ .Env.ACME_DNS_LISTEN }}
  • Add a default value in the Dockerfile like ACME_DNS_LISTEN=0.0.0.0

Best regards,

Originally created by @rgarrigue on GitHub (Sep 2, 2020). Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/241 Hi there Can you make configuring acme-dns 's container configurable through environment variables possible ? I've seen this on other Go based project - Read configuration file as a template through https://golang.org/pkg/text/template/ - Add a default configuration file in the container with placeholders like `{{ .Env.ACME_DNS_LISTEN }}` - Add a default value in the Dockerfile like `ACME_DNS_LISTEN=0.0.0.0` Best regards,
Author
Owner

@b-bittner commented on GitHub (Nov 11, 2020):

That would be great!
Creating configs-files is not always the best and easiest solution.

<!-- gh-comment-id:725646209 --> @b-bittner commented on GitHub (Nov 11, 2020): That would be great! Creating configs-files is not always the best and easiest solution.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/acme-dns#118
No description provided.