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.

sse450

Members
  • Joined

  • Last visited

Everything posted by sse450

  1. I am trying to find out a way to download or export some selected pictures. I would appreciate any hint.
  2. @aptalca Thank you for the hint. But, second sentence in your reply is important. It is not very clear tome. I do reverse proxy using LE docker. But, I think that onlyoffice still needs the certs in its /Data/certs directory. Am I wrong? How do just reverse proxying solve that issue without certs in OO docker?
  3. @aptalca , thank you for indicating the readme file. I successfully mounted LE config folder to onlyoffice docker. Howver, I still need to present the certs in the filenames onlyoffice required onlyoffice.crt, onlyoffice.key. Should I use "ln -s" or create a cron job to copy LE certs in the filenames required? I would appreciate any advice. Thank you.
  4. Onlyoffice DS docker needs the certificates installed in /mnt/user/appdata/onlyofficeds/Data/certs folder. I copied the certs from letsencrypt to this folder. It works. But, I need to find a way to automate the certs from LE docker as the static LE certs in onlyoffice docker will expire in max. 3 months. How can I do that? Does a symbolic link to LE certs work? Or should I set a cron job to copy LE certs everyday? Thanks.
  5. I know it is an old thread. But, @livingonline8, thank you very much for the method you explained. I finally could install onlyoffice with nextcloud. I have two questions though: 1. I copied certs from letsencrypt to onlyoffice/Data/certs folder. But what will happen when the certs expire? Should not it be integrated to letsencrypt docker somehow? Will it suffice to create two symbolic links to the LE certs in folder letsencrypt/keys? 2. In the onlyoffice.subdomain.com file, proxy pass directive is using port 443. Isn't it 4430? We use 443 for letsencrypt docker. Thanks.
  6. I am using latest docker image with Calibre 4.5. I cannot enter any non-ascii characters in calibre metadata edit window. However, if I install Calibre on my PC (Ubuntu), then this problem disappears. There must be some char encoding problem with the docker, or I have a misconfiguration. I would appreciate any help.
  7. I am not sure when it started, but having problem with this Calibre docker lately. When double click on the book in the main window, calibre viewer opens in the same main window of Calibre. The problem is there is no control in the viewer to close the viewer and get us back to the main window. So, as soon as I open the viewer, I am stuck with the viewer until I restart the docker. I believe the viewer should open in a new tab. Standalone installations open the viewer in a separate window. Hence, no problem with them. Thanks.
  8. Thank you very much for the docker. Works nicely. I have a request if possible. Would you please install "ingest-attachment" plugin in the docker. Nextcloud needs it for indexing. It can be added by /bin/elasticsearch-plugin install ingest-attachment
  9. Old ISP: Your Public IPv4 is: 176.88.224.xxx Your IPv6 is: Not Detected Your Local IP is: 10.10.30.30 New ISP: Your Public IPv4 is: 78.188.71.yyy Your IPv6 is: Not Detected Your Local IP is: 10.10.30.30 Note: If I use the old ISP but without revising the IP in Cloudflare settings, I get exactly the same errors in NC. Note2: Related NC docker nginx log entry: 2019/03/21 14:49:35 [error] 314#314: *15995 upstream sent invalid status "0" while reading response header from upstream, client: 172.17.0.1, server: _, request: "GET /index.php/apps/richdocuments/settings/check HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "cloud.mydomain.com:443" Note3: Perhaps, port 80 is blocked by the new ISP. I temporarily forward port 80 to a webpage on the same Unraid. And checked it using some web tools. Not blocked. Note4: Re-installed LE docker from scratch. Renewed certificates but the problem persists. Frustrated. Kill me.
  10. Yes, I did. I go on the LE thread.
  11. I don't know where the correct tree is Hence, asking for help. Today, I did a very useful test. Currently, both ISPs, the old and the new, have connection at the same location. I reversed back to the old ISP and changed the IP number to that of old ISP at Cloudflare DNS settings. Collabora is again started working nicely. So, it looks it is related to the new ISP connection. If it is nothing to do with letsencrypt certs, then what could it be? Router (pfSense) is the same with forwarded ports 80 and 443 to 81 and 443, respectively. Thanks for your support. More Info on my setup: 1. I use your collabora and linuxserver's nextcloud and letsencrypt dockers. 2. Nextcloud and collabora are setup as subdomains. Setup procedure as per your guide. 3. I use wildcard with Cloudflare plugin in Letsencrypt settings. 4. NC: 15.0.5, Collabora: 4.0.2, Letsencrypt: Latest LS docker, Collabora Plugin NC: 3.2.4 4. The error in NC log is as below: Error PHP Undefined offset: 0 at /config/www/nextcloud/lib/private/AppFramework/Http.php#150 2019-03-21T12:20:17+0300 Error PHP Cannot declare class GuzzleHttp\Handler\CurlFactory, because the name is already in use at /config/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php#15 2019-03-21T12:20:17+0300 Error richdocuments GuzzleHttp\Exception\ConnectException: cURL error 28: Connection timed out after 5001 milliseconds (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) 2019-03-21T12:20:17+0300 Someone had solved this problem by stating "Solved! it was an expired certificate for the loolwsd server." (https://github.com/nextcloud/server/issues/11278). That's why I wanted to force renew the certs.
  12. Due to change of ISP, I had to change my static IP in Cloudflare DNS records. As soon as I did that, my collabora and nextcloud stopped working together. I am receiving errors in NC and documents don't open. I checked NC/Collabora forums and found that this error is related to the invalid certificates. I feel that it is related to the letsencrypt certificates as issued for the old IP. My question is, is there a way to force renewing certificates? Thanks
  13. Hello Fellow Unraiders, All of a sudden, my Collabora stopped working with Nextcloud. Both work independently. When I try to open a document, Nextcloud gives the following errors: Error PHP Cannot declare class GuzzleHttp\Handler\CurlFactory, because the name is already in use at /config/www/nextcloud/3rdparty/guzzlehttp/guzzle/src/Handler/CurlFactory.php#15 2019-03-20T14:07:30+0300 Error richdocuments GuzzleHttp\Exception\ConnectException: cURL error 28: Connection timed out after 5001 milliseconds (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) 2019-03-20T14:07:30+0300 Error PHP Undefined offset: 0 at /config/www/nextcloud/lib/private/AppFramework/Http.php#150 And a pop up message on Nextcloud UI says "Failed to load Collabora online. Please try again later." All I did just before this problem was to change the static IP of the server and subdomains on Cloudflare DNS. I am not sure if this is any related with the issue. Nextcloud is setup as subdomain behind letsencrypt docker as outlined in this forum. Does this error ring any bell? Pretty cryptic for me. Thanks.
  14. Does anybody use OpenVPN client plugin (2018.04.26) successfully on 6.6.2? When I press Start button on the OpenVPN client page, the page goes blank only with just a "OpenVPN Client" tab and Unraid menu. Cannot reach OpenVPN client settings page any more. The only way to get control of that page is rebooting Unraid. Please advise.
  15. I am sorry. I tried the link in the first post which is broken. The one you supplied works. I am trying to establish ssh link (without opening ssh port on router) to my second Unraid on a different location for backup purposes. Hence, I am after a VPN connection between 2 Unraid boxes.
  16. I had quoted it in my post as the nick. I know that github repo link has "petersm1". Still, Peter's repo is not available anymore as given in the first post. Do I have any other option for OpenVPN client in Unraid?
  17. Unraid 6.6.1 here. OpenVPN client plugin not working somehow. Start button tries to start, but the page becomes blank and browser keeps trying to connect. Perhaps, the plugin needs an update, but github repo of peter_sm doesn't exist anymore.
  18. Thank you, Benson directing me to UEFI. My boot was UEFI. Couldn't find anything like CSM in UEFI options. Instead, there is "UEFI Optimized Boot" which was enabled by default. I disabled it and bingo! It is now booting to GUI. Also, deleted "nomodeset" from unRAID menu entries as there is no need in my case. All the best.
  19. I have exactly the same problem with my new server. All works except boot to GUI. I tried the "nomodeset" solution as referenced above but still no GUI. As a summary: 1. I can access to unRAID by ssh and browser from another PC on lan 2. I see all the boot up lines after selecting the second menu option (GUI) of unRAID 3. In the end a dash blinks in the upper left corner on a blank screen Please find attached the diagnostics file. tower-diagnostics-20180818-0128.zip
  20. I am trying to get pfSense up and running using the Part 3 of the video series. The video is fantastic, but still I am clueles at some point. I have 4 ethernet ports on my unRAID server: eth0: Broadcom on the MB. Before installing pfSense, unRAID normally used this port (192.168.1.100). Currently nothing is connected eth1: Broadcom on the MB. Nothing. eth2: Intel NIC on PCIe (pfSense WAN) eth3: Intel NIC on PCIe (pfSense LAN) This is connected to the switch. All seems OK. 2 port intel nic is passed through to the pfSense VM. I can reach pfSense VM on 192.168.1.1 but cannot get unRaid on 192.168.1.100. The video gives a solution on DNS resolver page. But I don't use any domain name for unRAID. How can I access to unRAID from LAN which had an IP of 192.168.1.100 previously. If I connect eth0 to the switch separately, unRAID becomes accessible. But, surely this is not an elegant way. Thanks for any support.
  21. Forget about my previous post. It started working magically.
  22. I have just upgraded to 13.0.4 using @CHBMB 's instruction linked on the first post. It smoothly upgraded without any problem. Then, upgraded also the nextcloud docker. Nextcloud works mostly. But, all the applications groups (Files, Office & text, Tools etc.) are empty with "No apps found for your version". On top of these, Collabora is also not working. Hard to believe that all the applications are not for version 13.0.4. Must be some problem somewhere. My config.php: <?php $CONFIG = array ( 'memcache.local' => '\\OC\\Memcache\\APCu', 'filelocking.enabled' => 'true', 'memcache.locking' => '\\OC\\Memcache\\Redis', 'redis' => array ( 'host' => '10.0.0.14', 'port' => 6379, 'timeout' => 0.0, ), 'datadirectory' => '/data', 'instanceid' => 'oc2rltxwyc3e2', 'passwordsalt' => 'Rga8XVYOeKcGjCStdrLxejxvkf60ilQV', 'secret' => 'ZOTy1DNhQrhfgTAENXT/w5V/IyWutbLaQjd7fq9UkFx7SWSaws', 'trusted_domains' => array ( 0 => '10.0.0.14:444', 1 => 'cloud.example.com', ), 'overwrite.cli.url' => 'https://cloud.example.com', 'overwritehost' => 'cloud.example.com', 'overwriteprotocol' => 'https', 'dbtype' => 'mysql', 'version' => '13.0.4.0', 'dbname' => 'nextcloud', 'dbhost' => '10.0.0.14:3306', 'dbport' => '', 'dbtableprefix' => 'oc_', 'dbuser' => 'xxxx', 'dbpassword' => 'xxxx', 'installed' => true, 'maintenance' => false, 'mail_smtpmode' => 'smtp', 'mail_smtpauthtype' => 'PLAIN', 'mail_smtpsecure' => 'ssl', 'mail_from_address' => 'nc', 'mail_domain' => 'example.com', 'mail_smtpauth' => 1, 'mail_smtphost' => 'mail.xxxx.com', 'mail_smtpport' => '465', 'mail_smtpname' => 'xxxx', 'mail_smtppassword' => 'xxxx', 'loglevel' => 2, 'theme' => '', 'updater.release.channel' => 'stable', ); I would appreciate any idea. Thanks.
  23. In case, you wondered, please find below an update on my issue: HPE replaced the server with a new ML150 Gen9. It comes with H240 card and an 1T LFF SATA hard disk with HPE sticker. Problem started from day 1. 1. I removed H240 as I don't need any RAID for unRAID. 2. Connected mini-SAS cable from the drive cage to mini-SAS on the motherboard. 3. I opted for AHCI in BIOS instead of B140i. (no any other change like upgrading BIOS, replacing hard disk etc.) 4. Bummer. The server wouldn't recognize the hard disk. Tried both mini-SAS ports on the motherboard. No way. After much fiddling for hours, I just wanted to try H240. It worked in HBA mode. Then I removed H240 and connected to mini-SAS port of motherboard. Again worked. Crazy! Anyway, I decided to use H240 as it seems a safer way. There was no problem for 2-3 days. As H240 doesn't report any hard disk smart attributes back to unRAID, I replaced it with an LSI card. It worked fully. So far, so good. After 10 days of good use, something happened, the sever lost LFF SATA hard disks again. There was a flashing red light on the front. I checked iLO. There were some critical power supply problems painted in red. The final message from iLO was: Critical,178,17991,0x0014,System Error,,,06/02/2018 07:51:00,9: Server Critical Fault (Service Information: Runtime Fault, System Board, P5V/P3V3/Chipset/AUX Regulators 1 (04h)) Now, motherboard port, H240 and LSI cards are not detecting LFF SATA hard disks at all. Contacted online HPE support last night. The tech examined the iLO report and decided that the motherboard needs to be replaced because of the above error. He said I will be contacted on Monday (tomorrow). I am having hard time to believe that two of my ML150 Gen9 servers had the same motherboard problem. How probable is that? All the best.
  24. I am aware of this issue. But backplanes of ML110 G9 and ML150 G9 can operate them properly. I am getting more convinced that mine was DOA somehow. I will try another ML150 Gen9. Fingers crossed

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.