mirror of
https://forge.familier.net.eu.org/dns-witch/nomilo.git
synced 2025-01-06 15:41:31 +01:00
DNS Zone Administration Web UI
dev-scripts | ||
docs | ||
e2e | ||
migrations | ||
public | ||
src | ||
templates | ||
.gitignore | ||
api.yml | ||
Cargo.lock | ||
Cargo.toml | ||
diesel.toml | ||
LICENSE | ||
nomilo.example.toml | ||
README.md |
Nomilo
This projet is in a very experimental state
Quick start
nomilo server run
nomilo user add --name Admin --password supersecret --email admin@localhost --is-admin
Or if you prefer to not run the webserver before setting up the first user
nomilo server migrate
nomilo user add --name Admin --password supersecret --email admin@localhost --is-admin
nomilo server run