Everything posted by Masterism
-
[Support] ich777 - Gameserver Dockers
Any chance for an Atlas dedicated server container when you get a chance? https://steamdb.info/app/1006030/
-
[Support] ich777 - Gameserver Dockers
Holy cow, thanks a bunch for looking into this as deeply as you have. I figured it had to do with the major update.
-
[Support] ich777 - Gameserver Dockers
The only file in the linux64 folder is a file named "steamclient.so*". I also have validate installation set to true and have removed and re-"installed" the container, along with also removing container with image to do a full redownload.
-
[Support] ich777 - Gameserver Dockers
There isn't a file with that name. These are the files that exist. colonyserver.x86_64* colonyserverrcon.exe* gamedata/ masterLog.0 steamapps/ colonyserver_Data/ colonyserverrcon.exe.mdb* linux64/ steam_appid.txt* steamclient.so*
-
[Support] ich777 - Gameserver Dockers
Firstly, thanks ich777 for the server containers. I'm having a bit of an issue with running the Colony Survival container. Colony Survival had a new update today so I downloaded a new image but the server doesn't seem to want to start. This is what is in the log. Connecting anonymously to Steam Public...Logged in OK Waiting for user info...OK Update state (0x3) reconfiguring, progress: 0.00 (0 / 0) Update state (0x61) downloading, progress: 82.00 (131087748 / 159871853) Update state (0x61) downloading, progress: 82.05 (131179993 / 159871853) Update state (0x61) downloading, progress: 83.30 (133173108 / 159871853) Update state (0x61) downloading, progress: 84.03 (134337943 / 159871853) Update state (0x61) downloading, progress: 85.95 (137403703 / 159871853) Update state (0x61) downloading, progress: 85.96 (137433589 / 159871853) Update state (0x61) downloading, progress: 88.52 (141525937 / 159871853) Update state (0x61) downloading, progress: 89.96 (143817503 / 159871853) Update state (0x61) downloading, progress: 90.97 (145441039 / 159871853) Update state (0x61) downloading, progress: 91.72 (146629380 / 159871853) Update state (0x61) downloading, progress: 92.29 (147550555 / 159871853) Update state (0x61) downloading, progress: 93.18 (148962177 / 159871853) Update state (0x61) downloading, progress: 94.08 (150401908 / 159871853) Update state (0x61) downloading, progress: 94.84 (151627362 / 159871853) Update state (0x61) downloading, progress: 98.51 (157492073 / 159871853) Success! App '748090' fully installed. ---Prepare Server--- ---Checking for old logs--- ---Server ready--- ---Start Server--- Cannot open assembly 'colonyserverdedicated.exe': No such file or directory. Did I miss a step? I'm not sure if something has changed due to the game update. How can I resolve this issue? Thanks
-
[Support] cheesemarathons repo
The site works fine for me.
-
[Support] cheesemarathons repo
The reason I want to edit bind is to add custom domains, If i have a web server on my lan for instance adminpanel.lab I want to be able to use a domain rather than the ip address. I use sonarr, radarr, deluge ect. I also have long term web projects that I have sat in docker containers so I like to be able to use a .lab domain to access them rather than the ipaddess:port. My router does not have that feature hence why I need to use a bind instance. I suppose I could have my computer > steamcache > bind > router > outside world, but I don't like the idea of having unnecessary hops. Could you help me with a dockerfile that would include webmin? That way it wouldn't effect the main steamcache container? Would it be possible to use your steamcache container as a base image to a separate container to include webmin?
-
[Support] cheesemarathons repo
Sorry for taking so long to reply also. You can run webmin inside a container for instance https://hub.docker.com/r/handco/webmin/dockerfile is a container running webmin on top of an alpine image. What I want to do is have webmin run inside your steamcache image so I can more easily configure local domains using bind rather than running a separate bind container.
-
[Support] cheesemarathons repo
Hello, I've downloaded and setup the steam cache container and so far it works great. My question is I want to have webmin run inside the container so I can more easily set up domains on my local network such as example.lab. Is there a way I can do this? Thanks