Everything posted by gfjardim
-
[CONTAINER] CrashPlan & CrashPlan-Desktop
Hey gfjardim, Can you explain the difference between this: https://github.com/gfjardim/docker-crashplan and this: https://github.com/gfjardim/docker-containers/tree/master/crashplan They are no longer in sync. Thanks! The second one is what I'm using to build the container; the other is just a leftover that I forgot/didn't had time to erase.
-
[CONTAINER] CrashPlan & CrashPlan-Desktop
[glow=red,2,300]UPDATE:[/glow] - Crashplan updated to 3.6.4.
-
Docker requests
Please post the log of your container. (Please open another thread.)
-
Docker requests
If your unMenu is set to use port 8080, you should set the host port of the container to anything but. Just remembering, Syncthing uses HTTPS in the webui.
-
Docker requests
I wonder... Is it even doable? Can we pass the tuner to the container? Yes, it's possible, but you will need to recompile the unRAID kernel for multimedia support and install the tuner driver in the host, not in the docker container.
-
[CONTAINER] CrashPlan & CrashPlan-Desktop
This is not needed. CP by default bind it's control port to 127.0.0.1:4243. In this case, it's only reachable from the local host, therefore the need of use SSH tunneling to reach it. The container bind CP control port to 0.0.0.0:4243, so it's reachable from all IP addresses. Just uncomment and set properly the servicePort and the serviceHost variables.
-
Docker requests
If you never complain, it never gets fixed.... I think I fixed it. Please try again.
-
Project unRAIDIO
Oh, man, that's sad. Many people live their religion with too much gilt/sin in sight, not just the sense of right and wrong. Maybe in your case it has more to do with jealousy than religion. People can use religion to excuse/cover up pretty much anything.
-
[CONTAINER] CrashPlan & CrashPlan-Desktop
Because it requires a change in the configuration (already done by the container) and is less safe. You should put a password in the Gui to level up the security.
-
Project unRAIDIO
Take a look at that link I posted. It could save you a lot of time/trouble.
-
Project unRAIDIO
Do you have any ideas no how do you will store your hdd into it? May I suggest http://www.newegg.com/Product/Product.aspx?Item=N82E16816111045
-
Project unRAIDIO
If I can make a suggestion, in the place of that dial you could put a "gauge" showing drive temperature or total used space. https://www.tindie.com/products/TheRengineer/analog-gauge-stepper-breakout-board/
-
Docker requests
Take a look a this: https://github.com/clinton-hall/nzbToMedia/wiki/Transcoder I've never played with it, but needo's SABnzbd container already have ffmpeg, so it should be easy to implement.
-
Docker requests
Okay Has anyone tried making a docker for makeMKV? I know there is a linux version, but it looks like it needs compiled, and they usually have a new version about once/month, so it probably will need 'constant' maintenance. I'm not sure if building one will be easy or good, but I'd really like to put the work of creating my mkv files onto my unRAID box, and not have to continue doing it on my laptop, over wifi, which takes forever. maybe this helps one get started... http://www.makemkv.com/forum2/viewtopic.php?f=3&t=2047 I have latest makemkvcon installed on unraid, still playing with it........ But it looks good. Sent from my iPhone using Tapatalk 2 This will have to wait docker v.1.1 upgrade, where the new --device flag will be available. jonp promissed that to the next beta, if I'm not mistaken.
-
Docker requests
This is a sad news, but think about it, Grumpy, you are hurting the users here, not LT. I DO agree with some positions you rage for, but take a look at the other solutions we have at our disposal; everyone of them is crippled someway and community work is essential to make them usable. Synology, QNAP FreeNAS, all of them are imperfect. We are helping each other here, not LT. Take me for an example: I'm a lawyer, I'm not an engineer or a coder. I try to do my best to help others like me. I invest some of my free time to learn how to code; I haven't used PHP for 10 years or so, since the students website at the university, so I had to learn everything again to make the Docker's Config Plugin. I don't hold any grudge on LT for the lack of features. I just want to make easier for me and others to do what we want, store and watch media. So please take some perspective and don't let your disagreements with LT hold you back from helping us. You're a very skilled person, and can be much more helpful here than me.
-
[CONTAINER] CrashPlan & CrashPlan-Desktop
Just tested and accepted the committed update by ljm42. Details on the first post. Thanks!
-
Docker requests
It's here: https://github.com/gfjardim/docker-transmission If there's interest, I'll convert it to phusion and add to the plugin. Thanks nacat78 for your xml.
-
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!
-
[CONTAINER] CrashPlan & CrashPlan-Desktop
Thanks! I upgraded to the current Docker and it is synchronizing now. I see the .identify file outside of the Docker, thanks! Oh cool, this is using phusion now too. I don't mean to be a pain... but I wanted to ask about this article: http://support.code42.com/CrashPlan/Latest/Troubleshooting/CrashPlan_Runs_Out_Of_Memory_And_Crashes It references some log files here: /usr/local/crashplan/log/service.log.# and run.conf: /usr/local/crashplan/bin/run.conf How would you feel doing the copy/link thing with the /config directory for those? Thanks again! The logs are already in the config directory. I'm using the default settings, that is a minimum of 512M and a maximum of 1024M. Do you have any problems with those values?
-
[CONTAINER] CrashPlan & CrashPlan-Desktop
If you're on Windows, make a copy of your Crashplan installation directory and make the changes appointed in the first message of this topic.
-
[CONTAINER] CrashPlan & CrashPlan-Desktop
Just updated this. The id is now stored on the /config directory. Please take a look at the Docker's page to see the command line syntax change.
-
[CONTAINER] CrashPlan & CrashPlan-Desktop
I've done that, but will test a little more to see if it sticks.
-
[CONTAINER] CrashPlan & CrashPlan-Desktop
I do backup my user share, it's a lot less trouble to configure, no hiccups since ever.
-
[CONTAINER] CrashPlan & CrashPlan-Desktop
Just removed the log from supervisor.conf file.
-
[CONTAINER] CrashPlan & CrashPlan-Desktop
Ok, I found the error and submitted to the Docker Registry. Please remove the container and the image, then add the container again. docker rm -f crashplan docker rmi gfjardim/crashplan Thanks.