A gift manager
- Go 41.8%
- TypeScript 36.3%
- CSS 16.8%
- Dockerfile 2.9%
- PLpgSQL 1.1%
- Other 1.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
Signed-off-by: Theis Randeris Mathiassen <theis@tmathiassen.dk> |
||
| .forgejo/workflows | ||
| backend | ||
| frontend | ||
| .env.example | ||
| .gitignore | ||
| Caddyfile | ||
| docker-compose.override.yaml | ||
| docker-compose.yaml | ||
| jwt.secret | ||
| jwt.secret.example | ||
| package-lock.json | ||
| plan.md | ||
| postgres.secret | ||
| postgres.secret.example | ||
| README.md | ||
giftman
A gift manager
Setup
- Clone the repository.
- Create the secret files from the example files, can be populated by openssl rand -base64 32
- Create the .env file based on the example. (You do not need to own the domain)
- On linux edit the /etc/hosts to tell your computer to point the domain specified in .env to this computer by adding the following line.
- IP domain_from_env
- run: docker compose up --build