December 29, 2025Dec 29 On 12/28/2025 at 7:35 AM, error311 said:@PixboneYou’re not doing anything wrong with FileRise itself.FileRise works great over Tailscale when you just access the container on its host port (tailnet IP + 8083).What’s failing here is Tailscale Serve running inside the same container: Serve grabs port 443, then Apache also tries to bind 443, and Apache refuses to start (Address already in use).Fix options:1. Simplest: don’t use Tailscale Serve. Leave HTTP_PORT / HTTPS_PORT empty, map host 8083 → container 80, then open http://<unraid-tailscale-ip>:8083.2. If you want the nice https://name.ts.net/ URL, then Serve should own HTTPS and Apache should stay HTTP-only (Apache must not bind 443 inside the container). That means disabling Apache SSL / default-ssl in the container (or running a reverse proxy externally).Also: only change the Host Port fields in Unraid. Leave HTTP_PORT / HTTPS_PORT blank unless you’re intentionally changing Apache’s internal listen ports.Ok thanks. My problem is that the container doesn't start with any of the options I tried, including the fix options you mentioned.Or I did it wrong. It set Tailscale Serve to No. Is that what you mean by not using it?
December 30, 2025Dec 30 This looks very interesting. I'm hoping to replace the Krusader docker for something more modern and was hoping this would work for just simple file management across all my shares. I've successfully installed it and added a path from /mnt/user on the host to /shares on the container in order to see and manage all my shares. However /shares isn't showing up in the container, it looks like only /root is available. Is this something that would/should work or am I misunderstanding the use case for this app entirely? Thanks!
January 3Jan 3 the tab name dont takes the same name like the mainpage, if you are on the mainpage and set the name to "abc", it shows that also by mous hovering the tab in Edge, Chrome etc. but that is not the same on the portalsite. on the portalsite the name shows "client portal - filerise" mybe is it possible that it shows like " client portal - NAME_OF_PORTAL" and, is it possible to add a funktion that users can also can use the portalsite without login ? portalsite backgroundcolor editable ?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.