Add info about local port

This commit is contained in:
Claude Brisson
2024-03-30 06:34:18 +01:00
parent c87e91cdee
commit fa71afd22a
2 changed files with 2 additions and 2 deletions

View File

@@ -120,7 +120,7 @@ Team of 2 individual players Équipe de 2 joueurs individuels
Team of 3 individual players Équipe de 3 joueurs individuels
Team of 4 individual players Équipe de 4 joueurs individuels
Team of 5 individual players Équipe de 5 joueurs individuels
That's the best option if you feel more comfortable when running locally or whenever you want to be able to do the pairing without internet. Pairgoth will launch a local web server to which you can connect using a browser. Cest la meilleure option si vous préférez le faire tourner localement ou quand vous voulez être capable de faire lappariement sans internet. Pairgoth lancera un serveur web local auquel vous pourrez vous connecter depuis un navigateur.
That's the best option if you feel more comfortable when running locally or whenever you want to be able to do the pairing without internet. Pairgoth will launch a local web server on port 8080 to which you can connect using a browser. Cest la meilleure option si vous préférez le faire tourner localement ou quand vous voulez être capable de faire lappariement sans internet. Pairgoth lancera un serveur web local sur le port 8080 auquel vous pourrez vous connecter depuis un navigateur.
Time system Temps
Tournament director Directeur de tournoi
Tournament name Nom du tournoi

View File

@@ -15,7 +15,7 @@
</li>
<li>
<p><b>Launch a standalone instance</b>: This mode allows you to run <span class="logo">pairgoth</span> on your local computer.</p>
<p>That's the best option if you feel more comfortable when running locally or whenever you want to be able to do the pairing without internet. Pairgoth will launch a local web server to which you can connect using a browser.</p>
<p>That's the best option if you feel more comfortable when running locally or whenever you want to be able to do the pairing without internet. Pairgoth will launch a local web server on port 8080 to which you can connect using a browser.</p>
<blockquote>
<div><a class="nobreak" href="https://pairgoth.jeudego.org/download/pairgoth-standalone-${version}.zip">Download <span class="logo">pairgoth</span> standalone, web interface</a> (java required)</div>
<div><a class="nobreak" href="https://pairgoth.jeudego.org/download/pairgoth-docker-${version}.zip">Download <span class="logo">pairgoth</span> standalone, web interface, via docker</a> (docker required)</a></div>