summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html66
1 files changed, 41 insertions, 25 deletions
diff --git a/index.html b/index.html
index 0568e63..f8dac9f 100644
--- a/index.html
+++ b/index.html
@@ -9,6 +9,10 @@
<link rel='alternate' type='application/rss+xml' title='Land Chad RSS' href='/rss.xml'>
</head>
+<style>
+img { border: none ;}
+</style>
+
<body>
<header><h1>Chad's Guide to Starting Your Own Website</h1></header>
<nav></nav>
@@ -51,32 +55,43 @@
<li><a href="maintenance.html">How to Maintain a Server.</a></li>
<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="tor.html">Mirror your site on <img src="pix/tor.svg">Tor.</a></li>
+ <li><a href="cgi.html">Server side scripting with CGI</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>
<li><a href="standalone.html">Standalone Certbot Certificates</a></li>
+ <li><a href="selfhosting.html">Selfhosting on your own server at home</a>
</ul>
<h3 id=platform>"Build your own platform!"</h3>
- <ul class=ll>
- <li><a href="git.html">Host your own <img src="pix/git.svg"><code>git</code> repositories</a></li>
- <li><a href="xmpp.html">Private and Encrypted Chat with <img src="pix/xmpp.svg" alt="xmpp logo">XMPP</a></li>
- <li><a href="pleroma.html">Pleroma, a federated Twitter-like Microblogging Site</a></li>
- <li><a href="nextcloud.html">Setting up a <img src="pix/nextcloud.svg">Nextcloud Instance (file hosting and more)</a></li>
- <li><a href="gitea.html">Setting up <img src="pix/gitea.svg">Gitea</a></li>
- <li><a href="irc.html">Creating your own chat server with <img src="pix/irc.svg">IRC</a></li>
- <li><a href="rss-bridge.html">RSS Bridge: Create RSS Feeds for Mainstream Social Media</a></li>
- </ul>
+
+ <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"><img src="pix/pleroma.svg" alt="Pleroma logo"> 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>
+ <dt><a href="cgit.html"><img src="pix/cgit.svg"> Cgit</a></dt><dd>A hyperfast web frontend for git repositories</dd>
+ <dt><a href="gitea.html"><img src="pix/gitea.svg"> Gitea</a></dt><dd>A fully-featured git and issue tracking site</dd>
+ <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="matrix.html"><img src="pix/element.svg" alt="Element logo">Matrix</a></dt><dd>An easy-to-use, free and federated chat and channel server.</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>
- <ul class=ll>
- <li><a href="crypto.html">The Case for Crypto for Normal People</a></li>
- <li><a href="bitcoin.html">Accept <img src="pix/btc.svg" alt="btc logo">Bitcoin (BTC) donations</a></li>
- <li><a href="monero.html">Accept <img src="pix/xmr.svg" alt="xmr logo">Monero (XMR) donations for superior privacy</a></li>
- <li><a href="openalias.html">OpenAlias to make crypto easy</a></li>
- <li><a href="bat.html"><img src="pix/bat.svg">Basic Attention Token (BAT)</a></li>
- </ul>
+ <dl class=ll>
+ <dt><a href="crypto.html">Why crypto?</a></dt><dd>The case for crypto for normal people</dd>
+ <dt><a href="bitcoin.html"><img src="pix/btc.svg" alt="btc logo"> Bitcoin</a></dt><dd>Accept Bitcoin (BTC) donations</dd>
+ <dt><a href="monero.html"><img src="pix/xmr.svg" alt="xmr logo"> Monero</a></dt><dd>Accept Monero (XMR) donations for superior privacy</dd>
+ <dt><a href="openalias.html">OpenAlias</a></dt><dd>OpenAlias to make crypto easy</dd>
+ <dt><a href="bat.html"><img src="pix/bat.svg"> BAT</a></dt><dd>Receive donations via the Brave browser</dd>
+ </dl>
<h2>In the Works...</h2>
@@ -90,9 +105,7 @@
<ul>
<li>Full HTML tutorial</li>
<li>Full CSS tutorial</li>
- <li>Setting up an Email server</li>
<li>RSS feeds</li>
- <li>Matrix (federated chat)</li>
<li>SearX (search engine)</li>
</ul>
@@ -101,24 +114,27 @@
<p>
There are other articles not currently under construction which we would like to add the LandChad.net.
If you have experience with any of these, you may submit an article for review on <a href="https://github.com/lukesmithxyz/landchad">the Github</a>.
- Please include directions for Debian 10 as default.
+ Please include directions for Debian 11 as default.
Abstain from using containerization (Docker, etc.).
Attempt to follow the same settings as other articles here.
</p>
<ul>
- <li><a href="https://btcpayserver.org/">BTCPay</a></li>
+ <li><a href="https://btcpayserver.org/">BTCPay</a> (Docker install permitted only in this case.)</li>
<li>Email webclients</li>
<li>Simple static site generators</li>
- <li>Calibre (library server)</li>
- <li><a href="https://joinpeertube.org/">PeerTube</a> (like YouTube)</li>
<li><a href="https://www.ejabberd.im/">XMPP ejabberd</a></li>
<li><a href="https://movim.eu/">Movim for XMPP</a></li>
+ <li>Nitter</li>
</ul>
<h2>Support LandChad.net</h2>
+ <p>Help advertize this site by adding this banner with a link on your website:</p>
+
+ <a href="https://landchad.net"><img src="pix/landchad.gif" alt="LandChad.net"></a>
+
<p>
No ads, trackers or trash on this site.
We are funded by doing good and earning gratitude.
@@ -126,7 +142,7 @@
</p>
<ul class=ll>
- <li>When setting up a website, use our linked affiliate links, like <a href="https://www.vultr.com/?ref=8384069-6G">to Vultr</a>.</li>
+ <li>When setting up a website, use our linked affiliate links, like to <a href="https://www.vultr.com/?ref=8384069-6G">Vultr</a> or <a href="https://my.frantech.ca/aff.php?aff=3886">Frantech/BuyVM</a> for a VPS.</li>
<li>If you enjoy a guest article, the author's donation links may be included at the bottom of the page.</li>
<li>Donate crypto to the long-term LandChad maintenance and expansion fund:</li>
</ul>
@@ -150,6 +166,6 @@
<!--TAGLIST-->
</main>
- <!-- <footer><a href="https://landchad.net">LandChad.net</a></br>Because Everyone should be an Internet LandChad.</br><a href="index.html"><li><img src="pix/chad.gif" alt="chad"></li></a><a href="rss.xml"><li><img src="pix/rss.svg" alt="RSS"></li></a><a href="pix/btc.png"><li><img src="pix/btc.svg" alt="BTC"></li></a><a href="pix/xmr.png"><li><img src="pix/xmr.svg" alt="XMR"></li></a><a href="https://github.com/lukesmithxyz/landchad"><li><img src="pix/git.svg" alt="Github"></li></a></footer> -->
+ <!-- <footer><a href="https://landchad.net">LandChad.net</a></br>Because Everyone should be an Internet LandChad.</br><a href="index.html"><li><img src="pix/chad.gif" alt="chad"></li></a><a href="rss.xml"><li><img src="pix/rss.svg" alt="RSS"></li></a><a href="donate-bitcoin.html"><li><img src="pix/btc.svg" alt="BTC"></li></a><a href="donate-monero.html"><li><img src="pix/xmr.svg" alt="XMR"></li></a><a href="https://github.com/lukesmithxyz/landchad"><li><img src="pix/git.svg" alt="Github"></li></a></footer> -->
</body>
</html>