Go to file
2021-11-20 22:42:16 +02:00
.github/workflows Release and deploy only from master (#1) 2021-10-24 10:41:48 +03:00
config fix: add defults for threads max count, also add some helpful method to handle default config values 2021-11-20 19:32:05 +02:00
controllers Feature - Threads archivation (#4) 2021-11-20 20:13:05 +03:00
db Feature - Migrator (#3) 2021-11-17 11:44:12 +03:00
files Feature - Migrator (#3) 2021-11-17 11:44:12 +03:00
migrations Feature - Threads archivation (#4) 2021-11-20 20:13:05 +03:00
repositories feat: archive only parents 2021-11-20 22:42:16 +02:00
static Feature - Migrator (#3) 2021-11-17 11:44:12 +03:00
templates Feature - Migrator (#3) 2021-11-17 11:44:12 +03:00
utils Feature - Threads archivation (#4) 2021-11-20 20:13:05 +03:00
.env.example Feature - Threads archivation (#4) 2021-11-20 20:13:05 +03:00
.gitignore feat: add rate limiter 2021-09-08 16:56:03 +03:00
docker-compose.yml fix: add defults for threads max count, also add some helpful method to handle default config values 2021-11-20 19:32:05 +02:00
Dockerfile fix: add migrations to build 2021-11-18 00:26:28 +02:00
go.mod Feature - Migrator (#3) 2021-11-17 11:44:12 +03:00
go.sum Feature - Migrator (#3) 2021-11-17 11:44:12 +03:00
LICENSE Initial commit 2021-08-26 13:30:40 +03:00
main.go Feature - Migrator (#3) 2021-11-17 11:44:12 +03:00
README.md feat: archive only parents 2021-11-20 22:42:16 +02:00

micrach-go

Go tryout. Single board imageboard.

Prerequisites

  1. Go 1.13+.
  2. PostgreSQL.
  3. Create .env file from .env.example, change env vars to your needs.
  4. Create db with the name that is specified in .env file in POSTGRES_URL env var.