Extensible imageboard (under construction)
Find a file
2024-01-04 11:48:45 -08:00
asset Initial commit 2023-04-20 20:03:02 -07:00
cmd/sriracha Switch SQLite driver from modernc.org/sqlite to github.com/glebarez/go-sqlite 2024-01-04 11:48:45 -08:00
extension Switch SQLite driver from modernc.org/sqlite to github.com/glebarez/go-sqlite 2024-01-04 11:48:45 -08:00
account.go Switch SQLite driver from modernc.org/sqlite to github.com/glebarez/go-sqlite 2024-01-04 11:48:45 -08: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
board.go Switch SQLite driver from modernc.org/sqlite to github.com/glebarez/go-sqlite 2024-01-04 11:48:45 -08:00
database.go Switch SQLite driver from modernc.org/sqlite to github.com/glebarez/go-sqlite 2024-01-04 11:48:45 -08:00
extension.go Switch SQLite driver from modernc.org/sqlite to github.com/glebarez/go-sqlite 2024-01-04 11:48:45 -08:00
extension_attach.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 Switch SQLite driver from modernc.org/sqlite to github.com/glebarez/go-sqlite 2024-01-04 11:48:45 -08:00
go.sum Switch SQLite driver from modernc.org/sqlite to github.com/glebarez/go-sqlite 2024-01-04 11:48:45 -08:00
keyword.go Initial commit 2023-04-20 20:03:02 -07:00
LICENSE 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
README.md Refactor extensions 2023-04-29 20:17:56 -07:00
report.go Initial commit 2023-04-20 20:03:02 -07:00
server.go Switch SQLite driver from modernc.org/sqlite to github.com/glebarez/go-sqlite 2024-01-04 11:48:45 -08:00
template.go Initial commit 2023-04-20 20:03:02 -07:00

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.