Dockerfile & PWA-preparations
authorPhiTux <redacted>
Sat, 4 Oct 2025 17:32:54 +0000 (19:32 +0200)
committerPhiTux <redacted>
Sat, 4 Oct 2025 17:32:54 +0000 (19:32 +0200)
commita4b14b181d0019cbcf758f74ccf1c6ea49028771
treeb9c38175d4e69b8a16f4e992048d6956b718f6a6
parentf4a5a92a40b85e4dc1b605da43256850ccfb3be8
Dockerfile & PWA-preparations
27 files changed:
Dockerfile [new file with mode: 0644]
backend/main.go
docker-entrypoint.sh [new file with mode: 0644]
frontend/.gitignore
frontend/package-lock.json
frontend/package.json
frontend/src/app.html
frontend/src/i18n/de.json [new file with mode: 0644]
frontend/src/i18n/en.json [new file with mode: 0644]
frontend/src/i18n/fr.json [new file with mode: 0644]
frontend/src/lib/APIurl.js
frontend/src/lib/helpers.js
frontend/src/routes/(authed)/+layout.svelte
frontend/src/routes/+layout.js
frontend/src/routes/+layout.svelte
frontend/src/routes/+page.js [moved from frontend/src/routes/+page.server.js with 100% similarity]
frontend/src/routes/+page.svelte [new file with mode: 0644]
frontend/src/routes/[...missing]/+page.js [moved from frontend/src/routes/[...missing]/+page.server.js with 100% similarity]
frontend/src/routes/[...missing]/+page.svelte [new file with mode: 0644]
frontend/src/routes/login/+page.svelte
frontend/static/icons/icon-180.png [new file with mode: 0644]
frontend/static/icons/icon-192.png [new file with mode: 0644]
frontend/static/icons/icon-512.png [new file with mode: 0644]
frontend/static/manifest.webmanifest [new file with mode: 0644]
frontend/svelte.config.js
frontend/vite.config.js
nginx/default.conf [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT