feat(config): Allow users to set AP port (#1420)

* added support for ap-port conf

* chore: Reindent table

* feat: Only set `ap_port` in session config if supplied by user

* docs: Update CHANGELOG

---------

Co-authored-by: Henrik Friedrichsen <henrik@affekt.org>
This commit is contained in:
gilcu3
2024-03-30 19:03:29 +01:00
committed by GitHub
parent ba89e50e10
commit 9624c03264
5 changed files with 16 additions and 5 deletions

View File

@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
### Added
- Add configuration variable to set Librespot AP port
### Fixed
- All requests are correctly proxied when the relevant environment variables are set