feat: initial commit

This commit is contained in:
2025-06-10 21:09:58 +02:00
commit 1fb753469e
84 changed files with 3912 additions and 0 deletions

5
misc/dokku/dokku.mk Normal file
View File

@ -0,0 +1,5 @@
DOKKU_APP ?= kouiz
DOKKU_DEPLOY_URL ?= dokku@dev.lookingfora.name
dokku-deploy:
git push $(DOKKU_DEPLOY_URL):$(DOKKU_APP) $(shell git rev-parse HEAD):refs/heads/master --force