40 lines
1.3 KiB
YAML
40 lines
1.3 KiB
YAML
version: 1
|
|
# Managed ForwardAuth application and outpost assignment for chat.xiteng.site.
|
|
metadata:
|
|
name: Xiteng Chat ForwardAuth
|
|
labels:
|
|
blueprints.goauthentik.io/instantiate: "true"
|
|
entries:
|
|
- id: xiteng-chat-provider
|
|
model: authentik_providers_proxy.proxyprovider
|
|
state: present
|
|
identifiers:
|
|
name: Xiteng Chat
|
|
attrs:
|
|
authorization_flow: !Find [authentik_flows.flow, [slug, default-provider-authorization-implicit-consent]]
|
|
invalidation_flow: !Find [authentik_flows.flow, [slug, default-provider-invalidation-flow]]
|
|
external_host: https://chat.xiteng.site
|
|
mode: forward_single
|
|
|
|
- model: authentik_core.application
|
|
state: present
|
|
identifiers:
|
|
slug: xiteng-chat
|
|
attrs:
|
|
name: Xiteng Chat
|
|
provider: !KeyOf xiteng-chat-provider
|
|
meta_launch_url: https://chat.xiteng.site
|
|
open_in_new_tab: true
|
|
|
|
- model: authentik_outposts.outpost
|
|
state: present
|
|
identifiers:
|
|
name: uptime-kuma-outpost
|
|
attrs:
|
|
providers:
|
|
- !Find [authentik_core.provider, [name, Xiteng Portal Admin]]
|
|
- !Find [authentik_core.provider, [name, comfyui-proxy]]
|
|
- !Find [authentik_core.provider, [name, invokeai-proxy]]
|
|
- !Find [authentik_core.provider, [name, code-server-proxy]]
|
|
- !KeyOf xiteng-chat-provider
|