Sam's small image board.
Find a file
2025-04-19 09:03:40 -03:00
migration Video support 2025-04-12 11:43:15 -03:00
src RSS for posts 2025-04-19 09:03:40 -03:00
static Finishing up the MVP 2025-04-13 23:13:51 -03:00
templates RSS for posts 2025-04-19 09:03:40 -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 RSS for posts 2025-04-19 09:03:40 -03:00
Cargo.toml RSS for posts 2025-04-19 09:03:40 -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 RSS for posts 2025-04-19 09:03:40 -03:00

Samey

Sam's small image board.

Status

Still very much an early WIP.

Known issues

  • No way to close tag autocompletion on mobile

Roadmap

  • Favicon from post
  • Bulk edit tag
  • RSS feed
  • Logging
  • Improved error handling
  • Caching
  • Lossless compression
  • User management
  • Cleanup/fixup background tasks
  • Text media
  • Improve CSS
  • Migrate to Cot...?

Prerequisites

  • ffmpeg and ffprobe

Running

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"