No description
  • TypeScript 45.1%
  • Svelte 44.8%
  • CSS 3.4%
  • Dockerfile 2.7%
  • HTML 1.6%
  • Other 2.4%
Find a file
wleeper13 6cd7934809
All checks were successful
Docker Image CI - Main / docker (push) Successful in 32s
Merge pull request 'dev' (#1) from dev into main
Reviewed-on: #1
2026-03-16 22:32:16 -05:00
.forgejo/workflows update actions 2026-03-06 10:22:36 -06:00
prisma setup homepage api 2026-03-15 14:09:52 -05:00
src cleanup search component 2026-03-16 22:14:49 -05:00
static working migration from go 2026-02-20 17:43:58 -06:00
.dockerignore docker build works again 2026-03-01 12:35:48 -06:00
.gitignore docker build works again 2026-03-01 12:35:48 -06:00
.npmrc working migration from go 2026-02-20 17:43:58 -06:00
build.sh switch try-catch to null 2026-03-02 12:51:44 -06:00
bun.lock improve dev stuff 2026-03-06 10:18:36 -06:00
docker-compose.yml update docker build 2026-03-03 18:32:12 -06:00
Dockerfile fix the ol healthcheck 2026-03-03 18:53:31 -06:00
entrypoint.sh docker build works again 2026-03-01 12:35:48 -06:00
package.json improve dev stuff 2026-03-06 10:18:36 -06:00
postcss.config.js working migration from go 2026-02-20 17:43:58 -06:00
prisma.config.ts working prisma migration 2026-02-23 18:11:49 -06:00
README.md working migration from go 2026-02-20 17:43:58 -06:00
run.sh switch to try-catch 2026-03-01 16:00:17 -06:00
svelte.config.js allow user to see their searches 2026-03-07 21:05:24 -06:00
tailwind.config.ts working migration from go 2026-02-20 17:43:58 -06:00
TODO.md groundwork for homepage customization 2026-03-13 15:16:45 -05:00
tsconfig.json working migration from go 2026-02-20 17:43:58 -06:00
vite.config.ts improve dev stuff 2026-03-06 10:18:36 -06:00

A new version of my website written with sveltekit

nifty i guess

The docker image requires the nonroot user (id 65532) to own the /app/data folder for any bind mounts. Use the command sudo chown -R 65532:65532 <your_path_here> to set ownership.