Nginx Proxy Manager on TrueCharts

Sofiane

Cadet
Joined
Mar 19, 2022
Messages
9
Hello,


I’m kind of trying and experiencing TrueNas Scale lately, and I wanted to know is it planned to add Nginx Proxy Manager as an application on the next TrueCharts update or it’s not going to happen ?


Thanks in advance.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700

Sofiane

Cadet
Joined
Mar 19, 2022
Messages
9
They have mentioned on their apps list that they won't be doing it.

You're much better off working out how to use Traefik to do the job anyway and it's their preferred product (and generally better for Kubernetes).

See the "Not likely to be added" list here: https://truecharts.org/apps/app-requests/#apps-that-not-have-a-specific-candidate-yet
Yes thanks I actually dod that using Traefik.

Now the issue is that as I'm using my own doamine name for the Truenas apps, now Traefik is replacing my default old index file with a 404 error page, is there a way to point a webserver to port 80 while still using Traefik ?
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
now Traefik is replacing my default old index file with a 404 error page, is there a way to point a webserver to port 80 while still using Traefik ?
I'm not sure I understand what you mean exactly, but you can indeed direct any connection on http or https to the destination of your choosing...

Perhaps what you're missing is using a "dummy app" (called "external-service" in TrueCharts) and point that at whatever.
 

Sofiane

Cadet
Joined
Mar 19, 2022
Messages
9
I'm not sure I understand what you mean exactly, but you can indeed direct any connection on http or https to the destination of your choosing...

Perhaps what you're missing is using a "dummy app" (called "external-service" in TrueCharts) and point that at whatever.
Yes, That's what I also did.

Thanks a lot for the answers, it helped.
 
Top