Since tlstunnel has tags now, I created the correspoding "stable" package.
https://aur.archlinux.org/packages/tlstunnel/
Still includes a patch for the latest commit, otherwise the manpage doesn't build. I'll remove it once it enters a release tag.
| Git Clone URL: | https://aur.archlinux.org/tlstunnel-git.git (read-only, click to copy) |
|---|---|
| Package Base: | tlstunnel-git |
| Description: | A TLS reverse proxy |
| Upstream URL: | https://codeberg.org/emersion/tlstunnel |
| Licenses: | MIT |
| Submitter: | emersion |
| Maintainer: | emersion (somini) |
| Last Packager: | emersion |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-12-23 09:17 (UTC) |
| Last Updated: | 2025-03-06 15:54 (UTC) |
Since tlstunnel has tags now, I created the correspoding "stable" package.
https://aur.archlinux.org/packages/tlstunnel/
Still includes a patch for the latest commit, otherwise the manpage doesn't build. I'll remove it once it enters a release tag.
Maybe chmod all files to 0750 is a bit too much. That will put u+x on all files, none should be executable. - should be enough to keep them as-is.
Ah, thanks, done!
https://www.freedesktop.org/software/systemd/man/tmpfiles.d
tmpfiles.d supports "Z" to recursively change the owner:group of a folder. This should work:
Z /var/lib/tlstunnel - tlstunnel tlstunnel
If after the last upgrade tlstunnel fails to serve connections, try this:
sudo chown -R tlstunnel:tlstunnel /var/lib/tlstunnel
Fixed, thanks!
This has the same issues as kimchi:
Pinned Comments
emersion commented on 2021-07-24 13:49 (UTC)
If after the last upgrade tlstunnel fails to serve connections, try this: