summaryrefslogtreecommitdiff
path: root/blog/path-to-self-hosting.html
blob: 46da2f19d2c73d069999b1b5c627f85be0953052 (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
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
60
61
62
63
64
65
66
<!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
      of which I successfully converted to 'free-software' is not 
      preaching the good word of 'self-hosting' - <b>earlier</b>.
      <h2>'Self-hosting' and 'free-software' go hand in hand</h2>
      <p>
      I'm sure every Linux user can in a moments notice list away all the evil things Microsoft and Apple have done towards mankind and computing. While at the same time, coyly lowering their pitchforks for Google or any other service they rely on. Actually, the same rallying cry against Windows does somewhat transfer over into the realm of mail - albeit - is protonmail any better?
      <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.
      <p>And guess the best thing... it runs entirely on free-software :) 
	<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 then again goodluck convincing your friend-circle to switch to IRC.
	<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[EDIT: <a href="https://dmpwn.info/">AVOID DREW DEVAULT SOFTWARE</a>].  But if you are like me, and have
	more time and less money, just self host already.
	<h2>Amish</h2>
	<p>This doesn't mean you need to take a vow of chastity when it comes to non-free software services. The point of self-hosting is not about being dogmatic, and moving away from all your friends. You are your own person. 
	<h2>There has always been naysayers</h2>
	<p>Naysayer's are nothing new. I'm sure you've ran into people who scoffed at or shut you down for using a 'free' operating system. 
	<h2>One banner</h2>
	<p>Ultimately, free-software and self-hosting can and should unite under one banner
    </main>
    
    <footer>
      <img src="/img/footer.svg" type="svg" width="25%;"/>
    </footer>

  </body>
</html>