Changed CombineOS to Install Doctor

This commit is contained in:
Brian Zalewski 2024-05-21 01:46:40 +00:00
parent b976c9665a
commit b8e58947d9
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -397,8 +397,8 @@
"mfa": {
"totp": [
{
"name": "CombineOS",
"issuer": "CombineOS - SFTPGo",
"name": "Install Doctor",
"issuer": "Install Doctor - SFTPGo",
"algo": "sha1"
}
]