fix fonts and widget exantion

This commit is contained in:
2026-01-22 16:55:02 +01:00
parent 94b3a5ae88
commit 23f66fb76c
362 changed files with 61 additions and 14662 deletions

8
j_version/install.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
docker compose down
docker system prune -a -f
docker volume prune -a -f
docker build -t fis .
docker compose up -d
docker compose logs -f