Airday
Try demo

Self-hosting


⚠️ Airday is currently in a pre-release state. Database may not be compatible between builds. Please export & import between upgrades.

Quick start

Run the Airday server on your own infrastructure with a single Docker command:

docker run -d \
    -p 8000:8000 \
    -v /srv/airday:/data \
    ghcr.io/airdaydev/airday-server:v0.0.1-alpha.10

The server will be available at http://localhost:8000.

What this does

Requirements