Replies: 15 comments 22 replies
|
has anyone gotten this to work with ngix proxy manager.. so far i stuck and there is 0 videos i did what docs said for ngnix proxy manager but that doesnt work is thre a video on how to set this up working so be nice i use pfsense points to nginix proxy manager.. and then they point to the sites i use when i add the extra code nothing works.. so i could use help |
|
@comet424 Did you follow the instructions re. NGINX Proxy Manager and NGINX Snippets?
See this thread: Where do the NGINX Snippets go? |
|
and the void auth comes up with no page can be found and doing the ip address i just get a white screen but if i dont have the extra code then void auth will display |
|
i had also copied it to the folder |
|
@Stephan-P reading that last link you posted you fixed it with a compose file? what is this compose file i need to add you added services to? |
|
@Stephan-P |
|
maybe i did files wrong? proxy.conf proxy-auth.conf websockets.conf maybe i forgot a step |
|
i got the voidauth page to show had to disable the web socket toggle switch.. as for the file browser so far still congratulations |
|
one line i did change was auth-location.conf i changed it to my voidauth ip address and changed it to the ip address it uses as i cant ping "voidauth" so used actual ip address |
|
@Stephan-P maybe i have it working maybe reason file browser app shows congratulations is i dont have it setup inside authvoid? do you have a screen shot of how you properly set it up the oidc? my file browser uses for auth-domains i did fb.mydomain.example.com/* i used the /* |
|
About Congratulations: By default, Nginx Proxy Manager will be showing a Congratulations page if a URL is requested for which no Proxy Host has been setup yet. You're trying to learn multiple things at the same time and that is confusing things tremendously.
|
|
and of course the support page in unraid just points to https://voidauth.app/#/Getting-Started?id=initial-setup |
|
If the snippets can be found by NPM (through a volume bind in the Compose file, or a folder mapping in Unraid, or because the snippets actually exist at /config/...) then https://auth.yourdomain will open up the VoidAuth login page. Direct access via the ip-address:port is only possible by changing the the VoidAuth setup. It's either https://auth.domain or https://server-ip:port. I've never used the latter. OIDC-complient apps do not require the snippets based custom config in NPM, BUT do require the ISSUER-URL, CLIENT-URL and CLIENT-SECRET from VoidAuth as specified in their SETUP. How this is done may be different per app; environment variables or environment file,..) The apps that are not OIDC compatible will require the snippets. For this the VoidAuth Proxy Host definition in NPM needs to be enhanced with the small custom config. This won't hurt your regular access to https://auth... I believe that File browser Quantum is OIDC complient, not? So no snippets based custom config there, but the exchange of config data ISSUER-URL, SERVICE-ID, SERVICE-SECRET, CALLBACK-URL. Make sure that both parties get these straight. Proceed with small steps |














Uh oh!
There was an error while loading. Please reload this page.
so i have void auth setup running on Unraid Server..
if i type in 192.168.0.3:3009 i get a blank page.. but if i setup in nginx proxy manager to do
auth.mydoman.duckdns.org
http 192.168.0.3 3009
then i get the log in screen but not through the ip address
if i add the extra for the auth.mydomain....
under the Gear and save.. i get a page not found
when i add
to an app it also wont work
so my say Filebrower in unraid
if i dont add the extra advanced code
filebrowser.mydomain.duckdns.org
that works but once i add the extra code it doesnt work
so i could use some help how to set it up as i followed the docs guy but it didnt help
All reactions