guides to hosting your own things
https://diyhosting.bhh.sh
|
||
---|---|---|
pix | ||
.drone.yml | ||
.footer.html | ||
.nav.html | ||
404.html | ||
android-chrome-192x192.png | ||
android-chrome-512x512.png | ||
apple-touch-icon.png | ||
auth.html | ||
calibre.html | ||
certbot.html | ||
cgi.html | ||
cgit.html | ||
cron.html | ||
dns.html | ||
domain.html | ||
favicon-16x16.png | ||
favicon-32x32.png | ||
favicon.ico | ||
federation.html | ||
gemini.html | ||
git.html | ||
gitea.html | ||
html2.html | ||
html4.html | ||
html.html | ||
i2p.html | ||
index.html | ||
irc.html | ||
jitsi.html | ||
maintenance.html | ||
nextcloud.html | ||
nginx.html | ||
peertube.html | ||
pleroma.html | ||
README.md | ||
rss-bridge.html | ||
rss.xml | ||
rsync.html | ||
selfhosting.html | ||
server.html | ||
sshkeys.html | ||
standalone.html | ||
style.css | ||
template.html | ||
tor.html | ||
ufw.html | ||
xmpp.html |
diyhosting.bhh.sh (https://diyhosting.bhh.sh)
A site dedicated to share self-hosting knowledge
Simple step-by-step text and image-based tutorials for creating websites, email servers, chat servers, server administration and everything else.
Suggestions welcome.
Submission guidelines
- follow the general style of pre-existing articles
- use the root user (i.e. no
sudo
) unless there is a specific need. - do not preface commands with
$
or#
or anything. - use
.svg
files for icons/logos and for illustrative images, keep filesize low - Use
example.org
- custom command/file info should be highlighted with
<strong>
tags
On <pre>
tags
In-line code should be in <code>
tags, while codeblocks should be in a <code>
tag inside of a <pre>
tag.
<pre>
allows formatting preserving whitespace.
That said, do not format <pre>
tags as following:
<pre><code>
echo "Here is a command."
echo "Here is another."
</code></pre>
but do it like this:
<pre><code>echo "Here is a command."
echo "Here is another."</code></pre>
All whitespace, including tabbing in and initial and final newlines are displayed by <pre>
.
To maintain consistency and avoid goofy-looking extra lines, add no extra whitespace.