blackpanther989

Members
  • Posts

    2
  • Joined

  • Last visited

About blackpanther989

  • Birthday 08/06/1973

blackpanther989's Achievements

Noob

Noob (1/14)

1

Reputation

  1. Hey @ich777, I was able to get the icarus server running with some tweaks to your Docker images. First was to change your Wine base Image to be the staging build and not the stable build. ( not really 100% sure this is needed but it works ) Second I tweaked the check for the VC runtime to look for any MSI files in the Installer folder and if there were none then it will fetch the vc runtimes. ( this was probably not needed but it looks like if something stops the container before its fully installed it creates the install folder and then never does the vc runtime at least thats what I saw. **this install takes a while the first time the server is launched makes it look like its not working but it does **) I was able to launch the server get connected to the lobby and when i first start a prospect it gives me a network error ( I think this is their beta server or my network config ) but after this I am able to connect and get into the prospect and so far haven't had any other issues. I have a feeling it will break when they update the server.exe but we'll see. for those that want to try it you can use blackpanther989/steamcmd:icarus for the Repository
  2. Is there a way to get this container to request multiple certs for different domains. not adding an extra domain to the main cert. IE: 1 cert per domain. with wildcards?