15 lines
341 B
HTML
15 lines
341 B
HTML
<!-- prettier-ignore -->
|
|
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h2>Self Hosting</h2>
|
|
<p>
|
|
I think it is important to be able to rely on our technological systems.
|
|
And as importantly have control and own the services that we depend on.
|
|
</p>
|
|
<p>
|
|
I am doing my best to self host everything that I need.
|
|
|
|
</p>
|
|
{% endblock %}
|