DNS zones management interface
 
 
 
 
 
Go to file
Hannaeko 54b18a8585 move to argon2 crate for password hashing 2022-04-24 01:06:43 +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 add some kind of authorizations 2021-04-05 18:56:15 -04:00
src move to argon2 crate for password hashing 2022-04-24 01:06:43 +02:00
.gitignore unify rocket and nomilo config files 2022-04-23 00:27:16 +02:00
Cargo.lock move to argon2 crate for password hashing 2022-04-24 01:06:43 +02:00
Cargo.toml move to argon2 crate for password hashing 2022-04-24 01:06:43 +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 enum for role and fix dns client for async 2021-04-03 02:16:54 -04:00
nomilo.example.toml unify rocket and nomilo config files 2022-04-23 00:27:16 +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