mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-10 01:24:43 +02:00
feat(portal): accès Internet direct — kaya.freeboxos.fr:9080
Choix simplicité (2026-07-07) : exposition directe du portail plutôt que
le VPN (WireGuard reste déployé mais dormant, sans redirection Freebox).
- gateway : DNAT 9080/tcp → Traefik (192.168.10.200:80) + rate-limit
30 connexions neuves/min sur le trafic Internet (LAN non concerné)
- IngressRoute guacamole : host kaya.freeboxos.fr accepté
- Guacamole : formulaire local en premier ("*, openid") — l'accès externe
passe par des comptes locaux, Authentik n'est pas exposé (SSO = LAN)
- doc : section « Accès externe » dans admin/k8s/auth-portal.md
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
2181e3ee80
commit
080441ef41
5 changed files with 42 additions and 16 deletions
|
|
@ -59,12 +59,11 @@ spec:
|
|||
value: "preferred_username"
|
||||
- name: OPENID_SCOPE
|
||||
value: "openid profile email"
|
||||
# OIDC prioritaire : arrivée sur le portail = redirection immédiate vers
|
||||
# Authentik (pas de formulaire local). Conséquence : guacadmin devient
|
||||
# inaccessible — l'admin passe par un compte SSO avec « Administer system ».
|
||||
# Dépannage sans Authentik : remettre "*, openid" ici et re-sync.
|
||||
# Formulaire local en premier : requis pour l'accès Internet
|
||||
# (kaya.freeboxos.fr:9080 — comptes locaux Guacamole, Authentik n'étant
|
||||
# pas exposé). Le lien « OpenID » reste dispo pour le SSO depuis le LAN.
|
||||
- name: EXTENSION_PRIORITY
|
||||
value: "openid, *"
|
||||
value: "*, openid"
|
||||
- name: TZ
|
||||
value: "Europe/Paris"
|
||||
resources:
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ spec:
|
|||
entryPoints:
|
||||
- web
|
||||
routes:
|
||||
- match: Host(`portail.lab.local`)
|
||||
- match: Host(`portail.lab.local`) || Host(`kaya.freeboxos.fr`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: guacamole
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue