Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

blahblah0385

Members
  • Joined

  1. This worked great with Nextcloud 20.0.2 and ElasticSearch 7.9.3. Do I need to re-index manually each time files are added? To get OCR working for PDF files I installed Tesseract OCR. Will that start running OCR automatically on all files once enable or needs to be run manually?
  2. I’m bringing up an old topic regarding Full Text Search in Nextcloud 20. I installed it along with the supporting apps including ElasticSearch. I installed the docker for ElasticSearch on my unraid server as well as the custom script as outlined in the docker install page. I also setup a reverse proxy for the ElasticSearch docker so it can be access in Nextcloud. Used the default user/pass of elastic/changeme. Still no go. Any ideas??
  3. To make it even easier use NgnixProxyManager and don't have to mess around with LetsEncrypt and proxy files.
  4. For mac OS I found this website. it helped: https://themacwrangler.wordpress.com/2015/10/21/resizing-el-capitan-mac-volumes-under-vmware-fusion/ First increase it in the unRAID VM by just typing in the desired size in the VM tabs. then type below in the terminal in OSX sudo diskutil resizeVolume / R
  5. blahblah0385 started following SpaceInvaderOne
  6. Hi I have Nextcloud setup with this docker and it works great. Is there a way to mount as a network drive the Nextcloud data folder in OSX without using WebDAV. WebDAV is very slowly when uploading larger files with file write errors. I know I can upload via browser but would be nice to have mount drive access. Would prefer not to sync all the files to my local hard drive via sync client app. Also, any tutorials for setting up full text search?? Thank you!
  7. Ok thanks I will give it a try. Noob question. I plan on following the guide here: https://www.linuxserver.io/2017/05/10/installing-nextcloud-on-unraid-with-letsencrypt-reverse-proxy/ Do I need to install Apache? Doesn't seem like I need to with LetsEncrypt and reverse proxy. How do you setup DNSMasq? I don't see an app for it. Is it just a script? thanks.
  8. Did you purchase a domain name in order to set this up or were you able to use a dynamic DNS service like no – IP.com
  9. Hello all, I asked for assistance regarding this issue before but have not been able to get it figured out. Basically my unRAID server is behind a VPN (AirVPN) running on my Asus Merlin Router with OpenVPN and everything behind the router goes through the VPN. I am trying to figure out a way to have a single address where I can access my Nextcloud whether it is remotely vs at home instead of having to switch from remote address to local IP address. Not sure if I must setup a reverse proxy or purchase a domain to redirect in order to do this. Any assistance would be appreciated. Please is my setup. Thank you in advance!!I am trying to setup access to Nextcloud on my home server running on unRAID. I currently have the local IP of next cloud as:https://192.168.1.75:443This port has been forward on AirVPN port forwarding as TCP/UDP 3800 to local port 443.I have the following nat-start script on my ASUS router running Merlin in /jffs/scripts: iptables -I FORWARD -i tun11 -p udp -d 192.168.1.75 --dport 443 -j ACCEPT iptables -I FORWARD -i tun11 -p tcp -d 192.168.1.75 --dport 443 -j ACCEPT iptables -t nat -I PREROUTING -i tun11 -p tcp --dport 443 -j DNAT --to-destination 192.168.1.75 iptables -t nat -I PREROUTING -i tun11 -p udp --dport 443 -j DNAT --to-destination 192.168.1.75 The router has a static IP set for 192.168.1.75. Also there is a setting under OpenVPN client in the router to "Redirect internet traffic" for which I have selected Policy rules and set 192.168.1.75 to be directed through the VPN instead of WAN.I can easily access Nextcloud via https://****.airdns.org:3800.However when I try to access internally, on local WiFi, via this address it times out. I tried to setup a forwarding through no-ip.com, eg., https://****.ddns.net redirected to AirVPN-exitIP:3800 but that doesn't seem to work either.Any ideas how I can get this to work both externally and internally through a single address? Do I need to setup a relay?Thank you!!
  10. Try not to use spaces under Configuration
  11. Check out the attached picture. This is done under the Nexcloud Docker. Hit edit and click Add another path at the bottom. Follow the picture below. Then enable External Storage in Nextcloud and add "Local" storage. Under Folder Name you name it anything like "Media" and under Configuration type /Media. It should turn green.
  12. I have "Merlin" NAT loopback enabled in the router under the Firewall setting. I went to the appdata\nextcloud\www\nextcloud\config\config.php and changed 'overwrite.cli.url' from the internal IP 192.168.1.xx to the external https://IP:port. is that what you meant? didn't seem to solve the problem.
  13. Hi everyone, I'm not sure if someone here can help me with this situation. I have my unRAID server with nextcloud running behind a VPN server with ability to port forward and the OpenVPN running on a ASUS Merlin router. I can easily access my Nextcloud server externally outside the home via a DDNS through my VPN provider. I am trying to figure out a way to have a single web address to be able to access it both remotely as well as when at home on the same network behind the VPN. Any idea how I can achieve this?? thank you!
  14. Anyone having issues with torrents starting? after clicking on a magnet link and adding it, it adds it as a HASH code for the name and gets stuck on verification without being able to move forward. here is the log file: [cont-init.d] 10-adduser: exited 0. [cont-init.d] 20-config: executing... [cont-init.d] 20-config: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. [2016-11-18 19:40:12.158] Transmission 2.92 (14714) started (session.c:738) [2016-11-18 19:40:12.158] RPC Server Adding address to whitelist: 127.0.0.1 (rpc-server.c:903) [2016-11-18 19:40:12.158] RPC Server Serving RPC and Web requests on port 127.0.0.1:9091/transmission/ (rpc-server.c:1110) [2016-11-18 19:40:12.158] Port Forwarding Stopped (port-forwarding.c:180) [2016-11-18 19:40:12.158] DHT Generating new id (tr-dht.c:311) [2016-11-18 19:40:12.159] Using settings from "/config" (daemon.c:528) [2016-11-18 19:40:12.159] Saved "/config/settings.json" (variant.c:1266) [2016-11-18 19:40:12.159] Watching "/watch" for new .torrent files (daemon.c:573) [2016-11-18 19:40:12.159] Blocklist "blocklist.bin" contains 76649 entries (blocklist.c:100) [2016-11-18 19:40:12.159] Loaded 1 torrents (session.c:2032) [2016-11-18 19:40:45.151] DHT Attempting bootstrap from dht.transmissionbt.com (tr-dht.c:249) [2016-11-18 19:46:11.150] Changed open file limit from 40960 to 1024 (fdlimit.c:380) [2016-11-18 19:46:11.150] Saved "/config/resume/***i have deleted the filename***.f180c6f3b47eca70.resume" (variant.c:1266) [2016-11-18 19:51:31.150] Saved "/config/torrents/570c7151340a67d4a89624ffd589ae49c1d0efcf.570c7151340a67d4.torrent" (variant.c:1266) [2016-11-18 19:51:31.150] 570c7151340a67d4a89624ffd589ae49c1d0efcf Queued for verification (verify.c:269) [2016-11-18 19:51:31.150] 570c7151340a67d4a89624ffd589ae49c1d0efcf Verifying torrent (verify.c:224) [2016-11-18 19:52:11.150] Saved "/config/resume/570c7151340a67d4a89624ffd589ae49c1d0efcf.570c7151340a67d4.resume" (variant.c:1266)
  15. It seems if I edit the json file manually then it gets saved and no problems. if i edit the settings through the web gui and restart docker it doesn't seem to save.
  16. Having this issue as well as well as difficulty connecting to peers. Not sure if related to recent update.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.