DNS zones management interface
 
 
 
 
 
Go to file
Hannaeko f1f64665cc use stateful tokens 2022-04-24 12:42:53 +02:00
dev-scripts wip create record 2021-07-01 20:45:49 +02:00
docs update doc 2022-03-04 22:07:22 +01:00
e2e add migrate command to cli 2022-04-23 23:30:20 +02:00
migrations use stateful tokens 2022-04-24 12:42:53 +02:00
src use stateful tokens 2022-04-24 12:42:53 +02:00
.gitignore unify rocket and nomilo config files 2022-04-23 00:27:16 +02:00
Cargo.lock use stateful tokens 2022-04-24 12:42:53 +02:00
Cargo.toml use stateful tokens 2022-04-24 12:42:53 +02:00
LICENSE update license 2022-03-05 14:07:50 +01:00
README.md update readme 2022-04-23 23:44:49 +02:00
api.yml fix new lines 2022-04-23 00:57:32 +02:00
diesel.toml use stateful tokens 2022-04-24 12:42:53 +02:00
nomilo.example.toml use stateful tokens 2022-04-24 12:42:53 +02:00

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