Milos Stojanovic
Milos Stojanovic
Are you getting the `SIGWINCH` if you detach it and run it as a background service? ``` docker run -d --name filegatorservice -p 8080:8080 filegator/filegator:v7.9.2-multiarch docker logs filegatorservice -f ```
Giving all permissions to Guest is the way to disable auth. That's how it is done here: https://demo.filegator.io To change the user you must customize the Dockerfile. However, file permissions...
The CI workflow is missing multiarch config/setup https://github.com/filegator/filegator/blob/master/.github/workflows/ci-dockerhub.yml
Thank you for your feedback. I'll mark this as a feature request.