Everything posted by Wong
-
[Solved] Nextcloud Reverse Proxy Not Working!
@testdasi Yup I manage to arrive at the NGINX page. And what configuration I have to do in the .conf file to relate to my Nextcloud.
-
[Solved] Nextcloud Reverse Proxy Not Working!
@testdasi @Danuel Alright. I have downloaded the Cloudflare ddns by oznu. The docker has added an A record in my Cloudflare account. However, do I still require to do port forwarding? 80 -> 180 and 443 -> 1443 in my router? I have attached the outcome when I try to access nextcloud.protech.my which is suppose to direct me to my Nextcloud docker. However, it is still not working. Stated Error 522. Connection timed out.
-
[Solved] Nextcloud Reverse Proxy Not Working!
@Danuel My Public IP is dynamic but my private IP for my Unraid is static. I assume you are saying that if my Public IP is static then I use A else if my Public IP is dynamic then I should use CNAME, right?
-
[Solved] Nextcloud Reverse Proxy Not Working!
@Danuel Yes, I followed exactly according to Space Invader video. I have my registrar changed to the Cloudflare NS and added a new record of CNAME pointing to my duckdns.org domain with the setting changed from Proxied to DNS only. However, I will be also contacting the ISP people to ask them about their port forwarding policy tomorrow to see if they are able to configure for me. And I will update the forum. However, I am open to try any possible solution.
-
[Solved] Nextcloud Reverse Proxy Not Working!
@Energen I did try port forwarding port 80 to 180 and 443 to 1443. However, whenever I forward port 80 to 180, I was unable to load Unraid on my browser so as Nextcloud. I attached the port of my docker and router as well for reference. I am not sure if I done it correctly. Also, I was under the impression that if we use DNS verification as shown by Ed (Spaceinvader) as port 80 is been blocked by ISP, do we still have to port forward in our router? I also try using the Window Network Diagnose, I attached the error report below as well.
-
[Solved] Nextcloud Reverse Proxy Not Working!
I have followed 2 of SpaceivanderOne videos as shown in the two links below: I manage to get my LetsEncrypte to work with the log as shown below: I am using my own domain of protech.my and I have set the cname to be nextcloud.protech.my Problem: when I try to access my url, it stated "The site can't be reached. nextcloud.protech.my took too long to respond." Could anyone help me to solve what is cause of this ? I am still a newbie to this. 1) 2) Brought to you by linuxserver.io ------------------------------------- To support the app dev(s) visit: Certbot: https://supporters.eff.org/donate/support-work-on-certbot To support LSIO projects visit: https://www.linuxserver.io/donate/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 20-config: executing... [cont-init.d] 20-config: exited 0. [cont-init.d] 30-keygen: executing... using keys found in /config/keys [cont-init.d] 30-keygen: exited 0. [cont-init.d] 50-config: executing... Variables set: PUID=99 PGID=100 TZ=Asia/Singapore URL=protech.my SUBDOMAINS=wildcard EXTRA_DOMAINS= ONLY_SUBDOMAINS=true VALIDATION=dns DNSPLUGIN=cloudflare EMAIL=*********@gmail.com STAGING= SUBDOMAINS entered, processing Wildcard cert for only the subdomains of protech.my will be requested E-mail address entered: [email protected] dns validation via cloudflare plugin is selected Certificate exists; parameters unchanged; starting nginx Starting 2019/12/30, GeoIP2 databases require personal license key to download. Please retrieve a free license key from MaxMind, and add a new env variable "MAXMINDDB_LICENSE_KEY", set to your license key. [cont-init.d] 50-config: exited 0. [cont-init.d] 60-renew: executing... The cert does not expire within the next day. Letting the cron script handle the renewal attempts overnight (2:08am). [cont-init.d] 60-renew: exited 0. [cont-init.d] 99-custom-files: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-files: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. nginx: [alert] detected a LuaJIT version which is not OpenResty's; many optimizations will be disabled and performance will be compromised (see https://github.com/openresty/luajit2 for OpenResty's LuaJIT or, even better, consider using the OpenResty releases from https://openresty.org/en/download.html) Server ready
-
Does nextcloud stream video use iGPU?
This might be a dumb question. Plex used hardware transcoding to stream video if plexpass is present. However, if I do upload a video to nextcloud on my unraid, does it automatically uses the iGPU when I stream a video from nextcloud or just pure CPU? Is there anyway to enable nextcloud to use hardware transcoding if a user decide play a video on nextcloud? I am curious as I do not want to overload the CPU.