No description
Find a file
2025-04-13 23:13:51 -03:00
migration Video support 2025-04-12 11:43:15 -03:00
src Finishing up the MVP 2025-04-13 23:13:51 -03:00
static Finishing up the MVP 2025-04-13 23:13:51 -03:00
templates Finishing up the MVP 2025-04-13 23:13:51 -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 Initial progress on styling 2025-04-13 11:00:19 -03:00
Cargo.toml Initial progress on styling 2025-04-13 11:00:19 -03:00
docker-compose.yml Finishing up the MVP 2025-04-13 23:13:51 -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 Finishing up the MVP 2025-04-13 23:13:51 -03:00

Samey

Sam's small image board.

Status

Still very much an early WIP.

Roadmap

  • Logging
  • Improved error handling
  • Caching
  • Lossless compression
  • Bulk edit tags/Fix tag capitalization
  • 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"