Extensible imageboard (under construction)
Go to file
Trevor Slocum df818c0a17 Refactor extensions 2023-04-29 20:17:56 -07:00
asset Initial commit 2023-04-20 20:03:02 -07:00
cmd/sriracha Refactor extensions 2023-04-29 20:17:56 -07:00
extension Initial commit 2023-04-20 20:03:02 -07:00
LICENSE Initial commit 2023-04-20 20:03:02 -07:00
README.md Refactor extensions 2023-04-29 20:17:56 -07:00
account.go Initial commit 2023-04-20 20:03:02 -07:00
attachment.go Initial commit 2023-04-20 20:03:02 -07:00
ban.go Initial commit 2023-04-20 20:03:02 -07:00
extension.go Refactor extensions 2023-04-29 20:17:56 -07:00
extension_attach.go Refactor extensions 2023-04-29 20:17:56 -07:00
extension_database.go Refactor extensions 2023-04-29 20:17:56 -07:00
extension_post.go Refactor extensions 2023-04-29 20:17:56 -07:00
go.mod Refactor extensions 2023-04-29 20:17:56 -07:00
go.sum Refactor extensions 2023-04-29 20:17:56 -07:00
keyword.go Initial commit 2023-04-20 20:03:02 -07:00
log.go Initial commit 2023-04-20 20:03:02 -07:00
post.go Initial commit 2023-04-20 20:03:02 -07:00
report.go Initial commit 2023-04-20 20:03:02 -07:00
server.go Initial commit 2023-04-20 20:03:02 -07:00
template.go Initial commit 2023-04-20 20:03:02 -07:00

README.md

Sriracha - Extensible imageboard

GoDoc Donate via LiberaPay Donate via Patreon

Warning: This software is not yet stable. Here be dragons.

Sriracha is a multi-board imageboard that may be customized by adding and removing extensions.

Extensions are simply additional pieces of software written in Go. Because of this, developers have unlimited power to extend and customize Sriracha.

Install

To install Sriracha at ~/go/bin/sriracha run the following command:

go install code.rocketnine.space/tslocum/sriracha@latest

Migrate from TinyIB

Coming soon.

Support

Please share issues and suggestions here.