Everything posted by sparklyballs
-
[Deprecated] Linuxserver.io - CouchPotato
but then it'd be off.
-
[Support] Linuxserver.io - Transmission
i'm convinced too.
-
[Support] Linuxserver.io - Jackett
yes, restarting the container will fetch any updates at startup.
-
[REPO] LinuxServer.io Docker Repo
i got it working by bridging 443 port added a beta template in CA.
-
[REPO] LinuxServer.io Docker Repo
took out the ssl redirect as it wasn't working at all when you changed port 80. so it's back to :80
-
[REPO] LinuxServer.io Docker Repo
have to talk to the nginx/apache guy on our team. something not right with the default.conf. try subbing the :80 part for :443
-
[REPO] LinuxServer.io Docker Repo
docker create --name=rutorrent -v <path to config>:/config -v <path to downloads>:/downloads -e PGID=100 -e PUID=99 -p 9527:9527 -p 45566-45576:45566-45576 lsiodev/rutorrent thanks! Installed fine with the settings picture below but I can't get to the webui at port 9527 which I believe is the right one as you bridged it. ----------------------------------- _ _ _ | |___| (_) ___ | / __| | |/ _ \ | \__ \ | | (_) | |_|___/ |_|\___/ |_| Brought to you by linuxserver.io ----------------------------------- GID/UID ----------------------------------- User uid: 99 User gid: 100 ----------------------------------- We are now refreshing packages from apt repositorys, this *may* take a while Update: OK generating self-signed keys in /config/keys, you can replace these with your own keys if required Already up-to-date. Jan 27 09:34:40 05437ea3544d syslog-ng[152]: syslog-ng starting up; version='3.5.3' Jan 27 09:39:01 05437ea3544d /USR/SBIN/CRON[169]: (root) CMD ( [ -x /usr/lib/php5/maxlifetime ] && [ -x /usr/lib/php5/sessionclean ] && [ -d /var/lib/php5 ] && /usr/lib/php5/sessionclean /var/lib/php5 $(/usr/lib/php5/maxlifetime)) ----------------------------------- _ _ _ | |___| (_) ___ | / __| | |/ _ \ | \__ \ | | (_) | |_|___/ |_|\___/ |_| Brought to you by linuxserver.io ----------------------------------- GID/UID ----------------------------------- User uid: 99 User gid: 100 ----------------------------------- We are now refreshing packages from apt repositorys, this *may* take a while ----------------------------------- _ _ _ | |___| (_) ___ | / __| | |/ _ \ | \__ \ | | (_) | |_|___/ |_|\___/ |_| Brought to you by linuxserver.io ----------------------------------- GID/UID ----------------------------------- User uid: 99 User gid: 100 ----------------------------------- We are now refreshing packages from apt repositorys, this *may* take a while Update: OK using keys found in /config/keys Updating ac064a4..e7b4e5b Fast-forward plugins/extsearch/engines/RUTracker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 plugins/extsearch/engines/RUTracker.php Jan 27 09:45:34 05437ea3544d syslog-ng[128]: syslog-ng starting up; version='3.5.3' https://www.dropbox.com/s/vziyw9lyx7am33m/Capturert.JPG?dl=0 my bad, the webui is port 80 add in -p <your-chosen port>:80
-
[REPO] LinuxServer.io Docker Repo
docker create --name=rutorrent -v <path to config>:/config -v <path to downloads>:/downloads -e PGID=100 -e PUID=99 -p 9527:9527 -p 45566-45576:45566-45576 lsiodev/rutorrent
-
docker compose?
https://docs.docker.com/compose/install/ Install Docker Engine version 1.7.1 or greater:
-
[Support] Linuxserver.io - NZBHydra
nope. settings for apache reverse proxy <Location /hydra/> ProxyPass http://192.168.1.10:5075/hydra/ ProxyPassReverse http://192.168.1.10:5075/hydra/ </Location> and in hydra you have to put in the base url setting http://example.com/hydra substituting example.com for your domain.
-
[Support] Linuxserver.io - Serviio
Updated to 1.6 Note: the webui has now changed from :8780 to :23423/console
-
[REPO] LinuxServer.io Docker Repo
can you just post the link for whatever it is in here for those of us without a plex forum account.
-
[CONTAINER] CrashPlan & CrashPlan-Desktop
v5 completely drops the ability to backup to one central place locally before backing up to crashplan itself.
-
[Support] Linuxserver.io - OpenVPN AS
you can't connect to the lan page over wan.
-
[Support] Linuxserver.io - daapd
they've definitely changed something. disabling it and running on my test system which has ipv6 support, it still registers an ipv6 address.
-
[Support] Linuxserver.io - daapd
only sometime between 18 days ago and today is that the case, they changed something in that period. had it running myself on unraid with the settings out the box so to speak when i made the last update to the image 18 days ago. testing changing it by default to no.
-
UPDATE: Current users of smdion's Repo
Mike install Community Applications plugin and all will become much much clearer.... Like he said. CHBMB is just too quick for me! Darling... Is that you? ^^ slut
-
[Support] Linuxserver.io - MariaDB
i'm extremely averse to doing that, people use mariadb for more than just owncloud and there is no way of telling what implications those settings have for other apps that want to use it.
-
[Support] Linuxserver.io - MariaDB
probably because his mariadb is not up to date.
-
[Support] Linuxserver.io - MariaDB
that's an owncloud snafu. https://forum.owncloud.org/viewtopic.php?f=31&t=28370
-
[Support] Linuxserver.io - SABnzbd
they're both in the docker. 2015-12-27 20:20:45,885::INFO::[sabnzbdplus:518] nice binary... found (/usr/bin/nice) 2015-12-27 20:20:45,885::INFO::[sabnzbdplus:522] ionice binary... found (/usr/bin/ionice)
-
[Support] Linuxserver.io - SABnzbd
no, the docker updates on restart, but the version in the sabnzbd repo is apt-cache madison sabnzbdplus sabnzbdplus | 0.8.0~beta3-0ubuntu1~jcfp2~trusty | http://ppa.launchpad.net/jcfp/ppa/ubuntu/ trusty/main amd64 and that's the "offficial" sab repo.
-
[Support] Linuxserver.io - MariaDB
i've just pushed a build to the dockerhub to mitigate this while we work on a permanent fix, i believe i the issue is related to not being able to answer a dialog when updating to a later version of mariadb. hopefully pulling the newer build shouldn't affect your data.
-
[Support] Linuxserver.io - MariaDB
is appData share set to cache only ?
-
[Support] Linuxserver.io - MariaDB
command line docker exec -it mariadb bash mysql -uroot -p CREATE USER 'kodi' IDENTIFIED BY 'kodi'; GRANT ALL ON *.* TO 'kodi'; flush privileges; exit exit