Go to file
Yanislav Igonin bd6f378b59 disable api
2022-01-26 19:42:23 +02:00
.github/workflows feat: artifacts live for 1 day 2021-11-20 23:00:18 +02:00
build feat: add css renamer for production (#8) 2022-01-11 12:49:39 +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 disable api 2022-01-26 19:42:23 +02:00
db feat: little refactoring 2022-01-21 01:24:30 +02: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 lint 2022-01-26 19:37:14 +02:00
static feat: add line breaks on threads list text 2022-01-20 21:03:18 +02:00
templates lint 2022-01-26 19:37:14 +02: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 disable api 2022-01-26 19:42:23 +02: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.