@electricprism: I admit this package is somewhat unusual. It is however not too far from the Linux/Unix standard because /opt
is a standard location for software that is not installed from official packages.
I can’t change that: it is not built from source, but instead build from a .DEB packaging targeted at Debian.
As for TLS, since it is a complicated subject (even when using the ACME protocol), I think it is best to leave TLS termination to Nginx or HAProxy. Users still can setup TLS by themselves, though; I just won’t.
Last but not least, thank you for notifying me of the missing systemd
dependency! That’s the problem with this package: I always have to catch-up with what is going on upstream…
Pinned Comments
theYinYeti commented on 2018-01-04 08:33 (UTC)
About upstream: 1º Upstream does not maintain past versions of packages, so I have no choice but to follow new releases. 2º Upstream does not advertise minor/patch releases. These are the reasons why the PKGBUILD is made to adapt itself the best it can to the current upstream situation, whatever it is. If an incompatible change occurs, do not hesitate to mark the package as “obsolete”: I will get notified, and fix the the package as soon as my free time allows. Cheers :-)