No description
Find a file
2025-06-10 15:13:41 +02:00
bruno/CodeSnippets fix docker image creation and document it 2025-06-10 11:04:24 +02:00
old_snippets add the old snippet md files 2025-06-05 16:21:24 +02:00
src/snippets fix edit snippet use case 2025-06-10 15:13:41 +02:00
test init biff project 2025-06-04 10:47:56 +02:00
.dockerignore init biff project 2025-06-04 10:47:56 +02:00
.gitignore init biff project 2025-06-04 10:47:56 +02:00
build.clj get docker uberjar working 2025-06-07 16:06:13 +02:00
cljfmt-indents.edn init biff project 2025-06-04 10:47:56 +02:00
deps.edn add logging and handle snippet deletes 2025-06-08 11:16:51 +02:00
Dockerfile get docker uberjar working 2025-06-07 16:06:13 +02:00
LICENSE.md add license 2025-06-05 09:48:56 +02:00
README.md fix docker image creation and document it 2025-06-10 11:04:24 +02:00
server-setup.sh init biff project 2025-06-04 10:47:56 +02:00

Code Snippets

App to store my code snippets.

Dev

How to run dev server

$ clojure -M -m snippets.infra.api

How to create docker image

At this point I'm using a private AWS ECR repository for the project and deploying it in my homelab.

$ docker buildx build --platform linux/amd64,linux/arm64  -t 853019563312.dkr.ecr.eu-central-1.amazonaws.com/code-snippets:latest  --push .