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.

secs

Members
  • Joined

  • Last visited

  1. Hi all. So my server (my oldest one) is suddenly reporting it cannot see the flash drive or it is corrupted. However at the moment everything seems to be running in the background and I dont want to shut it off till I am home. So it was connected to the connect plugin and I can see where in the dashboard it is mentioned. It i sshowing as offline. and clciikng on the server details jsut shows a roatating "I am trying to get info" thingo. I woul dhave thought that if it had been conencted and flash had been backed up I would have been able to see them. But nothing seems to be there. Am I looking at this completely incorrect?
  2. Hey all. After many years of having a public IP available to me as my main incoming address I look like shifting to a new provider that doesnt allow any incoming. So I have been playing around. Currently I have a $5 a month Linode VPS and I use a RPI in my network to create a reverse SSH tunnel and route various ports on my Linode to various IPs and ports on my unraid servers etc. I use autossh and a command line that is growing in length. What I like about it is even though the SSH tunnel is created on the RPI when the traffic comes in I can send it to whatever machine I want and not necessarily the RPI itself. For my web servers I run NGINX on the VPS and simply proxy it to a different port for each domain and then at the rpi end send it wherever. Incoming mail goes to a different IP address. I did a quick search around the forum and didnt find what I am looking for so I chose this forum IS there a better way? I used to have a site to site VPN running and was thinking of doing that but not sure if I can sned to different IP's or just the machine the VPN is on? What are your suggestions?
  3. Actually I am using a docker image external to Unraid. I just dont have the knowledge to workout what each part of the compose file reprosents and then put it in the correct place for the unraid options. I am used to using the Unraid docker interface but I am missing the bits where the Hostname and Domain name go? I cant workout if its a vaiable or whatever. the paths and posts are fine services: mailserver: image: docker.io/mailserver/docker-mailserver:latest container_name: mailserver # If the FQDN for your mail-server is only two labels (eg: example.com), # you can assign this entirely to `hostname` and remove `domainname`. hostname: mail domainname: example.com env_file: mailserver.env # More information about the mail-server ports: # https://docker-mailserver.github.io/docker-mailserver/edge/config/security/understanding-the-ports/ # To avoid conflicts with yaml base-60 float, DO NOT remove the quotation marks. ports: - "25:25" # SMTP (explicit TLS => STARTTLS) - "143:143" # IMAP4 (explicit TLS => STARTTLS) - "465:465" # ESMTP (implicit TLS) - "587:587" # ESMTP (explicit TLS => STARTTLS) - "993:993" # IMAP4 (implicit TLS) volumes: - ./docker-data/dms/mail-data/:/var/mail/ - ./docker-data/dms/mail-state/:/var/mail-state/ - ./docker-data/dms/mail-logs/:/var/log/mail/ - ./docker-data/dms/config/:/tmp/docker-mailserver/ - /etc/localtime:/etc/localtime:ro restart: always stop_grace_period: 1m cap_add: - NET_ADMIN healthcheck: test: "ss --listening --tcp | grep -P 'LISTEN.+:smtp' || exit 1" timeout: 3s retries: 0 https://github.com/docker-mailserver/docker-mailserver/blob/master/docker-compose.yml
  4. Hi all. I have 6.9.2 running quite happily. I also have an RPI running a test program that is also done as a docker and I am trying to work out how to get it into Unraid. I checked the docker forum and it says I can create a thread there so hoping this is the correct area The docker info is at https://github.com/robotastic/trunk-recorder/wiki/Installation#docker and the info I am working off is docker run -it \ --privileged \ -v /REPLACE/WITH/PATH/TO/DIR:/app \ -v /var/run/dbus:/var/run/dbus \ -v /var/run/avahi-daemon/socket:/var/run/avahi-daemon/socket \ robotastic/trunk-recorder:latest So I have created a share and linked it to the app volume. But the other 2 volumes I am assuming are already meant to exist but I am unable to locate them. What am I missing? Also how do I pass the USB through or is that what the DBUS volume is meant for? Hoping you are all well during this time. I am tinkering as I am in lockdown myself
  5. Ok all. Sorry I have found a bit of an issue. I am now using Shinobi Pro and this config was from the basic version so first off, can I hadd MQTT to the pro docker version? Hi all. Over the last couple of weeks I have been playing around with various packages of software to repiar a broken server and after a couple of years not using unraid have returned. Just trying this docker/container of Shinobi and looks good. I need to get the MQTT part going and as yet no success but am quite sure its in my config part. I was working with this link https://hub.shinobi.video/articles/view/xEMps3O4y4VEaYk and there are some small differences such as no SUDO or NANO. Nano is my preffered editor and VI is very good I just have to google all its commands. No curl so I used wget so maybe thats it Here is a copy of my conf.jsonand I am sure it will be in there but I am at a loss. Hope that all makes sense { "port": 8080, "passwordType": "sha256", "detectorMergePamRegionTriggers": true, "addStorage": [ {"name":"second","path":"__DIR__/videos2"} ], "db": { "host": "127.0.0.1", "user": "", "password": "", "database": "ccio", "port":3306 }, "mail":{ "service": "gmail", "auth": { "user": "[email protected]", "pass": "your_password_or_app_specific_password" } }, "cron":{ "key":"change_this_to_something_very_random__just_anything_other_than_this" }, "mqtt": { "verbose": true, "url": "mqtt://192.168.1.186:1883", "mqtt_options": { "username": "test," "password": "test" }, "topic": "shinobi", "filterplugs": ["pir1", "pir2", ...], "toMqttMessage": { "key": "key", "name": "name", "details": "details", "currentTimestamp": "currentTimestamp", "plug": "plug", "name": "mon.name" }, "triggerTopics": { "motionsensor/pir1/out": { "monitorid": "monitorid", "groupkey": "groupkey" }, "pluginKeys":{} }
  6. I was trying to get the http request sender to work but when I hit the test button it says its succesful but at the http server end I dont see it.......
  7. Thanks guys. Yes I use HA to turn on and off the recording as well. I use node-red for all my automations and used to use a http in node to etc stuff from xeoma for a long time until it broke and http stuff had hiccups. I then install mqtt and went from there. I havent tried http directly into HA but will investigate.....
  8. Hi guys. I had Xoema running on a spare machine I had and it has died so looking at adding it via this docker to Unraid. However in my old setup I was using a MQTT client to pass motion detection to my home assistant install. Not being a docker expert, how can I had Mosquito (or other suggestions) to this docker so I can make it work

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.