You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previous install.sh does not work on Alpine Linux or similar distributions due to some incompatible command calls. The script now tries to use alternatives (e.g. doas instead of sudo) and uses common option flags. (#50)
Auto-generated config files inside the container are now owned by the provided UID instead of the root user. (#46)
Default configuration files are not created when users explicitly set environment variables to the default paths.
Added
--server-key-file option for setting the server key from a file.
Self-contained RISC-V build with musl.
runit and OpenRC support for binary installations. (#50)
Changed
Tar packages now contain all necessary config templates, man docs, and basic service files (runit, openrc, systemd).
Due to file upload limits, SHA256 checksums are bundled in a MANIFEST file.
Removed
PKGBUILD file for Arch-based systems is no longer distributed with new releases.