DNS zones management interface
 
 
 
 
 
Go to file
Gaël⋅le efadd4dda0 fix copy pasta 2023-06-16 17:25:51 +02:00
dev-scripts add tsig auth support 2022-04-27 19:42:25 +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 replace username by email 2023-02-22 13:52:12 +01:00
public fix copy pasta 2023-06-16 17:25:51 +02:00
src wip better records management ui 2023-02-23 00:02:49 +01:00
templates general improvement 2023-02-23 13:21:19 +01:00
.gitignore unify rocket and nomilo config files 2022-04-23 00:27:16 +02:00
Cargo.lock upgrade dependencies 2023-02-22 12:55:37 +01:00
Cargo.toml upgrade dependencies 2023-02-22 12:55:37 +01: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 update config example 2022-04-27 19:44:26 +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