blob: 87e5081e47cd19377b3bda28cec81cf5da6c0387 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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>
|