url: https://helperhub.skeptic-systems.de/
Docker
nano docker-compose.yml
copy the offical docker-compose.yml content from the repository to your local docker-compose.yml file
Adjust path and post settings
docker compose up -d
You can adjust the data path in the docker-compose.yml
The URL is hard-coded under /RFE/Components/Pages/Home.razor. In the future, this will be changed dynamically using the Docker Env variable API__URL:, but that is beyond my knowledge. We are open to suggestions. Otherwise, you have to change the 3 API URLs in the path mentioned above and build the Docker image yourself.
https://hub.docker.com/repository/docker/skepticsystems/helper-hub/general

