View on GitHub

diaas

debian-installer (d-i) as a service

debian-installer (d-i) as a service

Usage

Debian

auto=true url=sylee.org

If you need less prompts to achieve the fully automatic installation,

auto=true url=sylee.org priority=critical netcfg/get_hostname=debian

Ubuntu

auto=true url=sylee.org

If you need less prompts to achieve the fully automatic installation,

auto=true url=sylee.org priority=critical netcfg/get_hostname=ubuntu

Setup the service

$ git clone --depth=1 https://github.com/fourdollars/diaas.git
$ cd diaas
$ uv sync
$ uv run gunicorn service:app -b 0.0.0.0:3456 -w 4