Everything posted by saarg
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Did you set homeassistant to use https om that port? If so, change it back to http. There is a similar problem like this fixed on this page.
-
[Support] Linuxserver.io - Oscam
Check docker hub for the tags to use.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
We don't have the /api location in our proxy-conf and I'm not sure why you need it?
-
[Support] Linuxserver.io - Nextcloud
This is the reason it's better to open your own thread as this is not related to this specific container, but CA/unraids docker system. Re-installing from previous apps should use the same template as when the error happened.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
You have the name wrong for the container. You have to name it homeassistant with small letters.
-
[Support] Linuxserver.io - Nextcloud
This has nothing to do with the container, so please open a thread in the correct place. When there is an error when trying to create your container the previous container has already been removed and therefore you don't see it in the list as it's not there. You can probably re-install it from previous apps in CA.
-
[Support] Linuxserver.io - Jellyfin
Might be better to test with a fresh appdata folder. This info is important to mention when you have an issue.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
If it's within your own network, I would drop SSL and just do http.
-
[Support] Linuxserver.io - Jellyfin
You should report it to the jellyfin guys.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
I can't really help with network issues. You are sure you use the correct port and that it is http and not https? Are you accessing the domain from your network or using your phone?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
If you can't ping 192.168.60.4 it's not the proxy conf that is the issue. Since you have other services working, I would assume your firewall blocks access from the unraid network to your hassio RPI.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
You probably don't have your routing correct if you have set up the proxy conf correctly, which is hard to say since you didn't post it. Can you ping the RPI from inside swag?
-
[Support] Linuxserver.io - LazyLibrarian
Why do you need to add --userid? The container already take care of running it as the correct user. If you absolutely have to change anything you can read this blog https://blog.linuxserver.io/2019/09/14/customizing-our-containers/
-
[Support] Linuxserver.io - CodiMD
Swag is the most appropriate thread as it is an issue with reverse proxy. 502 means that swag can't reach CodiMD.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Nginx complains about conflicting server names, so you need to fix that.
-
[Support] Linuxserver.io - Netbox
Set the ports in the netbox template and also the DB name. If that doesn't work, try deleting /mnt/user/Applications/netbox and change something in the template and change back and hit apply.
-
[Support] Linuxserver.io - Netbox
How to get the docker run command is in the docker faq stickied in this subforum. You change something in the template and change it back, then you hit apply, and in the popup you have the docker run command. Post all 3 commands and also set the ports in the netbox template as I asked you to in my previous post. And set the IP to the correct one.
-
[Support] Linuxserver.io - Nextcloud
We are not going to compile PHP our selves. That is a too big job to do. It wasn't clear to me if this is a bug in musl iconv or PHP. Or a combination.
-
[Support] Linuxserver.io - Nextcloud
Then the easy fix is off the table. I'll have to see if there is something we can do to fix it.
-
[Support] Linuxserver.io - Netbox
You should use the unraid IP and not the internal docker IP as they change. Also, if you want to use host names, the containers need to be on a custom bridge and you use the container name. Do you use the standard ports or have you changed them? Try setting them to the ports you use for the postgres and redis instead of blank. It's much easier if you supply the docker run command instead of screenshots.
-
[Support] Linuxserver.io - Netbox
You have not supplied the correct IP or hostname for either redis or postgres. Not sure what you have entered as host for those two fields.
-
[Support] Linuxserver.io - Nextcloud
Can you test to install gnu-libiconv and rename the original iconv file and then rename gnu-iconv to iconv and see if it works?
-
[Support] Linuxserver.io - Nextcloud
Swag issues should be posted in the swag support thread.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Then you or someone deleted your appdata. But this is really impossible for us to know as we have no info from you about what you have done to your server lately.
-
[Support] Linuxserver.io - Calibre
You have probably configured something wrong if the container grows in size just from adding books. If it only grows when using the plugin, it's the plugin that is storing something inside the container. I see you have added the library path which is the same as the /books path, so not sure why you did that. And you also have added a variable called libraryinternalpath which I don't see the reason for?