assetto-corsa-web / acweb

Assetto Corsa Server Management Tool via Web Interface.
MIT License
58 stars 9 forks source link

Integration for stracker and minorating #7

Closed Kugelschieber closed 5 years ago

Kugelschieber commented 7 years ago

Integrate stracker and minorating.

Kugelschieber commented 6 years ago

Cool, for stracker and minorating they use the stock server_cfg.ini/entry_list.ini files just with the following setup for use

UDP_PLUGIN_LOCAL_PORT=11000 UDP_PLUGIN_ADDRESS=127.0.0.1:50042 AUTH_PLUGIN_ADDRESS=localhost:9599/?ALLOWED=ABCN?

http://www.assettocorsa.net/forum/index.php?threads/ac-server-web-interface.44582/page-2#post-933520

theouteredge commented 6 years ago

Hi,

I was just looking at setting up the stracker plugin on a practice server, the plugin instructions say that I need to to point at the server_cfg.ini location.

how do you reference this from outside the docker container?

Kugelschieber commented 6 years ago

I'm not sure, so you might want to ask that on the forums. But I think you can expose the configuration directory (configured using ACWEB_CONFIG_DIR or look at its default) and point to that.

theouteredge commented 6 years ago

Ignore me the ac path is a local directory mounted into the container anyway, it's been a while

Kugelschieber commented 5 years ago

This should be solved with the new feature to execute scripts before/after server start.