81 lines
No EOL
3 KiB
HTML
81 lines
No EOL
3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Pogmom Suite | Login</title>
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<link rel="stylesheet" href="/style/css/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Pogmom Suite</h1>
|
|
<h2>An Archival & Decentralization Project</h2>
|
|
<div id="header">
|
|
<!--#include file="assets/views/header.html" -->
|
|
</div>
|
|
<hr>
|
|
<h2>About Pogmom Suite Accounts</h2>
|
|
<p>Your Pogmom Suite Account grants you access to any service that supports Pogmom Login (powered by <a href="https://github.com/goauthentik/authentik">Authentik</a>)
|
|
<br>
|
|
At present, most services offered support logging in via a Pogmom Suite Account. The support status is indicated beneath its link.</p>
|
|
<hr class="minor">
|
|
<div class="flexrow">
|
|
<div class="flex_column">
|
|
<div class="flex_spacer">
|
|
</div>
|
|
<div class="flexrow service_subtile">
|
|
<div class="flexrow good demo">
|
|
<p> </p>
|
|
</div>
|
|
</div>
|
|
<div class="demo_details">
|
|
<h3>Fully Supported</h3>
|
|
<p>Integration with Pogmom Suite Login fully configured and working. You should not notice any prompts from the service directly to sign in</p>
|
|
</div>
|
|
</div>
|
|
<div class="flex_column">
|
|
<div class="flex_spacer">
|
|
</div>
|
|
<div class="flexrow service_subtile">
|
|
<div class="flexrow alert demo">
|
|
<p> </p>
|
|
</div>
|
|
</div>
|
|
<div class="demo_details">
|
|
<h3>Partially Supported</h3>
|
|
<p>Integration with Pogmom Suite Login may work for most users, but has not yet been migrated to the new account backend. Full support is underway</p>
|
|
</div>
|
|
</div>
|
|
<div class="flex_column">
|
|
<div class="flex_spacer">
|
|
</div>
|
|
<div class="flexrow service_subtile">
|
|
<div class="flexrow warn demo">
|
|
<p> </p>
|
|
</div>
|
|
</div>
|
|
<div class="demo_details">
|
|
<h3>Unsupported, In-Progress</h3>
|
|
<p>Integration with Pogmom Suite Login is being explored but currently unsupported. Access must be granted manually</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<hr class="minor">
|
|
<h2>Authentication Flow</h2>
|
|
<p>The following diagram (updated 2026-01-07) visualizes the authentication flow of services provided by the Pogmom Suite</p>
|
|
<a href="/assets/img/diagram/diagram.svg">
|
|
<img class="diagram" src="/assets/img/diagram/diagram.svg" alt="diagram is explained below">
|
|
</a>
|
|
<h3>Text Description</h3>
|
|
<p>LLDAP Provides account information to Authentik and handles Matrix logins<br>
|
|
Authentik provides account information and handles logins for Nextcloud, Forgejo, Searxng, Mastodon, Peertube, Jellyfin, Ombi, Navidrome, and Kavita<br>
|
|
Minecraft is currently not configured for Pogmom Suite Authentication
|
|
</p>
|
|
<hr>
|
|
<div id="footer">
|
|
<!--#include file="assets/views/footer.html" -->
|
|
</div>
|
|
</body>
|
|
|
|
</html> |