-
[Plugin] unbalanced
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?
-
[Plugin] unbalanced
no worries, thanks it's working now..
-
[Plugin] unbalanced
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..
-
[Support] binhex - General
+1 for one drive and Google Drive dockers. Thanks
-
[Plug-In] Community Applications
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.
-
Dynamix - V6 Plugins
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...
-
Backups
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.
-
Docker requests
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.
-
Docker requests
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...
-
Docker requests
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
-
Docker requests
I have gfjardim / transmission docker up and working with no issues, also using a needo / deluge docker for torrents
-
Docker requests
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.
-
Docker requests
https://github.com/menghan/airvideo-server-in-docker
-
Docker requests
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?
-
Docker requests
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