It is assumed that you already have Go and GIt installed, as well as the Postgres database.
- Clone the repo
git clone https://github.com/1ort/goimbo.git
cd goimbo
- Install dependencies
go mod download
- Create and edit config file
cp base_config.yaml config.yaml
- Build and run!
go build .
./goimbo
- Read-only API
- CSRF protection
- Captcha
- Post API using tokens
- Admin functionality
- Upload images and files
- Tripcodes
- password-based file/post deletion
- Anti-spam/anti-flood
- Docker & docker-compose
- Dashboard
- Feedback form