-
Notifications
You must be signed in to change notification settings - Fork 16
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
Better container support #251
Comments
Hi, I'm with the linuxserver.io team and we publish a docker container for the fah client: https://github.com/linuxserver/docker-foldingathome I saw that 8.3 is released as stable, but going through the website post about it, there are some very fundamental and breaking changes between 7.6 and 8.3. The migration info is scarce and I'm trying to wrap my head around it. I tried to build and run the web client locally (inside the same container) via vite to test that out, but it gives me an obscure api error and does not connect to fah client. The readme for that repo doesn't seem to be accurate either. The instructions state npm run dev should start it on port 3000, but for me it starts on port 5173 and only listens on localhost (a problem for docker). I was able to use vite directly to set --host 0.0.0.0 and access it remotely on port 5173. But the api error remains. Is the only way to run this in a container (remote and headless) by passing the cli args Thanks |
If you want remote control, yes you need to set |
You should use
The current release has a problem where it will redirect you if you access |
Instead of building the latest Web Control yourself, you can also download and install a pre-built zip. See HOWTO: Local v8 Web Control See also Bleeding Edge Builds |
I've put my personal (Podman) containers and a bit of documentation here. |
The following features would help with running v8 fah-client in a container:
However, note that since containers can be configured to automatically join an account using the
account-token
option, they can easily be controlled remotely.The text was updated successfully, but these errors were encountered: