Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
1.0.0 - 2025-06-21
Changed
- expose tcp port 10003 instead of 10001 & 10002
(postsrsd v2 uses "socketmap:" instead of "tcp:" tables)
- configure postsrsd to listen on all ipv4 interfaces (default: loopback only)
- umask
0077
to initialize secrets file with minimal permissions
Removed
- environment variables
SRS_DOMAIN
& SRS_SECRET
(settings moved to /etc/postsrsd/postsrsd.conf
in postsrsd v2)
Fixed
- dockerfile: prefix registry in
FROM
instruction (for podman build
)
- set path of secrets file in postsrsd's config file (compatible with v0.1.1)
0.1.1 - 2019-08-19
Fixed
- init secrets file on startup if non-existing
("500 No secrets in SRS configuration.")
0.1.0 - 2019-08-19
- postsrsd on alpine 3.10
- set domain via
$SRS_DOMAIN