1 unstable release

Uses new Rust 2024

new 0.1.0 Apr 20, 2025

#439 in HTTP server

MIT license

265KB
3K SLoC

Samey

Sam's small image board.

Status

Still very much an early WIP.

Features

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

Known issues

  • No way to close tag autocompletion on mobile.

Roadmap

  • Logging and improved error handling
  • Lossless compression
  • Post selection
  • Caching
  • Text media
  • Improve CSS
  • Background tasks for garbage collection (dangling tags)
  • User management
  • Testing
  • 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"

Dependencies

~81MB
~1.5M SLoC