Today, front and center.
Out of the way everywhere else.
No telemetry, period.
Share with whoever you want, in one link.
Take your words with you whenever you want.
Drop a photo in your entry.
Two warm themes. Pick one.
services:
piruetas:
image: forgejo.patilla.es/patillacode/piruetas:latest
ports:
- "8000:8000"
volumes:
- ./data:/data
environment:
SECRET_KEY: change-me-to-a-random-string
ADMIN_USERNAME: admin
ADMIN_PASSWORD: changeme
restart: unless-stopped