No description
Find a file
2026-01-17 19:50:46 -03:00
migration Version 0.1.0 2025-04-20 19:01:42 -03:00
npins I use Nix btw 2026-01-12 23:03:45 -03:00
src Improve OG descriptions and fix Nix builds 2026-01-17 16:05:46 -03:00
static Finishing up the MVP 2025-04-13 23:13:51 -03:00
templates Improve OG descriptions and fix Nix builds 2026-01-17 16:05:46 -03:00
.env Initial commit 2025-04-10 07:06:34 -03:00
.envrc I use Nix btw 2026-01-12 23:03:45 -03:00
.gitignore I use Nix btw 2026-01-12 23:03:45 -03:00
bacon.toml Initial progress on styling 2025-04-13 11:00:19 -03:00
Cargo.lock Improve OG descriptions and fix Nix builds 2026-01-17 16:05:46 -03:00
Cargo.toml Improve OG descriptions and fix Nix builds 2026-01-17 16:05:46 -03:00
default.nix Clean up Nix builder and release 0.1.1 2026-01-17 19:50:46 -03:00
docker-compose.yml Bug fixes 2025-04-14 23:12:14 -03:00
Dockerfile Clean up Nix builder and release 0.1.1 2026-01-17 19:50:46 -03:00
justfile Initial commit 2025-04-10 07:06:34 -03:00
LICENSE I use Nix btw 2026-01-12 23:03:45 -03:00
README.md Clean up Nix builder and release 0.1.1 2026-01-17 19:50:46 -03:00
shell.nix Clean up Nix builder and release 0.1.1 2026-01-17 19:50:46 -03:00

Samey

Sam's small image board.

Check out a sample instance here!

Status

Still very much an early WIP.

Features

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

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"