Website to manage a 3D Print Queue
- Svelte 47.2%
- TypeScript 45.7%
- JavaScript 4.2%
- HTML 1.6%
- Dockerfile 1.1%
- Other 0.2%
QTail
QTail is a simple way to keep track of your 3D Print queue
Built with Sveltekit, TailwindCSS and SQLite
Using Traefik as a Reverse Proxy
Developed for Officina Tecnologica, Canalescuola
Showcase
Installation
Requirements
- Docker version >= 25.0.3
- Docker Compose plugin >= v2.24.5
Create a .env file in the root of the repo. The .env file has only one propriety
EXPOSE_IP=localhost # The IP where the app should listen
To create the Docker stack simply execute
docker compose up -d
All the configuration is in the docker-compose.yaml file
To stop all containers:
docker compose down
The database file and 3d models files are in the respectively in the db and files volumes