-
Notifications
You must be signed in to change notification settings - Fork 43
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
Security Concerns #51
Comments
@ReK42 Thanks so much for the compelling overview and proposed solutions. Those are the kind of messages mantainers love to see. Most of the issues and suggestions you gave were already debated internally, and we always try to balance usability with security (that's the main reason some were not implemented). I however agree there are some low-hanging fruits that we would love to start working on. If you would like to help us, I would suggest starting with point 1 and 2 (2 needs some further investigation if the client side accepts redirection to https). And later going to subsequent points. My go to solution for point 1 and ideally 2 would be using caddy, as it has an out of the box auto-ssl feature which will greatly simplify the implementation. What is your take on this choice? |
Caddy (v2) supports web sockets out of the box, so its |
If someone is happy to help with a POC, we'll be happy to work on it |
is there still interest to add these improvements mainly the SSL |
Volumio 3 based on Buster is only maintained until Bookworm based release is ready. As such, is on freeze. Further discussions need to be moved to volumio/volumio-os#72 |
There are several significant security concerns with the way this distribution has been implemented:
ufw
is as simple as:/etc/ufw/user.rules
which can be included in the image.cat /etc/services
. Custom ports can be added withufw allow 1234/udp
.The text was updated successfully, but these errors were encountered: