mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-10 20:32:50 +02:00
Optional password protection for the web server
This commit is contained in:
parent
3bc37857bb
commit
3b034dd6e5
9 changed files with 103 additions and 32 deletions
3
src/types.d.ts
vendored
3
src/types.d.ts
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue