Changed CombineOS to Install Doctor
This commit is contained in:
parent
b976c9665a
commit
b8e58947d9
3 changed files with 4 additions and 4 deletions
|
@ -150,7 +150,7 @@ data:
|
||||||
netbiosName: "{{ $sambaNetBiosName -}}"
|
netbiosName: "{{ $sambaNetBiosName -}}"
|
||||||
workgroup: "{{ $sambaWorkGroupName }}"
|
workgroup: "{{ $sambaWorkGroupName }}"
|
||||||
smtp:
|
smtp:
|
||||||
from: CombineOS <no-reply@megabyte.space>
|
from: Automation <no-reply@megabyte.space>
|
||||||
host: smtp.sendgrid.net
|
host: smtp.sendgrid.net
|
||||||
port: 587
|
port: 587
|
||||||
user: apikey
|
user: apikey
|
||||||
|
|
|
@ -7,7 +7,7 @@ port: 8321 # default: 8080
|
||||||
|
|
||||||
### Web UI Color & Title
|
### Web UI Color & Title
|
||||||
navbarColor: "#119eff" # header color for web UI (e.g. "#ff0000")
|
navbarColor: "#119eff" # header color for web UI (e.g. "#ff0000")
|
||||||
navbarTitle: CombineOS Dagu # header title for web UI (e.g. "PROD")
|
navbarTitle: ID Dagu # header title for web UI (e.g. "PROD")
|
||||||
|
|
||||||
### Basic Auth
|
### Basic Auth
|
||||||
isBasicAuth: false # enables basic auth
|
isBasicAuth: false # enables basic auth
|
||||||
|
|
|
@ -397,8 +397,8 @@
|
||||||
"mfa": {
|
"mfa": {
|
||||||
"totp": [
|
"totp": [
|
||||||
{
|
{
|
||||||
"name": "CombineOS",
|
"name": "Install Doctor",
|
||||||
"issuer": "CombineOS - SFTPGo",
|
"issuer": "Install Doctor - SFTPGo",
|
||||||
"algo": "sha1"
|
"algo": "sha1"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue