Documents the authentication layer added to telegram-gateway in Phase 1.5 : - principal bot @arcodange_factory_bot (handler=auth) gère /auth, /whoami, /logout - session Redis 24h keyed by Telegram from.id (TTL via AUTH_SESSION_TTL) - allowlist optionnelle (ALLOWED_USERS) — silent drop avant la gate - requireAuth secure-by-default (true), opt-out explicite par bot - handler=auth force requireAuth=false (chicken-and-egg) Cross-links bidirectionnels avec le code (Gitea URLs vers arcodange/telegram-gateway), AUTH.md (user-facing) et HOWTO_ADD_BOT.md (Cas 2 mis à jour). Diagrammes mermaid avec contrastes explicites.
Arcodange Factory
%%{init: { 'logLevel': 'debug', 'theme': 'base', 'rough':true } }%%
flowchart
prepare_hd>HD setup]
prepare_pg>PG Setup]
prepare_gitea>Gitea Setup]
origin_repo[[original repositories]]
github_repo_m[[gitea mirrors]]
gitlab_repo_m[[gitea mirrors]]
origin_repo -. mirrored .->gitlab_repo_m
origin_repo -. mirrored .->github_repo_m
tofu.state -. manages providers/go-gitea .- origin_repo
tofu.state -. manages providers/gitlabhq/gitlab .- gitlab_repo_m
tofu.state -. manages providers/integrations/github .- github_repo_m
subgraph Home
subgraph pi1
runner[/gitea runners\]
subgraph small HD
backup_data
end
end
subgraph pi2
PG[(Postgres)]
subgraph Gitea
origin_repo
end
subgraph HD
PG_data
Gitea_data
end
end
subgraph pi3
subgraph ai
ollama
end
end
subgraph "master (macbook pro)"
ansible{{ansible control-node}}
tofu{{opentofu control-node}}
subgraph ansible_scripts
direction TB
prepare_hd --> prepare_pg --> prepare_gitea
end
end
end
subgraph Internet
subgraph Gitlab
subgraph Group Arcodange
gitlab_repo_m
end
end
subgraph Github
subgraph Organization Arcodange
github_repo_m
end
end
subgraph GCP
subgraph project arcodange
subgraph gs://arcodange-tf
tofu.state
end
end
end
end
tofu == plan/apply ==> tofu.state
ansible == deploy ==> HD
ansible == deploy ==> PG
ansible == deploy ==> Gitea
ansible --- ansible_scripts
classDef done fill:gold,stroke:indigo,stroke-width:4px,color:blue;
class prepare_hd,nodeId2 done;
🏹💻🪽
Description
Languages
HCL
36.6%
Mermaid
36.2%
Jinja
8.7%
JavaScript
8.6%
Python
5.1%
Other
4.8%