Site Tools


informatique:web:adventure

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

informatique:web:adventure [2026/05/26 20:13] – created yahikoinformatique:web:adventure [2026/06/26 18:38] (current) yahiko
Line 74: Line 74:
 <code bash> <code bash>
 docker compose up -d docker compose up -d
 +</code>
 +
 +Si tout va bien, AdventureLog est accessible sur le port ''8015''.
 +
 +==== La connexion ne répond pas  ====
 +
 +Voir [[https://adventurelog.app/docs/troubleshooting/login_unresponsive.html|la documentation]].
 +
 +Pour que cela fonctionne sur mon réseau local, j'ai dû modifier les lignes suivantes dans le fichier ''.env'' :
 +
 +<code>
 +ORIGIN=http://<IP_SERVEUR>:8015
 +...
 +CSRF_TRUSTED_ORIGINS=http://localhost:8016,http://<IP_SERVEUR>:8015
 </code> </code>
informatique/web/adventure.txt · Last modified: by yahiko