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.

Jokerigno

Members
  • Joined

  • Last visited

Everything posted by Jokerigno

  1. Hi all, I would like to know if some knows if it is possible to use swag container (aka let’s encrypt) to update certficiate for UniFi controller webpage. Thank you all in advance
  2. No it's the opposite. Sorry for the ambiguity. Docker is running on Unraid Server but HA tooks some time to see the status of the containers, vm etc.
  3. @ElectricBrainUK no. MQTT is running inside my unraid as a docker container (as yours). No other middle man. Regarding the message what should I search? For example I searched for the unraid server name using MQTT Explorer but I didn't find anything.
  4. hi @ElectricBrainUK any update on my issue? It's very strange behaviour!
  5. I just added the docker in my unraid and connected it to my mqtt broker...
  6. Hi @Damix21can you please share your working settings? I have the same issue! Moreover I noticed that switch status and sensor status are different It is a bug @ElectricBrainUK ?
  7. well that was easy. My issue was that I didn't change network from bridge to proxynet. Now it works! Thank you for pointing me to the right direction PS: I have the same issue that you noticed when moving big files from nextcloud.
  8. Up? Can anyone please help me fixing this?
  9. HI, can someone please help me config nextcloud for net access? (Lan access is working well). I created a subdomain cloud.mydomain.it and changed config.php in nextcloud folder and nextcloud.subdomain.conf in nginx folder under swag container using this config: config.php <?php $CONFIG = array ( 'memcache.local' => '\\OC\\Memcache\\APCu', 'datadirectory' => '/data', 'instanceid' => 'ocz3l2jujtz6', 'passwordsalt' => 'd1GH/7M85KoYp570/2xGEbQpEk4bAe', 'secret' => 'j0ttimHiiELqseRGAGRpXeqZcRdAhILzK+Yf0MVDPef4Aqyq', 'trusted_domains' => array ( 0 => 'xxxxxxxxxxxxxxx:444', 1 => 'cloud.xxxxxxxxxxxxxxx.it', ), 'dbtype' => 'mysql', 'version' => '19.0.3.1', # 'overwrite.cli.url' => 'https://xxxxxxxxxxxxxxx:444', 'dbname' => 'nextcloud', 'dbhost' => 'xxxxxxxxxxxxxxx:3306', 'dbport' => '', 'dbtableprefix' => 'oc_', 'mysql.utf8mb4' => true, 'dbuser' => 'nextcloud', 'dbpassword' => 'xxxxxxxxxxxxxxx', 'installed' => true, 'maintenance' => false, 'loglevel' => 2, 'mail_from_address' => 'admin', 'mail_smtpmode' => 'smtp', 'mail_sendmailmode' => 'smtp', 'mail_domain' => 'xxxxxxxxxxxxxxx.it', 'mail_smtpauthtype' => 'LOGIN', 'mail_smtphost' => 'authsmtp.securemail.pro', 'mail_smtpport' => '465', 'mail_smtpauth' => 1, 'mail_smtpname' => '[email protected]', 'mail_smtppassword' => 'xxxxxxxxxxxxxxx', 'mail_smtpsecure' => 'ssl', 'theme' => '', 'trusted_proxies' => ['swag'], 'overwrite.cli.url' => 'https://cloud.xxxxxxxxxxxxxxx.it/', 'overwritehost' => 'cloud.xxxxxxxxxxxxxxx.it', 'overwriteprotocol' => 'https', ); nextcloud.subdomain.conf # make sure that your dns has a cname set for nextcloud # assuming this container is called "swag", edit your nextcloud container's config # located at /config/www/nextcloud/config/config.php and add the following lines before the ");": # 'trusted_proxies' => ['swag'], # 'overwrite.cli.url' => 'https://nextcloud.your-domain.com/', # 'overwritehost' => 'nextcloud.your-domain.com', # 'overwriteprotocol' => 'https', # # Also don't forget to add your domain name to the trusted domains array. It should look somewhat like this: # array ( # 0 => '192.168.0.1:444', # This line may look different on your setup, don't modify it. # 1 => 'nextcloud.your-domain.com', # ), server { listen 443 ssl; listen [::]:443 ssl; server_name cloud.*; include /config/nginx/ssl.conf; client_max_body_size 0; location / { include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_app nextcloud; set $upstream_port 443; set $upstream_proto https; proxy_pass $upstream_proto://$upstream_app:$upstream_port; proxy_max_temp_file_size 2048m; } } TY in advance!
  10. OK but when I select it and try to run handbrake it says encode error!
  11. OK got it. And now that I selected this new encoder is will be used by default? I mean with all the auto conversion?
  12. Hi all, I just installed this container to rip my family videos. I alread had QSV in boot/config/go for plex #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & #Setup drivers for hardware transcoding in Plex modprobe i915 chmod -R 777 /dev/dri so I just added /dev/dri to my profile I was expecting to see the custom preset but it's not there. I checked the log for error but this is what I got: [cont-init.d] 95-check-qsv.sh: executing... [cont-init.d] 95-check-qsv.sh: Processor: Intel(R) Xeon(R) CPU E3-1225 v3 @ 3.20GHz [cont-init.d] 95-check-qsv.sh: exited 0. I checked on the list and this processo support QSV https://ark.intel.com/content/www/us/en/ark/products/75461/intel-xeon-processor-e3-1225-v3-8m-cache-3-20-ghz.html So can someone please help me to find out why isn't working? Thank you in advance!
  13. It worked. Thank you!
  14. Hi @aartr, I switched to your repository for this container but I was wondering if your solution allows to use motion port 7999 to see/start/stop the status of motion detection for every camera. I tried to manually expose port 7999:7999 and ther control in url http://192.168.2.100:7999/1/detection/status but I receive a ERR_CONNECTION_REFUSED error. Thank you for any hint!
  15. Hi I want to test this container but in my template there are not "usb conbee" and "usb device name". Are those variables?
  16. Ok, maybe I found one docker with issue. This is the container https://hub.docker.com/r/heussd/fivefilters-full-text-rss It allows me to have full rss even if the website don't allow it. I build it using console so I cannot manage via unraid webui and looking at this docker compose here https://github.com/heussd/fivefilters-full-text-rss-docker/blob/master/docker-compose.yml there's I volume I didn't create. So I tried to build another container with same source using unraid templates I mounted the path /var/www/html/cache to the share /mnt/user/appdata/full-text-rss/ like this The webui of the container works but when I try to build a custom rss feed I see this error in the browser That I think is related to that folder. But It is a directory, right? PS: if i remove path the error disappear. Can you please support me again?
  17. Hi all, I want to add shares in my nextcloud . I've tried with smb with no success: Can someone please point me to the right direction?
  18. I was in the container. Below all the steps (from unraid console to container console and then the command) Linux 4.19.107-Unraid. Last login: Thu May 14 17:03:59 +0200 2020 on /dev/pts/0. root@Joshua:~# docker exec -it nextcloud bash root@22bafb464e06:/# sudo -u abc php7 /config/www/nextcloud/occ maintenance:mode --on Could not open input file: /config/www/nextcloud/occ
  19. There's no smarter way to see how many resources every container use?
  20. Hi all, I tried to upgrade to 18.0.4 using webui but the process stopped and now I can only see a message saying "Update in process." So I tried also the manual method suggested but I get stuck at first command: "sudo -u abc php7 /config/www/nextcloud/occ maintenance:mode --on" = "Could not open input file: /config/www/nextcloud/occ"
  21. OK I've checked all the containers and the path seems right. Maybe the one can be this : full-text-rss It is not based on a unraid template and it has not any mapped path. It is based on this : https://github.com/heussd/fivefilters-full-text-rss-docker How can I check if it is the right one?
  22. Yes I will be a pity loose the dockers. In my opinion is easier than a VM. Regarding your trick I use it as well but I noticed that sometimes fails. Moreover every time I backup my appdata and dockers reboot not all cointainer starts in the right sequence. For example I have HA and mqtt running but I have to manually switch on deconz every time
  23. Well most ot them (on the top) are container relate to my Home Assistant instance. Right now I'm exerimenting. I have issue with plex and I'm testing emby to see if it has better performance. In the same experiment there are involved others containers like unmanic and tdarr. But they are normally stopped so I will start with other container check that evey path is correct.

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.