Skip to content
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

Open
Schmitt-DE opened this issue Apr 4, 2023 · 4 comments
Open

Install cTab SIT on own server #47

Schmitt-DE opened this issue Apr 4, 2023 · 4 comments

Comments

@Schmitt-DE
Copy link

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)

@jetelain
Copy link
Owner

jetelain commented Apr 6, 2023

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

@Schmitt-DE
Copy link
Author

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?

@jetelain
Copy link
Owner

You need to get a token from steam at ttps://steamcommunity.com/dev/apikey then set the value in the appsettings.json, parameter SteamKey

@Xavia1991
Copy link

Xavia1991 commented Apr 22, 2023

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants