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.

Drazzilb

Members
  • Joined

  • Last visited

Everything posted by Drazzilb

  1. I've created this support thread for my dockerized collection of python scripts. Description: DAPS is a collection of python scripts I've written to automate the poster process with PMM as well as various other tedious tasks associated with the *ARRs Feel free to check out my repo https://github.com/Drazzilb08/daps Found an issue or have a feature you'd like to see? Make an issue report on Github: https://github.com/Drazzilb08/daps/issues I'm not on the forums very often at all. However if you're really needing some support please feel free to head on over to Trash's Guide's Discord Here and hop into the DAPS support channel. I'll be more than happy to help out Cheers.
  2. Figured it out. Instead of using the host IP I used the hashed one... Thanks
  3. WARN mode option is deprecated. You can safely remove it from nuxt.config READY Server listening on http://0.0.0.0:80 Failed to retrieve config file, creating new. ERROR ENOENT: no such file or directory, open 'config/mqttKeys' at Object.openSync (node:fs:492:3) at Proxy.readFileSync (node:fs:393:35) at default (api/getServers.js:27:36) at call (node_modules/connect/index.js:239:7) at next (node_modules/connect/index.js:183:5) at next (node_modules/connect/index.js:161:14) at next (node_modules/connect/index.js:161:14) at SendStream.error (node_modules/serve-static/index.js:121:7) at SendStream.emit (node:events:378:20) at SendStream.EventEmitter.emit (node:domain:470:12) Get Main Details for ip: 192.168.1.200 Failed Request failed with status code 503 Get Dashboard Details for ip: 192.168.1.200 Failed with status code: [object Object] I too seem to be having issues with getting this container to work. Running latest Unraid version: 6.9.1 Docker version: 19.03.14 Install variables are all default from the template. When adding a server I'm using the host's IP address Root as username and my password. Which also I've reset as mentioned by Flendor earlier. With no luck. Running multiple containers w/a single VM.
  4. I wasn’t quite able to find a definitive answer. Does unbalance preserve hard links when using scatter?
  5. Trying to get the new keyring system to work and I'm receiving this issues after the keyring file is created 2020-10-22 20:20:14 INFO Check for new files using password stored in keyring... Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/pyicloud_ipd/base.py", line 209, in authenticate req = self.session.post( File "/usr/lib/python3.8/site-packages/requests/sessions.py", line 578, in post return self.request('POST', url, data=data, json=json, **kwargs) File "/usr/lib/python3.8/site-packages/pyicloud_ipd/base.py", line 100, in request self._raise_error(code, reason) File "/usr/lib/python3.8/site-packages/pyicloud_ipd/base.py", line 122, in _raise_error raise api_error pyicloud_ipd.exceptions.PyiCloudAPIResponseError: Unknown reason During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/bin/icloudpd", line 11, in <module> load_entry_point('icloudpd==1.6.0', 'console_scripts', 'icloudpd')() File "/usr/lib/python3.8/site-packages/click/core.py", line 722, in __call__ return self.main(*args, **kwargs) File "/usr/lib/python3.8/site-packages/click/core.py", line 697, in main rv = self.invoke(ctx) File "/usr/lib/python3.8/site-packages/click/core.py", line 895, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/lib/python3.8/site-packages/click/core.py", line 535, in invoke return callback(*args, **kwargs) File "/usr/lib/python3.8/site-packages/icloudpd-1.6.0-py3.8.egg/icloudpd/base.py", line 255, in main File "/usr/lib/python3.8/site-packages/icloudpd-1.6.0-py3.8.egg/icloudpd/authentication.py", line 29, in authenticate File "/usr/lib/python3.8/site-packages/pyicloud_ipd/base.py", line 193, in __init__ self.authenticate() File "/usr/lib/python3.8/site-packages/pyicloud_ipd/base.py", line 216, in authenticate raise PyiCloudFailedLoginException(msg, error) pyicloud_ipd.exceptions.PyiCloudFailedLoginException: ('Invalid email/password combination.', PyiCloudAPIResponseError('Unknown reason')) 2020-10-22 20:20:17 INFO Two factor authentication cookie generated. Sync should now be successful. I'm still getting the 2020-10-22 20:22:32 ERROR Cookie does not exist. Please run container interactively to generate - Retry in 5 minutes in the logs.
  6. Looking for some thoughts in regards to this warning. not really an error. Just curious how I can make it right. WARNING Using Apple ID password from variable. This password will be visible in the process list of the host. Please add your password to the system keyring instead Thanks
  7. Same. Seems to be a new issue Error: Invalid value for "-d" / "--directory": Path "/home//iCloud" does not exist.
  8. I have created this file ".mounted" placed it w/in my /mnt/user/media/pictures/iCloud/ directory. Still seeing the same error. When I bash into the container I navigate to /home/user/icloud/ I can see the .mounted file there. after running ls -A to see the hidden file. Destination volume not mounted - retry in 5 minutes My docker command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='icloudpd' --net='bridge' -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e 'apple_id'='[email protected]' -e 'apple_password'='PASSWORD' -e 'synchronisation_interval'='21600' -e 'command_line_options'='' -e 'authentication_type'='2FA' -e 'UMASK'='000' -e 'directory_permissions'='777' -e 'file_permissions'='666' -e 'notification_type'='' -e 'prowl_api_key'='' -e 'pushbullet_api_key'='' -e 'telegram_token'='' -e 'telegram_chat_id'='' -e 'PUID'='99' -e 'PGID'='100' -e 'TZ'='America/Los Angeles' -v '/mnt/user/appdata/icloudpd':'/config':'rw' -v '/mnt/user/media/pictures/iCloud/':'/home/user/icloud':'rw' 'boredazfcuk/icloudpd' EDIT: got it working change mapping for /home/user/icloud to /home/user/iCloud , the capital C does make a difference.
  9. All I know is that I've had this running on my server for the past couple of weeks or so with no issues whatsoever. All I can say is keep up the great work. I'm so thankful or people who do things I cannot.
  10. I second this. I’m so happy this set up is working perfectly. However we are now over 200+ commits behind on lazylibrarian.
  11. I'm sure I'm setting something up wrong here. I've set up my reverse proxy through Spaceinvader One's excellent tutorial on how to set up Nextcloud and how to have it visible over the internet. (which I've gotten other containers visible over the domain URL, however, they do not use 80/443, such as Ombi) I'm sorry I need to preface this as I'm not super skilled in this realm. If you're asking me to do something, explain like I'm five. The issue I have is trying to get heimdall visible over the internet through my subdomain server.myserver.com However, when I try to access that I get the Letsencrypt's welcome screen. However, If I place the port I opened up in the firewall at the end of the domain URL I can get in. It appears I need some way to make the system know which port to direct me to automatically, which I'm not sure how to do. I obviously changed the default ports from 80 and 443 as these are already used. The only change I made to heimdall.subdomain.conf file is to change it from heimdall.* to server.* Edit: not sure what I did other than remove the information for port 80 in the container edit screen and left 443's port
  12. I too am running into the same issue. with Failed to load. Any help would be greatly appreciated!! EDIT: not sure how i fixed it. but got it all up and running.
  13. Okay, resolved that issue by going into my router's IPv6 settings and turning it off. Now that brings me to a big question. Am i losing anything by turning IPv6 off on my router. If it is deemed as something I should have on. How would I go about receiving the IPv6 address for my pi-hole?
  14. Okay so I followed the tutorial from Space Invader One to the letter. None of the Ads are blocked. Setting up the IP address for the pi-hole server using the Custom: br0 network type and a fixed IP address I as well made sure to have the ServerIP the same. From within Pi-Hole I setup the blacklists to include all the lists that were mentioned on https://firebog.net/ From there my domains skyrocketed up to showing me this. From there i went into my router settings (which is an Asus CM-32) to change my DNS w/in my DHCP Server to point to the IP address for the pi-hole: I also made sure to change my DNS server for my UnRaid due to the fact i was not able to receive any updates for plugins or dockers. I then proceeded to check to see if pi-hole was working from my system by visiting a very add intensive website www.dailymail.co.uk the very first things i see on there are ads.. I from there went to make sure my system was pointing to the new DNS server. ipconfig /all I've even /released and /renewed to make sure. I've restarted my router/PC/and Server Not very sure where I go from here. Here is my debug log from pi-hole if this helps. https://pastebin.com/bYNdDPEp (oh I've also tried from all devices on the network with no luck)
  15. Worked like a charm. TYVM.
  16. So I'm getting The program can't find any usable optical drives (all was working well until I reinstalled Unraid (due to a separate issue)) I've followed all the steps I could find and google as much as I could as well. Here is my set up: After multiple tries and various attempts, I've had no luck. Furthermore, here is a snippet of after I run the lsscsi -g command Any help or suggestions would be greatly appreciated. This is an external BD-Rom. However, this is the 1st time I've had any issues with it. In previous versions, it was basically plug and play, heck I used it probably 3 days ago with no problem.
  17. Can you post a screenshot of your docker config and some logs... Thanks but i worked out that issue. I had to add variable 'INTERFACE' to 'br0'. I'm sorry for being such a Nub however, where did you add the variable 'INTERFACE' to 'br0"? I assume this is to the Bridge Name?
  18. Nope. Not that I'm aware of. [emoji58]
  19. Yeah that's what I though which is weird why I'm having issues. Wonder if it's something I have set up elsewhere.
  20. Yeah I've tried it bridged and the normal set up with no luck soon curious as well.
  21. I did.. I will try once more to delete everything again in the appdata folder and reinstall once more Heck, 5th time might be a charm IMAGE ID [ed5b2c683805]: Pulling fs layer. IMAGE ID [6aa7ddadb702]: Pulling fs layer. IMAGE ID [984d25cfa696]: Pulling fs layer. IMAGE ID [b7f2604ab9e5]: Pulling fs layer. IMAGE ID [4bfab0db1692]: Pulling fs layer. IMAGE ID [5f2921e35144]: Pulling fs layer. IMAGE ID [d6974464b3be]: Pulling fs layer. IMAGE ID [c0e10379547f]: Pulling fs layer. IMAGE ID [428b411c28f0]: Already exists. IMAGE ID [435050075b3f]: Already exists. IMAGE ID [9fd3c8c9af32]: Already exists. IMAGE ID [6d4946999d4f]: Already exists. IMAGE ID [f6e250afd5cc]: Already exists. IMAGE ID [80c1ef08f5e9]: Already exists. IMAGE ID [29ae179a0774]: Already exists. IMAGE ID [fdcdf46f55d4]: Already exists. IMAGE ID [29f816c37c5d]: Already exists. IMAGE ID [56077f313773]: Already exists. IMAGE ID [6f51c68ba38d]: Already exists. IMAGE ID [e25ab9b3fa88]: Already exists. IMAGE ID [ab025b65d47b]: Already exists. IMAGE ID [3b424cc7863c]: Already exists. IMAGE ID [da990b323adb]: Already exists. IMAGE ID [db696d16a024]: Already exists. Even though i removed everything from the folders and removed the image and container. I still get this part when installing it. Edit: After the reinstall again.. NO luck..
  22. Normally use Google Chrome, Tried internet explorer. Nothing With either https://192.168.0.21:943/admin'>https://192.168.0.21:943/admin or https://192.168.0.21:943
  23. Tried that already. Same thing
  24. And monitor the logs when it's started and post them here. The log was quite long. I didn't think you needed all the other information. However, I attached everything that was in the log in the hopes of figuring this out. OpenVPN-Log.txt

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.