updated simplex tutorial w/ cronjobs

This commit is contained in:
nihilist 2025-03-02 11:00:41 +01:00
parent 8fcde582c1
commit dabc06f9fb

View file

@ -525,6 +525,16 @@ xftp://emX7ForsbdpIscNiDZ6b0HTbfFUayn00C1wmeVTofYA=@wg54vc6p3dscshywvt2wninachqo
<p>Or you can list your simplex servers on public lists like this one:</p> <p>Or you can list your simplex servers on public lists like this one:</p>
<img src="37.png" class="imgRz"> <img src="37.png" class="imgRz">
<p>Optional but recommended: Since you are using docker containers, you can easily automate keeping them updated with a simple cronjob:</p>
<pre><code class="nim">
[ Wonderland ] [ /dev/pts/4 ] [~]
→ crontab -e
#daily simplex containers update
0 0 * * * docker-compose -f /srv/simplex/docker-compose.yml pull ; docker-compose -f /srv/simplex/docker-compose.yml down; docker-compose -f /srv/simplex/docker-compose.yml up -d
</pre></code>
<p>Once that's done, we can go ahead and add the servers in our simplex client:</p> <p>Once that's done, we can go ahead and add the servers in our simplex client:</p>