-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
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
caddy: include and utilize systemd service from upstream #147305
Conversation
Amazing to have more people interested in caddy ! it's time we give a real chance to the nginx alternative! |
3c4171e
to
1cfa24e
Compare
Just finished switching my server to this PR. All good to merge IMO. |
AmbientCapabilities = "cap_net_bind_service"; | ||
CapabilityBoundingSet = "cap_net_bind_service"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are those not needed any more?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, they're in the upstream service file. Never mind me.
Motivation for this change
I noticed that upstream has moved from a
simple
service to anotify
service and we never caught that because we don't use the upstream service. Let's use the upstream unit so we don't miss things like that.Note: Recently I have become interested in
caddy
and I'm interested in filing some PRs against ourcaddy
module. I don't usecaddy
yet, but I'm looking to start.Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes