Graphic v0.0.1-alpha.2
Try now

Self-hosting


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.2

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

What this does

Requirements