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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
<!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>We even have our own <a href="https://hg.bauherren.ovh">mercurial</a> and <a href="https://git.bauherren.ovh">git</a> server.
<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> (PRANSHU:
Only Mr Smith thing I will ever use) 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
<h2>Why self host instead of using discord, gmail, github, etc...</h2>
<p>
Simple — Your interests are not aligned with that of these for-profit
companies. Every now and then, this simple fact manifests in
different ways and goes in your vison, yet, because of the convinence
offered by these platforms, people ignore it. _Every_ single of these
'free services' have commited unethical acts we choose to ignore, the
list goes <a href="https://en.wikipedia.org/wiki/Dynamite_(Taio_Cruz_song)">on and on and on</a>.
<p>
The company might be good at hiding their mis-aligned interests, as is
the case with discord, but the simple fact of knowing their intentions
is living rent-free in the back of your head, maybe even subconsciously
affecting your decisons of usage with these platforms.
<p>
Now, there are companies that are focused on making a change,
for example Drew DeVault's sourcehut, and if you are willing
to pay for them you shoud. But if you are like me, and have
more time and less money, just self host already.
</main>
<footer>
<img src="/img/footer.svg" type="svg" width="25%;"/>
</footer>
</body>
</html>
|