Site update
This commit is contained in:
parent
bcb4734e5e
commit
33b85e2436
11 changed files with 41 additions and 28 deletions
|
@ -37,7 +37,13 @@ For this tutorial I expect that you already have a server seted up with nginx an
|
|||
|
||||
<h1>miniflux setup on debian</h1>
|
||||
|
||||
<p>Looking for a minimal self-hosted feed reader I found <a href="https://miniflux.app/">miniflux</a>. But trying to set it up I found my self trying to set it up for 3 freaking hours since I only recently started to self-host things. So here I will try to explaing it in the most easy way how to set it up on a debian server with https using certbot and nginx.</p>
|
||||
|
||||
|
||||
<div id="date">
|
||||
<p>30-11-2022</p>
|
||||
</div>
|
||||
|
||||
<p>Looking for a minimal self-hosted feed reader I found <a href="https://miniflux.app/">miniflux</a>. But trying to set it up I found my self trying to set it up for 3 freaking hours since I only recently started to self-host things. So here I will try to explaing it in the most easy way how to set it up on a debian server with https using certbot and nginx.</p>
|
||||
<!-- raw HTML omitted -->
|
||||
<p>For this tutorial I expect that you already have a server seted up with nginx and certbot. To set up this things check out <a href="https://landchad.net">landchad</a></p>
|
||||
<h2 id="installing-needed-packages">Installing needed packages</h2>
|
||||
|
@ -129,9 +135,7 @@ For this tutorial I expect that you already have a server seted up with nginx an
|
|||
</span></span></code></pre></div><p>To get https on your domain you just need to run <code>certbot --nginx</code> same as in this <a href="https://landchad.net/basic/certbot/">tutorial</a></p>
|
||||
<h2 id="finishing-words">Finishing words</h2>
|
||||
<p>I hope that this wasn’t hard to follow and shouldn’t take hours like it took me first time I tried to set this all up.</p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
<footer>
|
||||
<div id="links">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue