coder
coder copied to clipboard
Option to make a Coder public
How can I use my domain name with my Coder ? It will also great to have an option to make an app available for people without the password connection.
Line 68 of server.js
lists which apps do not require authentication:
publicAllowed = ["auth","eyeball"]; //apps that are exempt from any login (should only be auth)`
Adding an app to this list (as with "eyeball" above) makes the app accessible to anyone with the URL. Just be careful not to add "editor" or anything else that might compromise your server.
Thanks !
This could be an option in an advanced settings panel with a warning about risks ?!