Compare commits
2 Commits
a277e8f3ed
...
2812e85976
Author | SHA1 | Date | |
---|---|---|---|
2812e85976
|
|||
3835c3a1a6
|
@ -85,7 +85,7 @@ in
|
|||||||
in
|
in
|
||||||
''
|
''
|
||||||
${adminCmd} create --admin --email "${email}" --username ${user} --password "$(tr -d '\n' < ${pwd.path})" || true
|
${adminCmd} create --admin --email "${email}" --username ${user} --password "$(tr -d '\n' < ${pwd.path})" || true
|
||||||
## Alter an existing user
|
## Alter an existing user. Will prompt new password on login
|
||||||
${adminCmd} change-password --username ${user} --password "$(tr -d '\n' < ${pwd.path})" || true
|
# ${adminCmd} change-password --username ${user} --password "$(tr -d '\n' < ${pwd.path})" || true
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
@ -30,6 +30,7 @@ in
|
|||||||
|
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
# Beta is currently stable
|
# Beta is currently stable
|
||||||
|
"www.${domain}" = redirect "";
|
||||||
"beta.${domain}" = redirect "";
|
"beta.${domain}" = redirect "";
|
||||||
"git.${domain}" = redirect "code";
|
"git.${domain}" = redirect "code";
|
||||||
"kitchenowl.${domain}" = redirect "grocery";
|
"kitchenowl.${domain}" = redirect "grocery";
|
||||||
|
Reference in New Issue
Block a user