All checks were successful
Build and Deploy / deploy (push) Successful in 41s
Replace random unrecoverable passwords with a confirmation-based flow: admin approval generates a secure token and sends a ticket reply with a confirmation link; the developer clicks the link, enters their SilverDESK password, and all services (Mattermost, Mailcow, Gitea) are provisioned with that password. Adds password sync endpoint for SilverDESK resets and updates the post-signup success panel to redirect to SilverDESK login with the username pre-populated. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
28 lines
708 B
JSON
28 lines
708 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"SilverDesk": {
|
|
"BaseUrl": "https://silverdesk.silverlabs.uk",
|
|
"ApiKey": "silverdesk-mcp-2025-secure-key"
|
|
},
|
|
"Mattermost": {
|
|
"BaseUrl": "https://ops.silverlined.uk",
|
|
"ApiToken": "ktmfkpxz7ffr5g1imuqg8hm58c"
|
|
},
|
|
"Mailcow": {
|
|
"BaseUrl": "https://mail.silverlined.uk",
|
|
"ApiKey": "2A21AA-47E4E5-46DD62-A650F0-BC7566"
|
|
},
|
|
"Gitea": {
|
|
"BaseUrl": "https://git.silverlabs.uk",
|
|
"ApiToken": ""
|
|
},
|
|
"SiteBaseUrl": "https://silverlabs.uk",
|
|
"AdminApiKey": "aawb2MHblbfmqdhcS7Xp2/ibQOUbUE1BDoqdJOu0bjM="
|
|
}
|