mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 15:28:12 +02:00
Renamed cymais to infinito and did some other optimations and logout implementations
This commit is contained in:
@@ -21,15 +21,15 @@ It solves the common challenge of logging a user out from all connected apps wit
|
||||
- Automatic discovery of logout domains from applications with the `features.logout` flag enabled.
|
||||
- Centralized logout proxy that clears cookies and sessions across all configured subdomains.
|
||||
- Status page with live feedback on logout progress for each domain.
|
||||
- Built-in support for Docker Compose deployment and integration with the CyMaIS ecosystem.
|
||||
- Built-in support for Docker Compose deployment and integration with the Infinito.Nexus ecosystem.
|
||||
- Includes security-conscious headers (CORS, CSP) for smooth cross-domain logout operations.
|
||||
|
||||
## Further Resources
|
||||
|
||||
- [Universal Logout GitHub Repository](https://github.com/kevinveenbirkenbach/universal-logout)
|
||||
- [CyMaIS Project](https://cymais.cloud)
|
||||
- [Infinito.Nexus Project](https://infinito.nexus)
|
||||
- [Author: Kevin Veen-Birkenbach](https://veen.world)
|
||||
|
||||
---
|
||||
|
||||
*This role is licensed under the [CyMaIS NonCommercial License (CNCL)](https://s.veen.world/cncl).*
|
||||
*This role is licensed under the [Infinito.Nexus NonCommercial License (CNCL)](https://s.veen.world/cncl).*
|
||||
|
@@ -2,9 +2,9 @@ galaxy_info:
|
||||
author: "Kevin Veen‑Birkenbach"
|
||||
description: >
|
||||
Deploys the universal logout service: a Dockerized Python container,
|
||||
Nginx `/logout` proxies for `*.cymais.cloud`, and the `conductor.html.j2`
|
||||
Nginx `/logout` proxies for `*.infinito.nexus`, and the `conductor.html.j2`
|
||||
template for unified logout orchestration.
|
||||
license: "CyMaIS NonCommercial License (CNCL)"
|
||||
license: "Infinito.Nexus NonCommercial License (CNCL)"
|
||||
license_url: "https://s.veen.world/cncl"
|
||||
company: |
|
||||
Kevin Veen‑Birkenbach
|
||||
@@ -28,7 +28,7 @@ galaxy_info:
|
||||
- docker
|
||||
- flask
|
||||
- nginx
|
||||
- cymais
|
||||
- infinito
|
||||
- logout
|
||||
repository: "https://github.com/kevinveenbirkenbach/universal-logout"
|
||||
issue_tracker_url: "https://github.com/kevinveenbirkenbach/universal-logout/issues"
|
||||
|
Reference in New Issue
Block a user