Extensible imageboard (under construction)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trevor Slocum df818c0a17 Refactor extensions 1 month ago
asset Initial commit 1 month ago
cmd/sriracha Refactor extensions 1 month ago
extension Initial commit 1 month ago
LICENSE Initial commit 1 month ago
README.md Refactor extensions 1 month ago
account.go Initial commit 1 month ago
attachment.go Initial commit 1 month ago
ban.go Initial commit 1 month ago
extension.go Refactor extensions 1 month ago
extension_attach.go Refactor extensions 1 month ago
extension_database.go Refactor extensions 1 month ago
extension_post.go Refactor extensions 1 month ago
go.mod Refactor extensions 1 month ago
go.sum Refactor extensions 1 month ago
keyword.go Initial commit 1 month ago
log.go Initial commit 1 month ago
post.go Initial commit 1 month ago
report.go Initial commit 1 month ago
server.go Initial commit 1 month ago
template.go Initial commit 1 month ago

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.