Dendo

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Dendo

  1. I'm experiencing the same issue. I've set /config as per the below. The app can see the path as I'm also developing a cog, but it doesn't seem to store anything else in there relating to any actual config. All cogs, settings, any apis set get wiped on update (but seem fine on restart).
  2. This is super-niche, but any chance on an AssaultCube docker?
  3. Can we connect to the MySQL instance with PHPMyAdmin? If so, would we need to change anything with the docker/guac config? edit: I setup a separate MariaDB docker, created a new database and user, imported the two sql files, changed the guacamole.properties to point to the docker IP. This was useful as only one user in my Guacamole instance needs to be using TOTP, whereas all the others authenticate via an SAML app with its own TOTP style setup.
  4. Are we able to add to the arguments for SteamCMD? For example, on windows this is usually the default you use to start an ark server: steamcmd.exe +login anonymous +app_update 346110 validate +quit But i'd like to also tell it to do this: +workshop_download_item 346110 496735411 Obviously the docker doesn't use WIndows, this is just an example. Your work is amazing by the way!