No description
Find a file
2025-04-20 11:09:58 -03:00
migration Video support 2025-04-12 11:43:15 -03:00
src Generate favicon from post 2025-04-20 11:09:58 -03:00
static Finishing up the MVP 2025-04-13 23:13:51 -03:00
templates Generate favicon from post 2025-04-20 11:09:58 -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 Generate favicon from post 2025-04-20 11:09:58 -03:00

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

  • Delete pools
  • Logging and improved error handling
  • Lossless compression
  • Caching
  • Text media
  • Improve CSS
  • Garbage collection background tasks (tags, pools)
  • User management
  • Migrate to Cot...?

Running

Prerequisites

  • ffmpeg and 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"