Everything posted by Hoanh
-
[Support] Linuxserver.io - Plex Media Server
-
[Support] Linuxserver.io - Plex Media Server
I have no idea how it can be done. Can you give me a briefly guide? Thank.
-
[Support] Linuxserver.io - Plex Media Server
I went to docker hub to get the previous ver of plex. However, it didn't work. It seems like the app can not found a repository to pull data.
-
[Support] Linuxserver.io - Plex Media Server
Does anyone know how to roll back to previous build of Plex? I have some problems with the ver 1.16.2.1297.
-
[Support] Linuxserver.io - Plex Media Server
Everything in user share. My plex worked fine before I upgraded to Unraid ver 6.7.2. My plex library is in a share using disk cache, so maybe I'll try moving them back to aray. Thank you man!
-
[Support] Linuxserver.io - Plex Media Server
Anyone have issue which plex doesn't update library for new contain, search is not working and I can not edit information of contain?
-
[Support] Linuxserver.io - Nextcloud
It is just a warning.
-
[Support] Linuxserver.io - Nextcloud
you need to add it in your letsencrypt config.
-
[Support] Linuxserver.io - Nextcloud
I fixed it by adding this pieces of code to my proxy web server. location = /.well-known/carddav { return 301 $scheme://$host/remote.php/dav; } location = /.well-known/caldav { return 301 $scheme://$host/remote.php/dav; }
-
[Support] Linuxserver.io - Nextcloud
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
I have the same situation like you. followed this one. It works perfectly for my case. https://cyanlabs.net/tutorials/the-complete-unraid-reverse-proxy-duck-dns-dynamic-dns-and-letsencrypt-guide/ And don't forget to enable nat reflection and automatic outbound "Pfsense system / advanced / nat, enable nat reflection and automatic outbound"
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Awesome. Thank you very much!
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Hi guys. My apache docker just died yesterday. So, I gave a letsencrypt a try. It work with my nextcloud and my website. However, a problem is I cannot use DNS resolver to access my web page in the internal network(LAN). Out side, It works no problem. I use PFsense. Any ideal? Thank.
-
[Support] Linuxserver.io - Nextcloud
Thank guys! Now I can access all my data over nextcloud, little bit concerned about security.
-
[Support] Linuxserver.io - Nextcloud
Hi guy. I want to add an external drive to my nextcloud. The external drive is one of my shares in unraid. Can it be done? Thank you!
-
[Support] Linuxserver.io - Nextcloud
Thank! I have solved my problem. It was my mistake to configure my web server.
-
[Support] Linuxserver.io - Nextcloud
I'm having problem upgraded nextcloud to ver 13. Here my proxy setup, which is working fine in nextcloud 12. 'trusted_domains' => array ( 0 => '192.168.2.40:4444', 1 => 'mydomain.net/cloud', ), 'overwrite.cli.url' => 'https://hmydomain.net', 'overwritehost' => 'mydomain.net', 'overwriteprotocol' => 'https', 'overwritewebroot' => '/cloud', But now on ver 13, my webserver does it work directing connection to nextcloud. However, web page only displays blank .