Sam's small image board.
Find a file
2025-04-25 08:53:45 -03:00
migration Version 0.1.0 2025-04-20 19:01:42 -03:00
src Improved tag searching 2025-04-22 19:55:48 -03:00
static Finishing up the MVP 2025-04-13 23:13:51 -03:00
templates Add link to sample instance 2025-04-25 08:53:45 -03:00
.env Initial commit 2025-04-10 07:06:34 -03:00
.gitignore Initial commit 2025-04-10 07:06:34 -03:00
bacon.toml Initial progress on styling 2025-04-13 11:00:19 -03:00
Cargo.lock Search by media type 2025-04-22 19:30:56 -03:00
Cargo.toml Search by media type 2025-04-22 19:30:56 -03:00
docker-compose.yml Bug fixes 2025-04-14 23:12:14 -03:00
Dockerfile Finishing up the MVP 2025-04-13 23:13:51 -03:00
justfile Initial commit 2025-04-10 07:06:34 -03:00
LICENSE Initial commit 2025-04-10 07:06:34 -03:00
README.md Add link to sample instance 2025-04-25 08:53:45 -03:00

Samey

Sam's small image board.

Check out a sample instance here!

Status

Still very much an early WIP.

Features

  • Image and video posts.
  • Tagging with autocompletion.
  • Post pools.
  • RSS feeds.

Possible roadmap

  • Display thumbnails on post selection
  • Text media
  • Testing
  • Improve CSS
  • User management
  • Lossless compression
  • Migrate to Cot...?

Running

Dependencies

  • ffmpeg (with ffprobe)

Development

bacon serve

Docker Compose

sqlite3 db.sqlite3 "VACUUM;"
docker compose up -d
docker compose run --rm samey add-admin-user -u admin -p "superSecretPassword"