January 7, 201511 yr Smdion, thanks for your dockers!!! Could you make the HTPCManager docker switchable, so that we can use hellowlol´s fork if we want to? Cheers
January 7, 201511 yr Author Smdion, thanks for your dockers!!! Could you make the HTPCManager docker switchable, so that we can use hellowlol´s fork if we want to? Cheers I should re-name it, but its the NZBDrone variable.
January 8, 201511 yr Great resource this post - that said, I have a really silly question; I've managed to add my first docker container by adding a docker image and then adding one of your dockers from the repo. My silly question is - do I need a second docker.img for a second docker container/application, or do I add a second application to the same docker.img? Thank you.
January 8, 201511 yr Author Great resource this post - that said, I have a really silly question; I've managed to add my first docker container by adding a docker image and then adding one of your dockers from the repo. My silly question is - do I need a second docker.img for a second docker container/application, or do I add a second application to the same docker.img? Thank you. They are all housed in the same docker.img
January 9, 201511 yr so i guess the correct question should be now is whether smdion can add psutil to the image or not. pip install psutil should do the trick, right after pulling pillow. Added Is VNstats has finally been added to HTPC-Manager ?? I didn't read all the changes and threads... No, it isn't. I haven't had the time. Feel free to make a pr
January 10, 201511 yr smdion, can you take a look at this please and help me out with the startup files. at present i'm just using the init.d files to start nginx and php, that's not good cos it's throwing up a system error, it does however work. https://github.com/sparklyballs/piwigo
January 15, 201511 yr Author what's paramiko ? Hellowlol is working on getting VNSTAT in his branch of HTPC-Manager. Its an SSH implementation so HTPC manager can connect to another device over SSH and query the VNSTAT database to get bandwidth info.
January 15, 201511 yr what's paramiko ? Hellowlol is working on getting VNSTAT in his branch of HTPC-Manager. Its an SSH implementation so HTPC manager can connect to another device over SSH and query the VNSTAT database to get bandwidth info. cool, i'm not stalking your repo, honestly lol. i was playing with a test build and hit the refresh info and saw htpcmanager was blue so checked it out.
January 15, 201511 yr Author what's paramiko ? Hellowlol is working on getting VNSTAT in his branch of HTPC-Manager. Its an SSH implementation so HTPC manager can connect to another device over SSH and query the VNSTAT database to get bandwidth info. cool, i'm not stalking your repo, honestly lol. i was playing with a test build and hit the refresh info and saw htpcmanager was blue so checked it out. Sure
January 15, 201511 yr what's paramiko ? Hellowlol is working on getting VNSTAT in his branch of HTPC-Manager. Its an SSH implementation so HTPC manager can connect to another device over SSH and query the VNSTAT database to get bandwidth info. cool, i'm not stalking your repo, honestly lol. i was playing with a test build and hit the refresh info and saw htpcmanager was blue so checked it out. Sure i did fork it when i was looking at flexget
January 18, 201511 yr what's paramiko ? Hellowlol is working on getting VNSTAT in his branch of HTPC-Manager. Its an SSH implementation so HTPC manager can connect to another device over SSH and query the VNSTAT database to get bandwidth info. Stalking is fine, I even wrote script that compares all forks branches vs origin and and opens that branch in my browser lol.
January 18, 201511 yr Hi smdion, I'm trying to get upstatsboard running and haven't yet been successful. I've gotten as far as having the logs tell me it's trying to communicate w/ sab (or others...) and then it just hangs there and I cannot ever make contact with :8024 . API keys are correct, etc, so I'm stumped. I am so far not using any reverse proxy. Using SAB/SickBeard/CouchPotato/Plex dockers from needo and all is working fine between those. I understand that the config parser is picky. If it's not too much trouble, would you be willing to post your docker upstatsboard config.js without the uname/pwd's ? I'd like to see if I could take a template that's working, mod my uname/pwd and host, and get it working. Thanks! -Jim
January 21, 201511 yr Hi smdion, I'm trying to get upstatsboard running and haven't yet been successful. I've gotten as far as having the logs tell me it's trying to communicate w/ sab (or others...) and then it just hangs there and I cannot ever make contact with :8024 . API keys are correct, etc, so I'm stumped. I am so far not using any reverse proxy. Using SAB/SickBeard/CouchPotato/Plex dockers from needo and all is working fine between those. I understand that the config parser is picky. If it's not too much trouble, would you be willing to post your docker upstatsboard config.js without the uname/pwd's ? I'd like to see if I could take a template that's working, mod my uname/pwd and host, and get it working. Thanks! -Jim While I have no idea how to set up upstatsboard, you could try Htpc manager, it should support most of the features and the setup is very easy.
January 22, 201511 yr Thanks Hellow! I've given HTPC-Manager a try, and it's working nicely for me. Good stuff! Thanks again
January 28, 201511 yr so i guess the correct question should be now is whether smdion can add psutil to the image or not. pip install psutil should do the trick, right after pulling pillow. Added Is VNstats has finally been added to HTPC-Manager ?? I didn't read all the changes and threads... Its finally added:)
January 28, 201511 yr so i guess the correct question should be now is whether smdion can add psutil to the image or not. pip install psutil should do the trick, right after pulling pillow. Added Is VNstats has finally been added to HTPC-Manager ?? I didn't read all the changes and threads... Its finally added:) Hellow : So VNStat is now inside your Fork of HTPC ?? amazing! EDIT: I just tested it. It seems to work, except for the "Live" speed. In the VNStat config Page of HTPC manager, there is no place to specify what Interface I want to monitor (in my case it's eth1 instead of eth0). Probably that you assume it's eth0... if you could add a "Interface" in the configuration and then use that as the Interface when we cousult the page, that would be awesome! @smdion: I had a trouble with the docker of HTPC-Manager; when there is a update to the docker, it always lost all the configuration! Is this normal ?
January 28, 201511 yr Author Hellow : So VNStat is now inside your Fork of HTPC ?? amazing! EDIT: I just tested it. It seems to work, except for the "Live" speed. In the VNStat config Page of HTPC manager, there is no place to specify what Interface I want to monitor (in my case it's eth1 instead of eth0). Probably that you assume it's eth0... if you could add a "Interface" in the configuration and then use that as the Interface when we cousult the page, that would be awesome! My interface is em0 and it works..... I just pointed it at the database location and it knew what to do. I'm pretty sure the live data is front that as well @smdion: I had a trouble with the docker of HTPC-Manager; when there is a update to the docker, it always lost all the configuration! Is this normal ? hmmmm. so not updating from inside HTPC-Manager, but update from DockerMan?
January 28, 201511 yr Hellow : So VNStat is now inside your Fork of HTPC ?? amazing! EDIT: I just tested it. It seems to work, except for the "Live" speed. In the VNStat config Page of HTPC manager, there is no place to specify what Interface I want to monitor (in my case it's eth1 instead of eth0). Probably that you assume it's eth0... if you could add a "Interface" in the configuration and then use that as the Interface when we cousult the page, that would be awesome! My interface is em0 and it works..... I just pointed it at the database location and it knew what to do. I'm pretty sure the live data is front that as well @smdion: I had a trouble with the docker of HTPC-Manager; when there is a update to the docker, it always lost all the configuration! Is this normal ? hmmmm. so not updating from inside HTPC-Manager, but update from DockerMan? Yes, when there is a dockerMan "update". Regarding the VNstat, I worked with hellow in PM. I had to put my "default" interface in the config to "eth1" and now live speed is OK.
January 28, 201511 yr so i guess the correct question should be now is whether smdion can add psutil to the image or not. pip install psutil should do the trick, right after pulling pillow. Added Is VNstats has finally been added to HTPC-Manager ?? I didn't read all the changes and threads... Its finally added:) Hellow : So VNStat is now inside your Fork of HTPC ?? amazing! EDIT: I just tested it. It seems to work, except for the "Live" speed. In the VNStat config Page of HTPC manager, there is no place to specify what Interface I want to monitor (in my case it's eth1 instead of eth0). Probably that you assume it's eth0... if you could add a "Interface" in the configuration and then use that as the Interface when we cousult the page, that would be awesome! @smdion: I had a trouble with the docker of HTPC-Manager; when there is a update to the docker, it always lost all the configuration! Is this normal ? Are you updating via git and is gir cleanup checked?
January 29, 201511 yr Author hmmm i specify --datadir to /config. Not sure what else I can point to host storage. Any ideas hellow (since you've forked the thing) Do you know of any other files that need to be persistent after removing the container?
February 4, 201511 yr Potiential bug report in DDClient Docker: My DDClient was not updating my IP so I rooted around a bit. According to the Dockerfile, the config file link is placed at /etc/ddclient.conf ln -s /config/ddclient.conf /etc/ddclient.conf but the /etc/init.d/ddclient file is set for .conf file to be at /etc/ddclient/ddclient.conf #!/bin/sh # # Start ddclient that provides support for updating dynamic DNS services. # # Submitted by paolo martinelli DDCLIENT=/usr/sbin/ddclient CONF=/etc/ddclient/ddclient.conf PIDFILE=/var/run/ddclient.pid ..... when I copied the conf file from /etc/ddclient.conf to /etc/ddclient/ddclient.conf and restarted the container my IP updated instantly. Hope this helps, Thanks once again for such great docker containers. The Capt.
Archived
This topic is now archived and is closed to further replies.