[Fix] Service Install Fixes#1120
Merged
Merged
Conversation
RichardAnderson
commented
May 24, 2026
Member
- Resolves an issue with reinstalling services requiring gpg, which where override is needed falls back to an interactive shell causing the install the fail. Set the default to yes running in batch mode (override yes) to avoid interactive shell and therefore stopped the service install from failing.
- Updated nginx default configuration from binding to SSL - as this was blocking reloads.
- Updated the caddy default configuration from binding to SSL - as this was blocking reloads.
- Updated caddy to have PrivateTmp=false - as having this as true was blocking reloads, forcing restarts each time SSL's changed for each site. While there is a small loss in isolation from not having a dedicated tmp, this is low risk due to caddys use of tmp, and any potential attacks would require the attacker to already have shell access to the server.
saeedvaziry
approved these changes
May 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.