move to reverse proxy and update api

This commit is contained in:
pascal
2026-01-27 15:34:01 +01:00
parent 4b89427447
commit 8dd22f3a4f
21 changed files with 1101 additions and 733 deletions

View File

@@ -2855,10 +2855,6 @@ components:
ReverseProxyAuthConfig:
type: object
properties:
type:
type: string
enum: [password, pin, bearer, link]
description: Authentication type
password_auth:
$ref: '#/components/schemas/PasswordAuthConfig'
pin_auth:
@@ -2867,8 +2863,6 @@ components:
$ref: '#/components/schemas/BearerAuthConfig'
link_auth:
$ref: '#/components/schemas/LinkAuthConfig'
required:
- type
PasswordAuthConfig:
type: object
properties: