thenoots

Members
  • Posts

    5
  • Joined

  • Last visited

About thenoots

  • Birthday 09/02/1984

Converted

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

thenoots's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I managed to get it to finalize the installation process (behind a reverse proxy with NginxProxyManager) using the full protocol:fqdn:port in the "External URL:" field (eg. https://www.example.com:443) . After that there were issues with creating files and folders in its minio storage backend. I fixed those by changing the name of the container from the default pydio-cells to pydio. It seems that the pydio.gateway.rest hostname is hardcoded in the application and it fails to resolve the bundled minio nodes if you use another hostname, which leads to errors like: 2020-11-06T21:18:44.069+0300 [31mERROR[0m [32mpydio.rest.meta[0m Rest Error 404 {"error": "{\"id\":\"undefined\",\"code\":403,\"detail\":\"Unknown data source\",\"status\":\"Forbidden\"}"} 2020-11-06T21:14:04.292+0300 [31mERROR[0m [32mpydio.rest.tree[0m Cannot find DataSourceInfo for pydiods1 {"error": "Could not find DataSource pydiods1"} The lead for the hostname idea is this post: https://forum.pydio.com/t/datasources-are-not-found/3223 Hope this helps!
  2. I see there's still no Empyrion dedicated server available as an app for Unraid. Is it possible to create one?
  3. Thanks a lot for your work! I have a suggestion: The initial admin password should be exposed through an environment variable and set using the -adminpassword argument, as presented here This is useful because admin password change is hard after server startup (involves manually editing the sqlite .db file) and it poses a security risk for those hosting. Personally I couldn't change it using the /changepwd command in-game. I don't know why it doesn't work..
  4. Hello! Can you make a docker configuration for a Project Zomboid server?