It would be awesome if I could add an admin in the config like this "Admins": [ { "identity": "12345678901235", "flags": "root", "name": "SomeName" } ], This way I can install a fresh system without going into the console and adding all the admins.
It would be awesome if I could add an admin in the config like this
"Admins": [
{
"identity": "12345678901235",
"flags": "root",
"name": "SomeName"
}
],
This way I can install a fresh system without going into the console and adding all the admins.