Everything posted by sparklyballs
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
;D I'm dyin' here! ;D Serious question, which I'm sure the internet knows but I'm too lazy to ask, what happens if you have 2 identical user names with different hashes? Do they both work? Neither? Only 1st listed? Only last? I AM NOT SWEDISH!! > :'( hurdy gurdy
-
[Support] Linuxserver.io - Beets
Pushed an update to beets that "should" resolve this.
-
[Deprecated] Linuxserver.io - CouchPotato
wait for the update.
-
[Support] Linuxserver.io - Tautulli
Our containers used to autoupdate on restart, but we were having too many issues caused by it and we dropped it. To allay users wanting to be on the latest version etc, we switched to a weekly refresh of our images. Any code changes we make to the Dockerfile or attendant files would be available to see in the git commit history and/or the changelog in the docker information tab in Community Applications for the particular container.
-
[Support] Linuxserver.io - Syncthing
switched to building from source now using the latest release tag from syncthing github, pull the new update just released. this should let us track updates now and keep the benefits of alpine's smaller image sizes.
-
[Support] Linuxserver.io - NZBHydra
I had this myself, i exec'ed into the container with docker exec -it hydra bash and did rm /config/hydra/nzbhydra.log.1 , restarted the container and tried the update again
-
[Support] Linuxserver.io - SABnzbd
Thank you for your quick reply! I seem to have figured it out enough for it to work. Requested a TV episode from Sonarr, that triggered SAB to download it. After the download finished, Sonarr moved the file into its sub-folder. Is there a way for SAB to do auto-convert an MKV file to MP4? Or a way for Sonarr to do that? see http://lime-technology.com/forum/index.php?topic=43601.msg511292#msg511292
-
[Support] Linuxserver.io - Sonarr
Please make a issue on github. And I'll look into it tomorrow. Thanks! Issue posted along with this comment: it might make sense to have NZBGet / SABnzbd support this rather than each PVR application. Ultimately I'm looking for a way to automate the remux process to help out my processor and limit transcoding requirements for Plex. Where that lives, I'm not sure I care too much (personally). hi, I was wondering if this was ever integrated in one or the other way? right now I'm trying to find a docker for it, but till now without much success. since I have not seen anything since my post I decided to look into it myself and came up with the attached script which is installing all dependencies for mp4_automator. currently I'm using it with a local build docker file based on need's sonar dockerfile. also it still require the manual download of the scripts itself. I'm sure the specialists here could fine tune the script. anyhow just in case someone is interested in integrate it to the docker. This came up in a search. I just got Sonarr and SAB running and I'm looking for a way to auto convert MKV to MP4. Is there an easier way to do this? Has sickbeard_mp4_automator been implemented in any of the Sonarr or SAB dockers? mp4_automator is not in linuxserver download type containers
-
[Support] Linuxserver.io - SmokePing
freaks......
-
[Support] Linuxserver.io - SmokePing
https://github.com/linuxserver/docker-smokeping/pull/11
-
[REPO] LinuxServer.io Docker Repo
Welcome to some of our new members saarg, aptalca, asshopo (teh fack on the name, lol)
-
[Support] Linuxserver.io - MariaDB
This docker has been rebased to ubuntu xenial with s6 overlay, please make sure you backup your appdata first before you update to this latest image. For more information, please read : http://lime-technology.com/forum/index.php?topic=50793.0
-
[Support] Linuxserver.io - Deluge
Errrr..... thanks. It doesn't really help us to get to the bottom of any problems though does it? And seeing as you've never actually posted in the deluge support thread reporting anything I guess I can only apologise that our psychic powers have failed. needo's image also hasn't been updated in over a year, but I've heard he's got a better head of hair than me though... My suggestion would be to continue using needo's image then. i've seen table tennis balls with better hair than you chbmb
-
[Support] Linuxserver.io - SABnzbd
The docker image uses whatever the latest version is available in the sabnzbd ppa , https://launchpad.net/~jcfp/+archive/ubuntu/ppa , at the time of building. We refresh images via cron job on our jenkins server weekly at or about 11pm uk time on fridays.
-
[Support] Linuxserver.io - SABnzbd
While I suppose its possible that it unRaid's fault, its far more likely that Hollywood is issuing more takedown requests. Perhaps post on universal studios forum ?
-
[Support] Linuxserver.io - Plex Media Server
lol. please explain for us mere mortals Sparklyballs is just patting himself on the back for the 1M pulls. Egomaniac and all. i didn't have much to do with plex docker as it happens. i rewrote some of it when it was rebased.
-
[Support] Linuxserver.io - Plex Media Server
woah...
-
[Support] Linuxserver.io - Beets
This docker has been rebased to alpine with s6 overlay, please make sure you backup your appdata first before you update to this latest image. For more information, please read : http://lime-technology.com/forum/index.php?topic=50793.0
-
[Support] Linuxserver.io - SABnzbd
not to my knowledge. of the ones i've seen they either use the repo version of par2 or compile par2cmdline which is the repo version anyways.
-
[Support] Linuxserver.io - SABnzbd
This docker doesn't support multicore par2 , and after discussions with a contributor to the sabnzbd project, the old compiled multicore that was used in the container before it was rebased is old and no longer maintained. Long story short, it's not going to support multicore par2 anytime soon.
-
[Support] Linuxserver.io - Mylar
it is development branch and the docker is set up to use the master branch. we don't support that.
-
[Support] Linuxserver.io - Transmission
curl has now been added to the image.
-
[Support] Linuxserver.io - Transmission
For something trivial like curl, i'll add to the package list for the docker image.
-
[Support] Linuxserver.io - Transmission
can you test the following ? docker exec -ti transmission bash to give you command line inside the docker, then run. apk add --no-cache curl followed by exit. restart the docker and try your command again.
-
[Support] Linuxserver.io - Kodi-Headless
that doesn't explain exactly the same issue on an ubuntu based image of kodi-headless Jarvis. http://lime-technology.com/forum/index.php?topic=42439.msg493789#msg493789 ^^^ that image is ubuntu based, the only thing keeping it up is the --restart=always option in the run command. take that out and the whole container crashes with the same problem. any update? per kodi dev.. ask does it segfault without the headless 'hack' ? it won't run in the docker environment without the headless "hack" or a frame buffer etc. someone in the linuxserver.io irc channel is running a container with xvfb