Hoanh

Members
  • Posts

    18
  • Joined

  • Last visited

Everything posted by Hoanh

  1. I can not add new stuff or edit item in my plex server. Please help!
  2. I have no idea how it can be done. Can you give me a briefly guide? Thank.
  3. 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.
  4. Does anyone know how to roll back to previous build of Plex? I have some problems with the ver 1.16.2.1297.
  5. 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!
  6. Anyone have issue which plex doesn't update library for new contain, search is not working and I can not edit information of contain?
  7. you need to add it in your letsencrypt config.
  8. 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; }
  9. Is anyone getting this warning after update to 14.03? Any idea to fix it.
  10. 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"
  11. 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.
  12. Thank guys! Now I can access all my data over nextcloud, little bit concerned about security.
  13. 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!
  14. Thank! I have solved my problem. It was my mistake to configure my web server.
  15. 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 .