mirror of
http://code.capytal.cc/dot013/spacestation.git
synced 2026-06-08 23:30:23 -03:00
feat: user handler in forgejo
This commit is contained in:
@@ -70,14 +70,17 @@ in {
|
||||
logo.png = ./assets/icon.png;
|
||||
logo.svg = ./assets/icon.svg;
|
||||
};
|
||||
# users = {
|
||||
# user1 = {
|
||||
# name = /. + config.sops.secrets."forgejo/user1/name".path;
|
||||
# password = /. + config.sops.secrets."forgejo/user1/password".path;
|
||||
# email = /. + config.sops.secrets."forgejo/user1/email".path;
|
||||
# admin = true;
|
||||
# };
|
||||
# };
|
||||
users = {
|
||||
enable = true;
|
||||
users = {
|
||||
user1 = {
|
||||
name = /. + config.sops.secrets."forgejo/user1/name".path;
|
||||
password = /. + config.sops.secrets."forgejo/user1/password".path;
|
||||
email = /. + config.sops.secrets."forgejo/user1/email".path;
|
||||
admin = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
settings = {
|
||||
DEFAULT = {
|
||||
APP_NAME = "Capytal Code";
|
||||
|
||||
Reference in New Issue
Block a user