-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install cTab SIT on own server #47
Comments
Hi, Use publish with configuration "ReleaseCloud" (dotnet publish -c ReleaseCloud -r linux-x64) The following doc explain how to configure the web server : https://github.com/jetelain/cTab/blob/master/docs/cTabIRL/configureLinuxServer.md |
We have an issue with an one SIT server. There we do not get the steam login page. What to do to let the steam login dialog appear for a custom SIT webpage? |
You need to get a token from steam at ttps://steamcommunity.com/dev/apikey then set the value in the appsettings.json, parameter SteamKey |
The problem was that we used a customized version and when building we used the normal "release" instead of "cloudRelease" so we had the singleplayer experience shared with 50ppl :) Should have read that first message more carefully... |
How to install the cTab SIT on an own server? I don't find any configuration options. I compile the SIT code, works fine locally in my browser. But now how to connect it to the ArmA Server? (In my scenario the ArmA server and the SIT server are different servers)
The text was updated successfully, but these errors were encountered: