samey

Crates.iosamey
lib.rssamey
version0.1.0
created_at2025-04-20 22:02:49.415678+00
updated_at2025-04-20 22:02:49.415678+00
descriptionSam's small image board
homepage
repositoryhttps://github.com/BadMannersXYZ/samey
max_upload_size
id1642049
size405,605
Bad Manners (BadMannersXYZ)

documentation

README

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"
Commit count: 22

cargo fmt