soyasoya5

joined 10 months ago
[โ€“] soyasoya5@alien.top 1 points 10 months ago
# -- URLs --
PUBLIC_URL: http://localhost:3001
STORAGE_URL: http://localhost:3002

# -- Printer (Chrome) --
CHROME_TOKEN: chrome_token
CHROME_URL: ws://headless_chrome:3000

You mean like that? It returns HTTP 500 once I add basic auth to the nginx reverse proxy

[โ€“] soyasoya5@alien.top 1 points 10 months ago (2 children)

This is great! I have a feature request if you don't mind

Can the app be password protected? E.g: Require password upon entering $PUBLIC_URL but not for public resumes. I don't want the app to be public but still want it available over the internet.

I tried adding basic auth to my reverse proxy and it seems to break the app.