diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2021-08-24 12:03:05 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2021-08-24 12:03:05 -0400 |
| commit | 47c2b83f371b1bc5ecd7303aabf9e5d8d6fb54b9 (patch) | |
| tree | 519f756fde890e0b7db5a669c518c12729f9b4e9 /index.html | |
| parent | 919e7bfdf8cb67016861367a50b9315cb39a002f (diff) | |
i2p tweaks
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -56,7 +56,6 @@ img { border: none ;} <li><a href="sshkeys.html">Use your SSH keys to prevent hacking.</a></li> <li><a href="cron.html">Schedule tasks with Crontabs/Cronjobs.</a></li> <li><a href="cgi.html">Server side scripting with CGI</a></li> - <li><a href="tor.html">Mirror your site on <img src="pix/tor.svg">Tor.</a></li> <li><a href="auth.html">Password-protecting Webpages (HTTP Authentication)</a></li> <li><a href="ufw.html">Using ufw as a firewall.</a></li> <li><a href="gemini.html">Create a Gemini Capsule.</a></li> @@ -65,10 +64,12 @@ img { border: none ;} <h3 id=platform>"Build your own platform!"</h3> + <p>Host your own services, social media and more.</p> + <dl class=ll> <dt><a href="xmpp.html"><img src="pix/xmpp.svg" alt="xmpp logo"> XMPP</a></dt><dd>Minimalist and federated chat server</dd> - <dt><a href="pleroma.html">Pleroma</a></dt><dd>A federated Twitter-like microblogging Site</dd> - <dt><a href="peertube.html"><img src="pix/peertube.svg" alt="peertube logo"> PeerTube</a></dt><dd>A federated YouTube-like video Site</dd> + <dt><a href="pleroma.html">Pleroma</a></dt><dd>A federated Twitter-like microblogging site</dd> + <dt><a href="peertube.html"><img src="pix/peertube.svg" alt="peertube logo"> PeerTube</a></dt><dd>A federated YouTube-like video site</dd> <dt><a href="nextcloud.html"><img src="pix/nextcloud.svg"> Nextcloud</a></dt><dd>Setting up a Nextcloud Instance (file hosting and more)</dd> <dt><a href="jitsi.html"><img src="pix/jitsi.svg" alt="Jitsi logo"> Jitsi</a></dt><dd>Free and easy video conferencing</dd> <dt><a href="git.html"><img src="pix/git.svg"> git</a></dt><dd>Version control software on your own server</dd> @@ -76,6 +77,8 @@ img { border: none ;} <dt><a href="irc.html"><img src="pix/irc.svg"> IRC</a></dt><dd>Installing and managing a classic internet relay chat server</dd> <dt><a href="rss-bridge.html">RSS Bridge</a></dt><dd>Creating RSS feeds for social media sites</dd> <dt><a href="calibre.html"><img src="pix/calibre.png"> Calibre</a></dt><dd>A library server</dd> + <dt><a href="i2p.html"><img src="pix/itoopie.svg" alt="Itoopie">I2P</a></dt><dd>Host your site on a private and peer-to-peer internet layer.</dd> + <dt><a href="tor.html"><img src="pix/tor.svg">Tor</a></dt><dd>Host your site on private onion-routing.</dd> </dl> <h3 id=crypto>Accepting Cryptocurrency Tips</h3> |
