🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

git.sr.ht/~aw/fishbb

Package Overview
Dependencies
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git.sr.ht/~aw/fishbb

Go Modules
Version
v0.1.1
Version published
Created
Source

FishBB (Alpha)

Simple, sustainable communities. Minimalist bulliten board software.

Flagship instance at fishbb.fishbb.org.

Tech

go + sqlite

no javascript

12 dependencies, 2000 lines of code

Running

go run main.go

This will setup a database with the admin user with username 'admin' and password 'admin'. You can also set a custom db path:

go build 
./fishbb -path foo.db

Self-hosting

Tagged versions should be stable. Main branch is not guaranteed to be.

FishBB is designed to require a minimal amount of infrastructure and maintenance burden for self-hosting. Please reach out to me alex@alexwennerberg.com if you are interested in running your own instance!

All FishBB data is stored in a single sqlite file. HTML templates are embedded in the Go bindary.

FishBB is VERY early in development -- expect bugs and be very wary of sensitive data. Make sure to change the admin password away from default credentials.

As a package

FishBB also runs as a 'cluster' where multiple forums can be created. These forums can either exist in the 'cluster' (as a sort of broader forum manager) or exported on their own.

The app that hosts the fishbb cluster is https://git.sr.ht/~aw/fishbb-cluster

Configuration

Admin configuration is available at /control

See the comments in config.go for now (better documentation forthcoming)

Google Signup

Your forum can optionally allow Google Signup. You will need to create an OAuth App on Google and set the client ID and client secret in the configuration file.

Contributing

The mailing list for FishBB is at https://lists.sr.ht/~aw/fishbb-devel

Feel free to use the flagship instance as well for project discussion and feedback!

FishBB is free software, if you'd like to, please donate to support development

FAQs

Package last updated on 04 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts