blob: 67a8a6feb7ec28ce4c5ea5f2106d6cc3a9926d3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="stuff/tacit-css-1.5.2.min.css"/>
<title>LibertaCasa SSO</title>
</head>
<body>
<h1>LibertaCasa Single Sign On</h1>
<p><a href="https://liberta.casa">LibertaCasa</a> operated, self-hosted, services - usable freely with one single account.</p>
<p>You may want to <a href="http://libsso.net/realms/LibertaCasa/protocol/openid-connect/auth?client_id=account-console&response_mode=fragment&response_type=code&login=true&redirect_uri=https://libsso.net/realms/LibertaCasa/account">manage your account</a> or browse further to one of the services in the table below.</p>
<p>If you have not registered yet, you may <a href="http://libsso.net/realms/LibertaCasa/protocol/openid-connect/registrations?client_id=account&response_type=code&scope=openid email&redirect_uri=https://libsso.net/realms/LibertaCasa/account">sign up here</a>.</p>
<p>Please ensure you only enter your credentials on secure forms provided by <i>https://sso.casa</i> or <i>https://libsso.net</i>.</p>
<p></p>
<p>Please reach out in #help on <a href="https://liberta.casa/gamja/#help">irc.casa</a> if you need assistance - this project and its associated services are still in development.</p>
<p></p>
<h4>Currently enabled web services:</h4>
<table>
<thead>
<tr>
<th>Service</th><th>Link</th><th>Access</th>
</tr>
</thead>
<tbody>
<tr><td>Confluence</td><td><a href="https://confluence.psyched.dev">confluence.psyched.dev</a></td><td>Restricted / Deprecated</td></tr>
<tr><td>BookStack</td><td><a href="https://libertacasa.info">libertacasa.info</a></td><td>Public</td></tr>
<tr><td>HedgeDoc</td><td><a href="https://hd.lysergic.dev">hd.lysergic.dev</a></td><td>Public</td></tr>
<tr><td>Gitea</td><td><a href="https://git.com.de">git.com.de</a></td><td>Public</td></tr>
<tr><td>Jellyfin</td><td><a href="https://lysergic.media">lysergic.media</a></td><td>Restricted</td></tr>
<tr><td>Etherpad</td><td><a href="https://pad.lysergic.dev">pad.lysergic.dev</a></td><td>Defunct</td></tr>
<tr><td>Shlink</td><td><a href="https://p.lsd25.xyz">p.lsd25.xyz</a></td><td>Restricted</td></tr>
<tr><td>ZNC (GUI IRC Bouncer)</td><td><a href="https://znc.lsd.dog">znc.lsd.dog</a></td><td>Public</td></tr>
</tbody>
</table>
<h4>Currently enabled non-web services:</h4>
<table>
<thead>
<tr>
<th>Service</th><th>Host</th><th>Access</th>
</tr>
</thead>
<tbody>
<tr><td>IRC</td><td>irc.casa</td><td>Public / SSO link upon request</td></tr>
<tr><td>XMPP</td><td>xmpp.liberta.casa</td><td>Public / <user>@liberta.casa </td></tr>
<tr><td>Pounce (TUI IRC Bouncer)</td><td>bounce.lib.casa</td><td>Public / activation upon request</td></tr>
</tbody>
</table>
<h4>Work in progress:</h4>
<table>
<thead>
<tr>
<th>Service</th><th>Host</th><th>Access</th>
</tr>
</thead>
<tbody>
<tr><td>Public Shell</td><td>sh.lib.casa</td><td>Currently only available with throwaway / non-SSO accounts, by request in #dev</td></tr>
</tbody>
</table>
</body>
</html>
|