| .forgejo/workflows | ||
| backend/search | ||
| frontend | ||
| nginx | ||
| .gitattributes | ||
| .gitignore | ||
| docker-compose.yaml | ||
| frontend.Dockerfile | ||
| LICENSE | ||
| README.md | ||
TurtleHost Web
This is the main website of the TurtleHost ecosystem. It serves as a dashboard for a general overview and as an index for all the services and tools that are provided.
Usage
The site is intended to be hosted within a Docker container built with the provided Dockerfile(s). It is possible to host it on bare-metal, but you'll have to pay close attention to the nginx configuration that would otherwise be deployed with the Docker image.
To spin up an instance, simply clone the repository, adjust the docker-compose.yaml file to your
liking and start it with docker compose up [-d] [--build]. Make sure to add the --build flag if
you already built an older version of the image, to instruct Docker to re-create it.
License
This repository is licensed under the MIT License. Feel free to use the application or parts of it as you wish. No guarantee is provided.