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.

nacat78

Members
  • Joined

  • Last visited

  1. I still have to access unbalance through https vice http, is there going to be an update to the plugin to either fix the hyperlink on unbalance page or fix http?
  2. no worries, thanks it's working now..
  3. Attempted to get the update, but am getting this: plugin: installing: https://raw.githubusercontent.com/jbrodriguez/unraid/master/plugins/unbalance.plg plugin: downloading https://raw.githubusercontent.com/jbrodriguez/unraid/master/plugins/unbalance.plg plugin: downloading: https://raw.githubusercontent.com/jbrodriguez/unraid/master/plugins/unbalance.plg ... done Warning: simplexml_load_file(): /tmp/plugins/unbalance.plg:1: parser error : Document is empty in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 214 Warning: simplexml_load_file(): in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 214 Warning: simplexml_load_file(): ^ in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 214 Warning: simplexml_load_file(): /tmp/plugins/unbalance.plg:1: parser error : Document is empty in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 214 Warning: simplexml_load_file(): in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 214 Warning: simplexml_load_file(): ^ in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 214 Warning: simplexml_load_file(): /tmp/plugins/unbalance.plg:1: parser error : Document is empty in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 214 Warning: simplexml_load_file(): in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 214 Warning: simplexml_load_file(): ^ in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 214 plugin: xml parse error Just wanted to let you know..
  4. +1 for one drive and Google Drive dockers. Thanks
  5. FYI, you still have appstore mentioned on the CA settings page. Wasn't sure if this was supposed to change everywhere or just the Tab.
  6. Just updated the Local Master plugin and instantly got: Warning: require_once(include/DefaultPageLayout.php): failed to open stream: No such file or directory in /usr/local/emhttp/plugins/dynamix/template.php on line 56 Fatal error: require_once(): Failed opening required 'include/DefaultPageLayout.php' (include_path='.:') in /usr/local/emhttp/plugins/dynamix/template.php on line 56 unable to access webgui, but everything else is still working.... ie dockers and smb/nfs shares.... is there a CLI update or fix that i can apply to regain access to webgui? unable to reboot now due to some maintenance of server and need to see progress. Thanks for any assistance...
  7. That's what I do these days. I just use SyncBack on a Windows machine to do the backups. Wrote a little script to automatically turn on the backup server; then run Syncback to execute the backup "profile". I suspect it's not too difficult to write a simple Linux script that would execute at a specified time to run a sync between two servers ... but I'm not a "Linux guy" and haven't bothered to do this. It'd be nice if it was a built-in feature in UnRAID ... might even sell a few extra systems to those who'd like the convenience of an automated backup to a 2nd UnRAID server +1 That's what i am working on now, I've gotten a few people in my area to invest in unRaid setup and plan on making a larger backup server off-site to backup the unraid systems around my area.. would be nice to have a baked in feature that supports backup to another unraid setup.
  8. i found one of the docker hub "jinglemansweep/logitechmediaserver" and got it to work on port 9000. might be able to get to work for what you need.
  9. Serious? I never advertise that! I liked Deluge too, so I dropped it. Grumpy, let us know about your docker; I'll gladly include that in the templates row! I'm always searching for things I'm interested in before trying to reinvent the wheel...
  10. my-Transmission.xml <?xml version="1.0" encoding="utf-8"?> <Container> <Name>Transmission</Name> <Repository>gfjardim/transmission</Repository> <BindTime>true</BindTime> <Privileged>false</Privileged> <Networking> <Mode>bridge</Mode> <Publish> <Port> <HostPort>9091</HostPort> <ContainerPort>9091</ContainerPort> <Protocol>tcp</Protocol> </Port> </Publish> </Networking> <Environment> <Variable> <Name></Name> <Value></Value> </Variable> </Environment> <Data> <Volume> <HostDir>/mnt/cache/apps/transmission/</HostDir> <ContainerDir>/config</ContainerDir> <Mode>rw</Mode> </Volume> <Volume> <HostDir>/mnt/user/_unsorted/</HostDir> <ContainerDir>/downloads</ContainerDir> <Mode>rw</Mode> </Volume> </Data> </Container> Just need to edit your container/host folders and save as my-Transmission.xml in /boot/config/plugins/docker folder
  11. I have gfjardim / transmission docker up and working with no issues, also using a needo / deluge docker for torrents
  12. Did you try this: http://lime-technology.com/forum/index.php?topic=31297.0 ? I will create a badass PXE Server that uses Tiny Core Linux and a HTTP Server (faster than tftpboot) for Menus and isos / images. I will work on it tomorrow and post it for all of you to test. Perhaps gfjardim wouldn't mind creating a slick WebGUI for adding / removing images and configuring the PXE Menu. I can get it close but he will need to take it the last mile. NOTE: I am not going to support this long term so one of you will have to take it and own it. SWEET Can't wait to try it +1 Same here, still using your PXE server setup and menus from V5 then updated packages for V6 and all is still working great.
  13. https://github.com/menghan/airvideo-server-in-docker
  14. If it's a docker, then it already works. Are you asking someone to do it in tiny core linux or phusion instead of Ubuntu? i cannot get it to work for unraid docker - have you tried?
  15. Requesting AirVideo Docker - found this on github instructions for ubuntu cd airvideo-server docker pull ubuntu docker build -t my-airvideo-server . docker run -d -u avuser -e LANG=C.UTF-8 -p 45631:45631 -p 46631:46631 -v /path/to/my/movies:/Movies my-airvideo-server airvideo-server dockerfile # ref: http://www.inmethod.com/forum/posts/list/1856.page FROM ubuntu:14.04 MAINTAINER menghan ADD multiverse.sources.list /etc/apt/sources.list.d/ RUN apt-get update RUN apt-get -y upgrade # dependicies of airvideo RUN apt-get -y --no-install-recommends install libmp3lame0 libx264-dev libfaac0 faac openjdk-6-jre avahi-daemon # install fonts RUN apt-get -y --no-install-recommends install ttf-wqy-microhei fonts-dejavu # curl RUN apt-get -y --no-install-recommends install curl # airvideo server's files ADD AirVideoServerLinux.properties /opt/airvideo-server/ ADD airvideo-server.service /etc/avahi/services/ ADD airvideo-server /usr/bin/ RUN mkdir -p /opt/airvideo-server/bin RUN curl -s http://s3.amazonaws.com/AirVideo/Linux-2.4.6-beta3/AirVideoServerLinux.jar -o /opt/airvideo-server/AirVideoServerLinux.jar # compile avconv RUN apt-get install -y build-essential libmp3lame-dev libfaac-dev yasm pkg-config && \ cd /tmp && \ curl -s http://s3.amazonaws.com/AirVideo/Linux-2.4.6-beta3/libav.tar.bz2 -o libav.tar.bz2 && \ tar xf libav.tar.bz2 && \ cd libav && \ ./configure --enable-pthreads --disable-shared --enable-static --enable-gpl --enable-libx264 --enable-libmp3lame --enable-nonfree --enable-libfaac && \ make -j4 && \ strip -s -o /opt/airvideo-server/bin/avconv /tmp/libav/avconv && \ apt-get purge -y build-essential libmp3lame-dev libfaac-dev yasm pkg-config && \ apt-get autoremove -y && \ apt-get autoclean && \ rm -rf /tmp/libav.tar.bz2 /tmp/libav # add user RUN adduser --uid 1000 --group --system avuser RUN mkdir -p /home/avuser/.air-video-server RUN chown avuser:avuser /home/avuser/.air-video-server Is it possible to adapt this to use in unraid setup

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.