Open access for unauthenticated, guests - only for some files. #6967
|
Actually running code-server on self-hosted domain with authentication over $SERVICE_PASSWORD, but all files available only for authenticated user, Is there any way to make only some of files open public for everyone ( guests ), like making only index.html https://domain/proxy/3000/index.html - public for everyone, but all other files only authenticated with fast swap access like on/off? Server on extension: Live-Preview |
Answered by
code-asher
Aug 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, currently the auth is all or nothing. It would be nice to have the ability to make some ports public through the proxy: #6008