summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html163
1 files changed, 0 insertions, 163 deletions
diff --git a/index.html b/index.html
deleted file mode 100644
index abddd3a..0000000
--- a/index.html
+++ /dev/null
@@ -1,163 +0,0 @@
-<!DOCTYPE html>
-<html lang=en>
- <head>
- <title>Chad's Guide to Starting Your Own Website &ndash; LandChad.net</title>
- <meta charset="utf-8"/>
- <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
- <link rel='stylesheet' type='text/css' href='style.css'>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <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>
- <main>
- <p>
- This is LandChad.net, a site dedicated to turning internet peasants into Internet Landlords
- by showing them how to setup websites, email servers, chat servers and everything in between.
- </p>
-
- <p>Starting a website is something that can be done in a lazy afternoon and costs pocket change.</p>
- <p>Most of the internet's problems could be solved if more people had their own personal platforms,
- so the objective of this site is to guide any normal person through the process of installing a website.</p>
-
-
- <h2>All courses</h2>
-
- <h3 id=basic>Basic Personal Website Setup</h3>
-
- <p>
- This is the basic "course." Follow these quick tutorials and you'll
- have a fully functioning basic web page on the domain name of your
- choice.
- </p>
-
- <p>
- ⏳ This "basic course" can take <strong>as little as an hour</strong> or even less.
- </p>
-
- <ol class=ll>
- <li><a href="domain.html">Get a domain name.</a></li>
- <li><a href="server.html">Get a server.</a></li>
- <li><a href="dns.html">Set up DNS settings to connect your server and domain name.</a></li>
- <li><a href="nginx.html">Set up your web server.</a></li>
- <li><a href="certbot.html">Get a secure HTTPS connection with Certbot.</a></li>
- </ol>
-
- <h3 id=other>Excellent Extras</h3>
- <ul class=ll>
- <li><a href="rsync.html">Rsync: Upload and Sync Files and Websites</a></li>
- <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="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>
-
- <p>Host your own services, social media and more.</p>
-
- <dl class=ll>
- <dt><a href="prosody.html"><img src="pix/prosody.svg" alt="prosody logo"> Prosody</a></dt><dd>Minimalist and federated chat server</dd>
- <dt><a href="ejabberd.html"><img src="pix/xmpp.svg" alt="xmpp logo"> ejabberd</a></dt><dd>Another option for an XMPP 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="radicale.html"><img src="pix/radicale.svg"> Radicale</a></dt><dd>A small but powerful calDav and cardDav server</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>
- <dt><a href="searxng.html"><img src="pix/searxng.svg">SearXNG</a></dt><dd>Setting up a SearXNG metasearch engine.</dd>
- </dl>
-
- <h3 id=crypto>Accepting Cryptocurrency Tips</h3>
- <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>
- </dl>
-
- <h2>In the Works...</h2>
-
- <p>
- These articles are still under construction.
- Subscribe to our <a href="rss.xml"><img src="pix/rss.svg">RSS feed</a> for updates.
- </p>
-
- <h3>On the look out for...</h3>
-
- <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 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> (Docker install permitted only in this case.)</li>
- <li>Email webclients</li>
- <li>Simple static site generators</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.
- Express your gratitude in the following ways:
- </p>
-
- <ul class=ll>
- <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>
-
-<div class=cryptocontainer>
-<div class=cryptoinfo>
- <p><img style="max-height:1em;max-width:1em" src=pix/xmr.svg> Monero </br>
-<code>84RXmrsE7ffCe1ADprxLMHRpmyhZuWYScDR4YghE8pFRFSyLtiZFYwD6EPijVzD3aZiEpg57MfHEr1pGJNPXyJgENMnWrSh</code> </br>
- </p>
-<a href=pix/xmr.png><img class=qr src=pix/xmr.png></a>
-</div>
-<div class=cryptoinfo>
- <p><img style="max-height:1em;max-width:1em" src=pix/btc.svg> Bitcoin </br>
-<code>bc1q9f3tmkhnxj8gduytdktlcw8yrnx3g028nzzsc5</code> </br>
- </p>
-<a href=pix/btc.png><img class=qr src=pix/btc.png></a>
-</div>
-</div>
-
-
-
- <!--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="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>