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.

skois

Members
  • Joined

  • Last visited

Everything posted by skois

  1. You can watch the issues / pr on github about this #Nextcloud Documentation https://github.com/nextcloud/documentation/issues/6157 https://github.com/nextcloud/documentation/pull/6221 #LSIO Docker https://github.com/linuxserver/docker-nextcloud/issues/185 https://github.com/linuxserver/docker-nextcloud/pull/186
  2. Because I'm not any good with nginx, do you have the bits on hand? Or do you know if the docker will be updated soon to include them? Thanks! Sent from my Mi 10 Pro using Tapatalk
  3. Could you please be more specific? What exactly to add? Also I guess you mean to put "that" in the "/appdata/nextcloud/ngiong/site-confs/default"
  4. In a QA after the release, they said, the performance wont be much noticable in small installations (2-10 users), but we will notice the instant notifications.
  5. That's good, I would check with nextcloud forums also, if this opens up any security holes Sent from my Mi 10 Pro using Tapatalk
  6. Share your config.php. probably need to remove overwritehost line, but i don't know if it will have impact when accessing from external.
  7. Restart the docker. It will update Sent from my Mi 10 Pro using Tapatalk
  8. Great!! I'm looking for a UDM pro, but i can't justify it.. because i have a pfsense box that does more! But damn, this dashboard is sexy
  9. Try first to do this Right click on the docker and select console "occ preview:repair" "occ preview:delete_old" "occ preview:generate-all" This might fix it
  10. I had tried everything. Nothing was good enough for live view. I'm back with Blue Iris. Just need to find some time to configure AI Tools/ Deepstack / Motion Detection to get proper alerts
  11. Hmm seems okay. Was it working before? Also 20.0.6 is release. Might worth a shot
  12. Open unraid's terminal and go to /mnt/user , do ls -la go to /mnt/user/Music , do ls -la And post results, just to check root and child folders have the same permissions
  13. Is there any chance you have mounted the root is the /mnt/user and not a share? like /mnt/user/downloads
  14. I haven't done any benchmarks, i just selected model 4 because from the comparison chart on developers github seems the best. haven't tried to do any GPU passthrough, but i would like to, i'm gonna try maybe next week! Right now i'm planning some down time, moving server to rack and whole network! I was planning also to create a docker with pdlib, but once pdlib goes to stable alpine, LSIO said will include it. Right now only if i update the docker or change something needs to reinstall ( i have done some updates to the install script, to check if it is instailled before install it) Here is the updated script #!/bin/bash #FLAG="/config/firstbook.log" FLAG="/usr/lib/php7/modules/pdlib.so" if [ ! -f $FLAG ]; then apk add --no-cache --upgrade make cmake gcc g++ php7-dev libx11-dev openblas-dev re2c rm -rf dlib pdlib git clone https://github.com/davisking/dlib.git cd dlib/dlib mkdir build cd build cmake -DBUILD_SHARED_LIBS=ON .. make sudo make install cd / git clone https://github.com/goodspb/pdlib.git cd pdlib phpize PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig ./configure make sudo make install rm -rf /dlib /pdlib # touch $FLAG else echo "Already run of 1st boot. Delete /config/firstboot.log to run again on next boot" fi
  15. Tried to renew some SSL certs today, which is with DNS challenge. From gui it just hanged there "please wait" So i tried to do "certbot renew" And i got for all my certs the following - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Processing /etc/letsencrypt/renewal/npm-87.conf - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Renewal configuration file /etc/letsencrypt/renewal/npm-87.conf (cert: npm-87) produced an unexpected error: 'Namespace' object has no attribute 'dns_cloudflare_credentials'. Skipping. Which seems weird. Because the said file contains the following # renew_before_expiry = 30 days version = 1.4.0 archive_dir = /etc/letsencrypt/archive/npm-75 cert = /etc/letsencrypt/live/npm-75/cert.pem privkey = /etc/letsencrypt/live/npm-75/privkey.pem chain = /etc/letsencrypt/live/npm-75/chain.pem fullchain = /etc/letsencrypt/live/npm-75/fullchain.pem # Options used in the renewal process [renewalparams] account = randomcharacterstring authenticator = dns-cloudflare dns_cloudflare_credentials = /etc/letsencrypt/credentials/credentials-75 server = https://acme-v02.api.letsencrypt.org/directory If i try to delete and add again. it succeeds. It looks like a parsing problem?
  16. I was able to revert my docker image version by changing the repository under the container settings to linuxserver/nextcloud:20.0.2-ls107 from linuxserver/nextcloud. This version allowed me to start NC. Now going to Settings > Overview > Version, I can see I am running NC version 16.0.1. So what is the proper way to update in order to use latest docker image? Update nextcloud until you get to version 19 Change docker repo to the latest again Update the nextcloud to v20 After that keep in mind you need to first update image and then nextcloud Sent from my Mi 10 Pro using Tapatalk
  17. I don't think this is the problem here.. Because you connect to the openoffice through your external ip (domain), but again i might be wrong here.!
  18. Depends. Most dockers run an update script on startup. So it updates the containing app every time you start it. But nextcloud is too complicated to update automatically. Because some apps you use might not be updated yet, or other dependecies inside nextcloud app. So for this reason, you need to update it yourself. If you stay one major version behind the latest stable on NC app, docker base packages will be fine. But if you stay too many behind, some base packages might get end of life, (like the php you had problem now.) If you had upgraded to 19 you wouldnt have any problems! For some reason i believe my english in this post is very bad (not native), i'm tired, Sorry
  19. Well that's it. If you upgrade docker, you must upgrade nextcloud also. So both of them keep up. Here is the tags of the docker, you need to roll back. Update your nextcloud to v19, update the docker to latest again. update your nextcloud to v20. This docker tag should let you access webui linuxserver/nextcloud:19.0.3-ls100 https://hub.docker.com/r/linuxserver/nextcloud/tags?page=1&ordering=last_updated If you don't want to update NC instance. try the latest working tag for you. And keep it. Latest tags are for the latest NC instances.
  20. What version of Nextcloud you running? Settings > Overview > Version
  21. It says it right there. [emoji4] occ maintenance:mode --on occ db:convert-filecache-bigint occ maintenance:mode --off Done Sent from my Mi 10 Pro using Tapatalk
  22. I'm having hard time setting up PreviewGenerator. I'm following this great guide, and when i try to run occ config:app:set previewgenerator widthSizes --value="256 384" i'm getting Too many arguments to "config:app:set" command, expected arguments "app" "name". config:app:set [--output [OUTPUT]] [--value VALUE] [--update-only] [--] <app> <name> I have found issue on github, that says to run the command as an abc user. But then i get that abc user is not it the sudoers file. I also opened an issue on github but didn't have any activity from someone who knows. I can't find out if this is a problem of the Preview Generator or of the LSIO docker. Any ideas?
  23. Have you updated the docker? The newer docker have php 7.4 Sent from my Mi 10 Pro using Tapatalk
  24. The certs need to be installed in each docker (don't know how, as I don't have done it before) I only do it with let's encrypt. The certs must be the problem here! Either look how to install your certs or from let's encrypt. You might find some info here how to install the certs Not unraid related but he installed certs on dockers Sent from my Mi 10 Pro using Tapatalk

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.