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 -}}"
|
||||
workgroup: "{{ $sambaWorkGroupName }}"
|
||||
smtp:
|
||||
from: CombineOS <no-reply@megabyte.space>
|
||||
from: Automation <no-reply@megabyte.space>
|
||||
host: smtp.sendgrid.net
|
||||
port: 587
|
||||
user: apikey
|
||||
|
|
|
@ -7,7 +7,7 @@ port: 8321 # default: 8080
|
|||
|
||||
### Web UI Color & Title
|
||||
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
|
||||
isBasicAuth: false # enables basic auth
|
||||
|
|
|
@ -397,8 +397,8 @@
|
|||
"mfa": {
|
||||
"totp": [
|
||||
{
|
||||
"name": "CombineOS",
|
||||
"issuer": "CombineOS - SFTPGo",
|
||||
"name": "Install Doctor",
|
||||
"issuer": "Install Doctor - SFTPGo",
|
||||
"algo": "sha1"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue