Compare commits

...

8 Commits

Author SHA1 Message Date
d2508005c4 merge conflict 2021-08-07 09:02:18 +05:30
184dbc8811 git 2021-08-07 08:59:52 +05:30
da20d2ccbf Merge branch 'extras' 2021-07-23 22:58:15 +05:30
47ce276ebe squash this 2021-07-23 22:58:01 +05:30
95a550cd50 mailto
Signed-off-by: Pratyush Desai <pratyushndesai@gmail.com>
2021-07-23 21:30:43 +05:30
a3a5402af2 cytube, jitsi and footers
Signed-off-by: Pratyush Desai <pratyushndesai@gmail.com>
2021-07-23 21:30:43 +05:30
4e24e9476f xmpp instructions
Signed-off-by: Pratyush Desai <pratyushndesai@gmail.com>
2021-07-23 21:30:43 +05:30
6b59a040b0 Readme formatting 2021-07-23 21:30:43 +05:30
6 changed files with 80 additions and 2 deletions

View File

@ -49,6 +49,21 @@ You should now be able to connect your IRC client with the following settings:
SSL/TLS: Off/Disabled SSL/TLS: Off/Disabled
</code> </code>
Nickname, Username and SASL password are the regular details you would use for connecting to LibertaCasa. Nickname, Username and SASL password are the regular details you would use for connecting to LibertaCasa.
<footer>
<a href="mailto:hello@liberta.casa"> Contact </a>
</footer>
</pre> </pre>
</body> </body>
</html> </html>

View File

@ -52,12 +52,31 @@ Services:
Communcations: Communcations:
-------------- --------------
<a href="/xmpp.html">XMPP</a> | <a href="/matrix.html">Matrix</a> | <a href="/irc.html">IRC</a> <a href="/xmpp.html">XMPP</a> | <a href="/matrix.html">Matrix</a> | <a href="/irc.html">IRC</a> | <a href="https://meet.lysergic.dev"> Jitsi Video Conferencing </a>
Services: Services:
--------- ---------
<<<<<<< HEAD
<a href="https://pasta.lysergic.dev">Private Bin</a> | <a href="https://git.com.de">Gitea</a> | <a href="https://searx.xkek.net"> Searx search </a> | <a href="https://yacy.xkek.net"> Yacy Search</a> <a href="https://pasta.lysergic.dev">Private Bin</a> | <a href="https://git.com.de">Gitea</a> | <a href="https://searx.xkek.net"> Searx search </a> | <a href="https://yacy.xkek.net"> Yacy Search</a>
=======
<a href="https://pasta.lysergic.dev">Private Bin</a> | <a href="https://git.com.de">Gitea</a> | <a href="https://searx.xkek.net"> Searx search </a> | <a href="https://yacy.xkek.net"> Yacy Search </a> | <a href="https://party.lysergic.dev"> Cytube - Watch together</a>
<footer>
<a href="mailto:hello@liberta.casa"> Contact </a>
</footer>
>>>>>>> master
</pre> </pre>
</body> </body>
</html> </html>

View File

@ -112,6 +112,19 @@ in place of your cloaked IP-based hostname).
<footer>
<a href="mailto:hello@liberta.casa"> Contact </a>
</footer>
</pre> </pre>
</body> </body>
</html> </html>

View File

@ -19,6 +19,20 @@
<a href="https://element.liberta.casa">Matrix WebClient</a> <a href="https://element.liberta.casa">Matrix WebClient</a>
<footer>
<a href="mailto:hello@liberta.casa"> Contact </a>
</footer>
</pre> </pre>
</body> </body>
</html> </html>

View File

@ -9,5 +9,9 @@ a {
} }
a:hover { a:hover {
background-color: blue; background-color: rgb(130, 100, 185);
}
footer {
color: green;
} }

View File

@ -33,6 +33,19 @@ and the password of your choice.
Host: xmpp.liberta.casa Host: xmpp.liberta.casa
Port: 5222 Port: 5222
<footer>
<a href="mailto:hello@liberta.casa"> Contact </a>
</footer>
</pre> </pre>
</body> </body>
</html> </html>