mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
[PR #810] [CLOSED] Support reading domains from drop-in snippets in domains.txt.d
#935
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dehydrated-io/dehydrated/pull/810
Author: @schuetzm
Created: 3/19/2021
Status: ❌ Closed
Base:
master← Head:domains_txt_d📝 Commits (1)
796fd45Support reading domains from drop-in snippets indomains.txt.d📊 Changes
2 files changed (+22 additions, -1 deletions)
View changed files
📝
dehydrated(+15 -1)📝
docs/domains_txt.md(+7 -0)📄 Description
This adds support for a directory
domains.txt.din the same location asdomains.txt, which can contain further files in the same format asdomains.txtthat are automatically read and appended to the list of domains.This follows the common pattern of config drop-in directories that is used by e.g. Nginx, Apache, systemd etc. It allows adding new domains by simply dropping a new file in the directory instead of editing an existing file, which is useful for automation and scripting.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.