Skip to content
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

Filebrowser Role issues #262

Closed
littlebirdiegr opened this issue Jun 8, 2023 · 1 comment
Closed

Filebrowser Role issues #262

littlebirdiegr opened this issue Jun 8, 2023 · 1 comment

Comments

@littlebirdiegr
Copy link

Can someone who knows how things are done have a look at the role ? :P

I want filebrowser to be accessible from its own domain and be protected by Cloudflare. For this to happen I edit the host and add:

filebrowser_web_subdomain: "www"
filebrowser_web_domain: "mydomain.com"
filebrowser_traefik_sso_middleware: "traefik-auth"

There seems to be some issues on how it works. My main problem is that I cannot access it by just typing the main domain. I have to type www. in order to be able to access it. I would like to reach my filebrowser app just by typing mydomain.com

An addition problem is that is not fully protected by cloudflare. Even I assign everything through cloudflare's proxy, it only protects the main domain (aka mydomain.com). If I do a reverse ip lookup with www,mydomain.com, my server's IP is exposed.

@saltydk
Copy link
Member

saltydk commented Jun 8, 2023

As for the IP being exposed that is likely because you haven't enabled the proxy setting, if you only want to enable it for this particular app you would need to add

filebrowser_dns_proxy: true

To make it accessible on the root domain just set

filebrowser_web_subdomain: ""

@owine owine closed this as completed Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants