-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Songlist webserver #911
base: master
Are you sure you want to change the base?
Conversation
Woohoo, thanks a lot for picking up on this and your contributions! |
//------------------------------ | ||
Log.LogStatus('Webserver', 'Initialization'); | ||
// Create and start the web server | ||
Server := TWebServer.Create(8091); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please make the port configurable, but set it to strictly only listen on localhost. If people want to have it reachable over network, this forces them to put at the very least a tiny bit of effort into setting up a reverse proxy, which then hopefully has much less attack surface than the old UWebServer.
based on / continuation of #852
Contributions are welcome! feel free to reach out if you're interested
Additions:
/song/<index>/<cover/background/audio/video/file
/songlist.json
What's still missing:
Known issues: