Go to file
2021-10-16 18:06:56 +03:00
.github/workflows debug: add go version 2021-09-10 19:57:45 +03:00
config feat: hide rate limiter under flag 2021-09-08 18:54:46 +03:00
controllers feat: add thread refresh after posting 2021-10-14 10:45:32 +03:00
db feat: take postgres max conn from connection url 2021-09-30 20:55:34 +03:00
migrations feat: add posts db seeds 2021-08-31 22:10:24 +03:00
repositories fix: disable files in seeds 2021-10-16 14:17:15 +03:00
static fix: fast fix for 400/404 errors pages 2021-10-16 18:06:56 +03:00
templates fix: fast fix for 400/404 errors pages 2021-10-16 18:06:56 +03:00
utils feat: update post validation 2021-10-11 11:08:55 +03:00
.env.example feat: take postgres max conn from connection url 2021-09-30 20:55:34 +03:00
.gitignore feat: add rate limiter 2021-09-08 16:56:03 +03:00
docker-compose.yml fix: volumes 2021-09-11 01:01:03 +03:00
Dockerfile Revert "feat: docker image: busybox -> scratch" 2021-09-11 01:22:48 +03:00
go.mod feat: remove csrf token 2021-10-06 11:36:01 +03:00
go.sum feat: remove csrf token 2021-10-06 11:36:01 +03:00
LICENSE Initial commit 2021-08-26 13:30:40 +03:00
main.go feat: remove csrf token 2021-10-06 11:36:01 +03:00
README.md readme 2021-09-08 15:31:26 +03:00

micrach-go

Go tryout. Single board imageboard.

Prerequisites

Create db.
Run migrations from migrations.
Create .env file from .env.example, change env vars to your needs.