1
0
Fork
You've already forked qTail
0
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%
Find a file
2024年04月12日 10:37:20 +02:00
docs Added docs 2024年04月02日 18:03:29 +02:00
src feat: added made by section + fixed download size header 2024年04月12日 10:37:20 +02:00
.dockerignore Remove unused files in container 2024年03月01日 12:30:23 +01:00
.gitignore Gitignore 2024年03月05日 16:59:02 +01:00
.npmrc Initial commit 2024年02月17日 22:23:19 +01:00
.prettierignore Initial commit 2024年02月17日 22:23:19 +01:00
.prettierrc Initial commit 2024年02月17日 22:23:19 +01:00
docker-compose.yaml fix: real ip on error logs 2024年04月03日 17:58:01 +02:00
Dockerfile QoL features 2024年03月05日 16:53:00 +01:00
package.json QoL features 2024年03月05日 16:53:00 +01:00
pnpm-lock.yaml QoL features 2024年03月05日 16:53:00 +01:00
postcss.config.js Initial commit 2024年02月17日 22:23:19 +01:00
README.md Added docs 2024年04月02日 18:03:29 +02:00
svelte.config.js Initial commit 2024年02月17日 22:23:19 +01:00
tailwind.config.js Added title input for better understanding your print task 2024年03月26日 16:53:29 +01:00
tsconfig.json Remove unused files in container 2024年03月01日 12:30:23 +01:00
vite.config.ts Initial commit 2024年02月17日 22:23:19 +01:00

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

First time configuration

New Task

Admin Interface Homepage

HomePage

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