-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
nixos/nextcloud: Add support for caddy webserver #164565
Conversation
I'm pretty sure in the past the maintainers explicitly rejected supporting multiple web servers due to the already complex module code. |
3216488
to
e26bdde
Compare
Maybe we can merge this as an exception? UwU ^^ |
That is entirely up to the maintainers. ping @Ma27 |
Sorry, but I'll remain opposed to the proposed change:
Hence I'm closing, from my PoV that's all to say about it. If there are some reasons you feel that haven't been addressed here, feel free to leave a comment anyways! |
Is someone still interested in using Caddy as a webserver, I added a practical configuration example to the NixOS wiki https://nixos.wiki/wiki/Nextcloud#Use_Caddy_as_webserver |
Description of changes
This PR adds support for caddy webserver. Everything should work as before but with this you'll be able to choose between Nginx and Caddy as a web server:
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