coder icon indicating copy to clipboard operation
coder copied to clipboard

Option to make a Coder public

Open bencharp opened this issue 11 years ago • 2 comments

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.

bencharp avatar Sep 28 '13 16:09 bencharp

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.

ericgundrum avatar Oct 03 '13 12:10 ericgundrum

Thanks !

This could be an option in an advanced settings panel with a warning about risks ?!

bencharp avatar Oct 03 '13 21:10 bencharp