[PR #810] [CLOSED] Support reading domains from drop-in snippets in domains.txt.d #935

Closed
opened 2025-12-29 01:30:05 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/810
Author: @schuetzm
Created: 3/19/2021
Status: Closed

Base: masterHead: domains_txt_d


📝 Commits (1)

  • 796fd45 Support reading domains from drop-in snippets in domains.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.d in the same location as domains.txt, which can contain further files in the same format as domains.txt that 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dehydrated-io/dehydrated/pull/810 **Author:** [@schuetzm](https://github.com/schuetzm) **Created:** 3/19/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `domains_txt_d` --- ### 📝 Commits (1) - [`796fd45`](https://github.com/dehydrated-io/dehydrated/commit/796fd4511229647ec32664a50f45ab458466570f) Support reading domains from drop-in snippets in `domains.txt.d` ### 📊 Changes **2 files changed** (+22 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `dehydrated` (+15 -1) 📝 `docs/domains_txt.md` (+7 -0) </details> ### 📄 Description This adds support for a directory `domains.txt.d` in the same location as `domains.txt`, which can contain further files in the same format as `domains.txt` that 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 01:30:05 +01:00
adam closed this issue 2025-12-29 01:30:06 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#935