diyhosting/index.html

170 lines
8.4 KiB
HTML
Raw Normal View History

2021-06-29 12:30:52 +00:00
<!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>
2021-08-23 00:50:05 +00:00
<style>
img { border: none ;}
</style>
2021-06-29 12:30:52 +00:00
<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>
2021-06-30 21:34:27 +00:00
<h3 id=other>Excellent Extras</h3>
<ul class=ll>
2021-07-03 12:59:22 +00:00
<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>
2021-06-30 21:34:27 +00:00
<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>
2021-07-25 10:48:19 +00:00
<li><a href="cgi.html">Server side scripting with CGI</a></li>
2021-07-01 03:03:21 +00:00
<li><a href="auth.html">Password-protecting Webpages (HTTP Authentication)</a></li>
2021-07-01 17:42:47 +00:00
<li><a href="ufw.html">Using ufw as a firewall.</a></li>
2021-07-01 17:34:49 +00:00
<li><a href="gemini.html">Create a Gemini Capsule.</a></li>
<li><a href="standalone.html">Standalone Certbot Certificates</a></li>
2021-06-30 21:34:27 +00:00
</ul>
<h3 id=platform>"Build your own platform!"</h3>
2021-08-15 17:48:59 +00:00
2021-08-24 16:03:05 +00:00
<p>Host your own services, social media and more.</p>
2021-08-15 17:48:59 +00:00
<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>
2021-08-24 16:03:05 +00:00
<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>
2021-08-15 17:48:59 +00:00
<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="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="calibre.html"><img src="pix/calibre.png"> Calibre</a></dt><dd>A library server</dd>
2021-08-24 16:03:05 +00:00
<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>
2021-08-15 17:48:59 +00:00
</dl>
2021-06-30 21:34:27 +00:00
2021-06-29 12:30:52 +00:00
<h3 id=crypto>Accepting Cryptocurrency Tips</h3>
2021-08-15 17:48:59 +00:00
<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>
2021-06-29 12:30:52 +00:00
<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>
2021-06-29 13:50:40 +00:00
<h3>Articles and Tutorials in Progress...</h3>
2021-06-29 12:30:52 +00:00
2021-06-29 13:50:40 +00:00
<ul>
<li>Full HTML tutorial</li>
<li>Full CSS tutorial</li>
2021-06-29 19:39:05 +00:00
<li>RSS feeds</li>
2021-06-29 13:50:40 +00:00
<li>Matrix (federated chat)</li>
<li>SearX (search engine)</li>
2021-06-29 12:30:52 +00:00
</ul>
2021-06-29 13:50:40 +00:00
<h3>On the look out for...</h3>
2021-06-29 12:30:52 +00:00
<p>
2021-06-29 13:50:40 +00:00
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.
2021-06-29 21:10:32 +00:00
Abstain from using containerization (Docker, etc.).
2021-06-29 13:50:40 +00:00
Attempt to follow the same settings as other articles here.
2021-06-29 12:30:52 +00:00
</p>
2021-06-29 13:50:40 +00:00
<ul>
2021-07-19 19:57:50 +00:00
<li><a href="https://btcpayserver.org/">BTCPay</a></li>
2021-06-29 13:50:40 +00:00
<li>Email webclients</li>
2021-06-29 19:39:05 +00:00
<li>Simple static site generators</li>
2021-07-05 13:33:36 +00:00
<li><a href="https://www.ejabberd.im/">XMPP ejabberd</a></li>
<li><a href="https://movim.eu/">Movim for XMPP</a></li>
2021-06-29 13:50:40 +00:00
<li>Nitter</li>
2021-06-29 12:30:52 +00:00
</ul>
<h2>Support LandChad.net</h2>
2021-08-23 00:50:05 +00:00
<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>
2021-06-29 12:30:52 +00:00
<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>
2021-08-23 00:50:05 +00:00
<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>
2021-06-29 13:50:40 +00:00
<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>
2021-06-29 12:30:52 +00:00
</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>
2021-07-02 23:29:15 +00:00
<!-- <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> -->
2021-06-29 12:30:52 +00:00
</body>
</html>