diff options
author | Mohammed Amar-Bensaber <renken@shione.net> | 2024-10-08 22:39:04 +0200 |
---|---|---|
committer | Mohammed Amar-Bensaber <renken@shione.net> | 2024-10-08 22:42:54 +0200 |
commit | 56a088c5db54c2bf7137a0cc868e215268be1b34 (patch) | |
tree | 194c40ec5ea0b63deee35a762ccad4f938e54390 /debian | |
parent | e43be6704109f237d968b09da937ea0558dc2e2f (diff) | |
download | shione-56a088c5db54c2bf7137a0cc868e215268be1b34.tar.gz shione-56a088c5db54c2bf7137a0cc868e215268be1b34.zip |
nginx: drop letsencrypt conf in favor of mozilla ssl
`certbox` argument parsing and plugin management isn't very suitable
when it comes to automating nginx configuration through Debian
packaging. It is not possible to instruct it to *only* generate
letsencrypt ssl configuration for nginx which breaks the postinst
script. Also missing fancyindex dependency was added.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 3ff7ddf..4ce00f9 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,7 @@ Description: Shione nftables configuration. Package: nginx-config Architecture: all Multi-Arch: foreign -Depends: ${misc:Depends}, nginx, certbot, python3-certbot-nginx +Depends: ${misc:Depends}, nginx, certbot, libnginx-mod-http-fancyindex Provides: ${diverted-files} Conflicts: ${diverted-files} Description: Shione nginx configuration. |