1.8 KiB
1.8 KiB
tmserver-docker
Trackmania Nation Forever Docker Server
You can find it on Docker Hub lduriez/tmserver
Only lan dedicated is enable (internet dedicated will be added in future version)
Server management webui provided base on AdminServ
Exposed ports
- 2350/tcp game server port
- 2350/udp game server port
- 3450/tcp p2p game server port
- 5000/tcp xmlrpc remote control port
- 443/tcp server management webui port
Environment variables
- SERVER_NAME name of your server (default is 'Trackmania Server')
- SERVER_DESC description of your server (default is 'This is a Trackmania Server')
- SERVER_SA_PASSWORD superadmin management password (default is 'SuperAdmin')
- SERVER_ADM_PASSWORD admin management password (default is 'Admin')
Commit convention
Format : <type>(<portée>): <sujet>
type
build: changements qui affectent le système de build ou des dépendances externes (npm, make…)ci: changements concernant les fichiers et scripts d’intégration ou de configuration (Travis, Ansible, BrowserStack…)feat: ajout d’une nouvelle fonctionnalitéfix: correction d’un bugperf: amélioration des performancesrefactor: modification qui n’apporte ni nouvelle fonctionnalité ni d’amélioration de performancesstyle: changement qui n’apporte aucune altération fonctionnelle ou sémantique (indentation, mise en forme, ajout d’espace, renommante d’une variable…)docs: rédaction ou mise à jour de documentationtest: ajout ou modification de testsrevert: annuler un précédent commit, formerevert sujet du commit annulé hash du commit annulé
sujet
addchangeupdateremove