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.

schford

Members
  • Joined

  • Last visited

Everything posted by schford

  1. Hi my Agent says he cant see some things any thoughts?
  2. Looks super interesting, will give it a go! Very new to AI and currently use Claude desktop rather than openclaw. Can I use Claude desktop to connect to it? Cheers Stuart
  3. Hi guys, Just migrated form pfsense to unifi and seem to have an extra mac / IP coming from my unraid server which means I get constant messages about duplicate IPs. To check I have turned off dockers and VMs. Which would have meant (or so I thought) that I would only have a single mac address requesting an IP. However I also get an extra one and it is confusing the hec out of me. The MAC is 02:6c:44:46:72:bc which doesn't seem to be registered to anything? Anyone got any ideas - thanks! Stuart PS It all works but I just hate unknown things.
  4. Home Assistant works flawlessly in a docker, I’ve run it for like 6 plus years with no issues in multiple properties, I even have a separate docker running matter integrated with it with runs perfectly when it’s matter over WiFi. Thread over apple works great and stand alone Bluetooth. I’ve given up on thread to be honest much as I have with zigbee (I exclusively use z wave which has amazing range and ‘just works’). cheers Stuart
  5. So trying to setup Home Assistant so I can use Mater over thread as I believe I cannot do it from a docker. Long Story short - IPV6 doesn't seem to work - it has an address but when I ping it nothing and when I SSH in and try and ping something else eg Unraid or my windows PC it tells me no route. I can ping Unraid IPV6 address from my windows pc and indeed a docker IPV6. Anyone point me at what to look at? Many Thanks Stuart PS I am brand new to IPV6
  6. Did you ever figure this out?
  7. So for years - literally years! Everytime I restart a particular Docker I have to remember to right click on the icon bring up a console and manually run a command. python3 /config/python_scripts/comfort2a.py For some reason I thought there must be an automated way of doing it - so I thought I would ask the collective wizdom. Anyone know if I can auto run that script on a docker startup? I'd be very greatful. Cheers Stuart
  8. so weirdly it just started working!?
  9. IF I try from command console I get $ apt-get install libavahi-compat-libdnssd-dev E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied) E: Unable to lock the administration directory (/var/lib/dpkg/), are you root? $ ^C $ I have installed the via manage pallet no problems but homekit doesn't find anything and when I try a bonjour browser on pc as well it also sees nothing ? Thanks for suggestions.
  10. Its running with it's own IP ...
  11. Hi guys, I would love to be able to use this - https://flows.nodered.org/node/node-red-contrib-homekit-bridged so I can make my stuff availavlle to apple home. Docker installs ok but then home app on apple never finds it I am running the docker with :V8 at the end to get latest node js I wonder if the docker needs these added to it? Prerequisites These nodes are based on the extremely awesome HAP-NodeJS -Project which uses an implementation of mdns to provide Bonjour / Avahi capability. Please refer to the HAP-NodeJS Wiki and to mdns for install instructions, if you get stuck on the following. Install For Debian / Ubuntu you need to install the following in order to support Bonjour / Avahi sudo apt-get install libavahi-compat-libdnssd-dev Then run the following command in your Node-RED user directory - typically ~/.node-red npm install node-red-contrib-homekit-bridged Thanks for any advice Stuart
  12. SO Just in case any one else is looking ? I had to add the below to get it working, it wont work with anything but the root rather than location / hass or something which I woudl prefer but can live with this unless anyone has any suggestions map $http_upgrade $connection_upgrade { default upgrade; '' close; } location / { proxy_pass http://192.168.0.23:8123; proxy_set_header Host $host; proxy_redirect http:// https://; proxy_http_version 1.1; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $connection_upgrade; }
  13. I tried many variations of home assistant docker, lets encrypt etc when googling but didn't actually search for NGINX - doh!!!! Thank you so much for the link cant believe it was documented on HASS pages - right off to play and thanks once more ?
  14. HI guys, Has anyone managed to get this working with the home assistant docker for the reverse proxy. I have tried the following location /ha { proxy_pass http://192.168.0.24:8123; proxy_set_header Host $host; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } but I just get anyone got any ideas? Thanks! 502 Bad Gateway nginx/1.12.2
  15. To answer my own question on this you cannot mix and match bridge dockers with dockers with their own IP, so if you want dockers to be able to talk to each other they either both have to be bridge or both have their own IP addresses.
  16. thought I would give this a whirl but doesn't seem to work I get this in the log any ideas? Thanks Stuart **** 2018-06-19 12:08:12.673504 INFO AppDaemon Version 3.0.1 starting2018-06-19 12:08:12.673636 INFO Configuration read from: /conf/appdaemon.yaml2018-06-19 12:08:12.674797 INFO AppDaemon: Starting Apps2018-06-19 12:08:12.676213 INFO AppDaemon: Loading Plugin HASS using class HassPlugin from module hassplugin2018-06-19 12:08:12.682130 INFO AppDaemon: HASS: HASS Plugin Initializing2018-06-19 12:08:12.682307 INFO AppDaemon: HASS: HASS Plugin initialization complete2018-06-19 12:08:12.682411 INFO Dashboards are disabled2018-06-19 12:08:12.682469 INFO API is disabled2018-06-19 12:08:15.793762 WARNING AppDaemon: HASS: Disconnected from Home Assistant, retrying in 5 seconds2018-06-19 12:08:23.857760 WARNING AppDaemon: HASS: Disconnected from Home Assistant, retrying in 5 seconds2018-06-19 12:08:31.921764 WARNING AppDaemon: HASS: Disconnected from Home Assistant, retrying in 5 seconds2018-06-19 12:08:39.985723 WARNING AppDaemon: HASS: Disconnected from Home Assistant, retrying in 5 seconds2018-06-19 12:08:48.049772 WARNING AppDaemon: HASS: Disconnected from Home Assistant, retrying in 5 seconds
  17. My first stab at this - installed docker ok brings up main screen but then when i follow the next step guide !Hass.io main panel! is completly missing form the docker - anyone any ideas as that seems to be how one adds addons. Cheers Stuart
  18. All works great my only issue is I simply can’t get Dlna to work - has anyone managed this? thanks stuart
  19. I think that was it - when I rebuilt the docker img - I went to check for an update and there was none there. However I then tried to download it and it worked! Thanks both :-)
  20. If you search for airsonic in the apps section, it finds your app. IF you then click on the download icon it links to this url - http://mbfs01/Apps/AddContainer?xmlTemplate=default:/var/lib/docker/unraid/templates-community-apps/451.xml That link trys to install Comic Tagger and not airsonic.
  21. Thought I would give this a whirl.... #but iw would apprar it is trying to install Comic Tagger? Any suggestions thanks :-) ***# ComicTagger is a multi-platform app for writing metadata to digital comics, written in Python and PyQt.Register at http://www.comicvine.com/ and obtain an api code, paste into the COMICCODE variable fieldMap /nobody/.ComicTagger to your unraid appdata folder, for settingsMap /nobody/Comics to your unraid folder containing Comics To increase screen resolution Toggle advanced in this template and adjust HEIGHT and WIDTH to suit
  22. just updated to latest version.... log below... Cant see VPN_protocol in container edit - am I being slow? ********* Created by... ___. .__ .__ \_ |__ |__| ____ | |__ ____ ___ ___ | __ \| |/ \| | \_/ __ \\ \/ / | \_\ \ | | \ Y \ ___/ > < |___ /__|___| /___| /\___ >__/\_ \ \/ \/ \/ \/ \/ https://hub.docker.com/u/binhex/ 2016-10-20 21:13:13.244137 [info] Looks like the host is running unRAID 2016-10-20 21:13:13.265984 [warn] PUID not defined (via -e PUID), defaulting to '99' 2016-10-20 21:13:13.288430 [warn] PGID not defined (via -e PGID), defaulting to '100' 2016-10-20 21:13:13.367807 [info] Permissions already set for /config and /data 2016-10-20 21:13:13.389823 [info] VPN_ENABLED defined as 'yes' 2016-10-20 21:13:13.421356 [info] VPN_PROV defined as 'airvpn' 2016-10-20 21:13:13.442158 [info] VPN_REMOTE defined as 'nl.privateinternetaccess.com' 2016-10-20 21:13:13.463632 [info] VPN_PORT defined as '1194' 2016-10-20 21:13:13.484562 [crit] VPN_PROTOCOL not defined (via -e VPN_PROTOCOL), exiting...
  23. I love the support thread s- I too am having this issue! Have I missed an update? Cheers Stuart
  24. I just tried a fresh install and I'm seeing this same error. The container is not built so all I can do is try again with different settings. Please help. Check your Plug-ins are up to date
  25. Check for plug-in updates fixed it for me

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.