Optional password protection for the web server

This commit is contained in:
Cadence Ember 2025-02-25 14:36:49 +13:00
commit 3b034dd6e5
9 changed files with 103 additions and 32 deletions

3
src/types.d.ts vendored
View file

@ -29,7 +29,8 @@ export type AppServiceRegistrationConfig = {
include_user_id_in_mxid: boolean
invite: string[]
discord_origin?: string
discord_cdn_origin?: string
discord_cdn_origin?: string,
web_password: string
}
old_bridge?: {
as_token: string