Extensible imageboard (under construction)
Go to file
Trevor Slocum e9e3651ec7 Refactor AttachImage 2024-01-15 12:51:42 -08:00
asset Initial commit 2023-04-20 20:03:02 -07:00
cmd/sriracha Refactor AttachImage 2024-01-15 12:51:42 -08:00
extension Refactor AttachImage 2024-01-15 12:51:42 -08:00
LICENSE Initial commit 2023-04-20 20:03:02 -07:00
README.md Support MySQL by default 2024-01-15 12:36:20 -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 Support MySQL by default 2024-01-15 12:36:20 -08:00
ban.go Initial commit 2023-04-20 20:03:02 -07:00
board.go Support MySQL by default 2024-01-15 12:36:20 -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 Support MySQL by default 2024-01-15 12:36:20 -08:00
extension_attach.go Support MySQL by default 2024-01-15 12:36:20 -08:00
extension_post.go Refactor extensions 2023-04-29 20:17:56 -07:00
go.mod Support MySQL by default 2024-01-15 12:36:20 -08:00
go.sum Support MySQL by default 2024-01-15 12:36:20 -08: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 Support MySQL by default 2024-01-15 12:36:20 -08:00
template.go Migrate to code.rocket9labs.com 2024-01-04 11:55:06 -08:00

README.md

Sriracha - Extensible imageboard

GoDoc Donate via Patreon Donate via LiberaPay

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.

Install

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

go install code.rocket9labs.com/tslocum/sriracha@latest

Migrate from TinyIB

Coming soon.

Support

Please share issues and suggestions here.