thenoots

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by thenoots

  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. On 6/12/2019 at 9:49 PM, AinsWorth said:

    I just joined ich777s steam group waiting for a response. I will probably gift the game if it's not owned already.

    Sent from my Moto Z (2) using Tapatalk
     

    I see there's still no Empyrion dedicated server available as an app for Unraid. Is it possible to create one?

  3. On 12/21/2019 at 11:09 PM, ich777 said:

    Container will be available in the next few hours in the CA App. ;)

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