Go to file
Yanislav Igonin 783e577311
Feature - Threads archivation (#4)
* todo

* update env var

* add new var to config

* update GetCount (not archived threads)

* wip on threads count check

* feat: add get oldest updated at thread

* feat: add archivation method for oldest threads

* feat: add migrations for posts timefields

* feat: now child posts created without updated_at

* feat: add threads archivation
2021-11-20 20:13:05 +03:00
.github/workflows Release and deploy only from master (#1) 2021-10-24 10:41:48 +03:00
config Feature - Threads archivation (#4) 2021-11-20 20:13:05 +03: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 Feature - Threads archivation (#4) 2021-11-20 20:13:05 +03: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: volumes 2021-09-11 01:01:03 +03: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 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.