diff options
Diffstat (limited to 'blog/path-to-self-hosting.html')
-rw-r--r-- | blog/path-to-self-hosting.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/blog/path-to-self-hosting.html b/blog/path-to-self-hosting.html new file mode 100644 index 0000000..87e5081 --- /dev/null +++ b/blog/path-to-self-hosting.html @@ -0,0 +1,34 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="stylesheet" href="/style.css"> + <title>bauherren</title> +</head> +<body> + <header> + <h1>bauherren</h1> + <blockquote>Path to self-hosting</blockquote> + <img src="/img/ornament.svg" type="svg" id="ornament"/> + </header> + <main> + <p>Author: <a href=//c.bauherren.ovh>Christos</a>, <a href=//p.bauherren.ovh>PRANSHU???</a> + <p><time>12 Dec 24</time> + <p>The biggest disservice I've committed unto my friends (those I successfully swayed over onto 'free software') is not preaching the good word of 'self-hosting' - earlier. + <p>'Self-hosting' and 'free-software' go hand in hand + <p>I'm sure Linux users can in a moments notice list all the evil things Microsoft and Apple have done unto mankind but are content with services provided by Google, GitHub etc. + <p>Now bauherren.ovh has it's own email server, matrix, searx instances + <p>Work is underway to set up a full git, + <h2>It's never been easier</h2> + <p>There are a dime-a-dozen quality guides and even dedicated guides like <a href=//landchad.net>landchad.net</a> that have everything you need to start self-hosting. + <p>I'll admit it for some nicher things, like setting up an IRC chat bot, goodluck finding an up-to-date guide + </main> + + <footer> + <img src="/img/footer.svg" type="svg" width="25%;"/> + </footer> + +</body> +</html> |