I am on RC1 and I am now having issue with the Nginx app. I did a fresh install and the app is having issue with the user account 568
Anyone had this problem before? What should I do?
I am on RC1 and I am now having issue with the Nginx app. I did a fresh install and the app is having issue with the user account 568
Anyone had this problem before? What should I do?
Is this a custom app, or the ‘test’ train app? Maybe give more information on your app config.
I’m running nginx as a custom app and it’s just fine.
I am using it from the community apps
Oh, I see. You’re having trouble with Nginx Proxy Manager, not Nginx.
The app maintainer will need to fix this. The error is in the image you shared. The container has the min uid/gid set to 1000, and the app (along with most/all TN apps) is set to use 568.
Yes from the proxy manager
Your screenshot shows the error:
The minimum allowed user id is 1000, but the container is trying to set 568 (the standard for TN apps)
I converted it to a custom app and saw where a min_uid of 500 was set. I tried changing the PUID/PGID/etc to 1000 which stopped the UID error but wouldn’t start. It may be a permissions issue. According to the app:
If you find a bug in this app or have an idea for a new feature, please file
an issue at
https://github.com/truenas/apps
If you don’t want to wait until the community app is fixed, you can create a custom app. A learning opportunity!
Otherwise, someone may have an alternative solution. I’m old and only recently started using Docker, so am not very knowledgable.
I got it working but NGINX needs to be the root user. not the apps user