Fix some small updates
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
<li class="pull-left ">
|
||||
<a href="https://acorneroftheweb.com">~/acorneroftheweb</a>
|
||||
<a href="https://acorneroftheweb.com/">~/acorneroftheweb</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
@ -4,17 +4,16 @@
|
||||
<title>Servers on acorneroftheweb</title>
|
||||
<link>https://acorneroftheweb.com/categories/servers/</link>
|
||||
<description>Recent content in Servers on acorneroftheweb</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Sat, 04 Mar 2023 17:43:38 +0100</lastBuildDate><atom:link href="https://acorneroftheweb.com/categories/servers/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Sat, 04 Mar 2023 17:43:38 +0100</lastBuildDate>
|
||||
<atom:link href="https://acorneroftheweb.com/categories/servers/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>"I am bad at reading"</title>
|
||||
<link>https://acorneroftheweb.com/post/2023/03/04/i-am-bad-at-reading/</link>
|
||||
<pubDate>Sat, 04 Mar 2023 17:43:38 +0100</pubDate>
|
||||
|
||||
<guid>https://acorneroftheweb.com/post/2023/03/04/i-am-bad-at-reading/</guid>
|
||||
<description>Setting up servers So recently, I have been setting up servers for my committee at uni and my own home server since I am transferring from a vps. Doing this, I have tried out using Nomad and Consul instead of ssh&#39;ing to the server and running docker-compose up or even launching the services manually. This approach has seeing how the docker logs look easier and I know that reverse proxy will be solved by itself.</description>
|
||||
<description><div id="outline-container-headline-1" class="outline-2">
<h2 id="headline-1">
Setting up servers
</h2>
<div id="outline-text-headline-1" class="outline-text-2">
<p>So recently, I have been setting up servers for my committee at uni and my own home server since I am transferring from a vps.
Doing this, I have tried out using <a href="https://github.com/hashicorp/nomad/">Nomad</a> and <a href="https://github.com/hashicorp/consul/">Consul</a> instead of ssh&#39;ing to the server and running <code>docker-compose up</code> or even launching the services manually.
This approach has seeing how the docker logs look easier and I know that reverse proxy will be solved by itself.</p></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
|
Reference in New Issue
Block a user