linuxserver.io

Community Developer
  • Posts

    202
  • Joined

  • Days Won

    7

Everything posted by linuxserver.io

  1. Application Name: Shout Application Site: http://shout-irc.com/ Docker Hub: https://hub.docker.com/r/lsiocommunity/shout-irc/ Github: https://github.com/linuxserver/docker-shout-irc Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, rather use the linuxserver.io forum for support.
  2. Hydra, Jackett & Mylar have now been released.... See the first page of this thread for links..
  3. Application Name: NZBHydra Application Site: https://github.com/theotherp/nzbhydra Docker Hub: https://hub.docker.com/r/linuxserver/hydra/ Github: https://github.com/linuxserver/docker-hydra Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, instead head to linuxserver.io to see how to get support.
  4. Application Name: Jackett Application Site: https://github.com/Jackett/Jackett Docker Hub: https://hub.docker.com/r/linuxserver/jackett/ Github: https://github.com/linuxserver/docker-jackett Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, instead head to linuxserver.io to see how to get support.
  5. Application Name: Mylar Application Site: https://github.com/evilhero/mylar Docker Hub: https://hub.docker.com/r/linuxserver/mylar/ Github: https://github.com/linuxserver/docker-mylar Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, instead head to linuxserver.io to see how to get support.
  6. Creating an Unraid Virtual Machine to run on an Unraid Host DISCLAIMER: This should be considered experimental and we are not responsible for any data loss in the event of problems.
  7. Application Name: Serviio Application Site: http://serviio.org/ Docker Hub: https://hub.docker.com/r/lsiocommunity/serviio/ Github: https://github.com/linuxserver/docker-serviio 21/01/2016 - Updated to 1.6: Note.. the webui has now changed from :8780 to :23423/console Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, rather use the linuxserver.io forum for support.
  8. This docker requires a code from musicbrainz so that the database can be updated from their servers. BEFORE ADDING THIS DOCKER Go the metabrainz site and click non-commercial. Then create an account like so. Go through the pages, filling in as appropriate.. Then generate your access token like so... Select, and copy this access token, you'll need it for the next bit. NOW ADD THE DOCKER You'll need to click the advanced tab and paste your access token into the BRAINZCODE section under Environmental Variables like so. Map your two folders to appropriate locations as normal and then click create. The docker will then generate a blank postgres data structure, download the latest data dump from musicbrainz and then import the data. THE DOWNLOAD MAY BE UP TO 5GB AND THE PROCESS OF DOWNLOADING AND SUBSEQUENT IMPORT CAN TAKE A LONG TIME. The docker may appear unresponsive and the logs can look stuck on BEGINNING INITIAL DATABASE IMPORT ROUTINE, THIS COULD TAKE SEVERAL HOURS AND THE DOCKER MAY LOOK UNRESPONSIVE DO NOT STOP DOCKER UNTIL IT IS COMPLETED This is normal, just go off and start another civilisation on a small uninhabited island, or drink a metric ton of coffee and be patient. Every hour or so check the log an eventually it should show something like this IMPORT IS COMPLETE, MOVING TO NEXT PHASE *** Running /etc/my_init.d/004-import-databases--and-or-run-everything.sh... *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... *** Running /etc/rc.local... *** Booting runit daemon... *** Runit started as PID 609 May 23 12:34:49 1cd29f5762de syslog-ng[614]: syslog-ng starting up; version='3.5.3' May 23 12:59:01 1cd29f5762de /USR/SBIN/CRON[695]: (root) CMD (/bin/bash /root/update-script.sh) May 23 13:00:01 1cd29f5762de /USR/SBIN/CRON[718]: (root) CMD (/bin/bash /root/update-script.sh) May 23 13:17:01 1cd29f5762de /USR/SBIN/CRON[873]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) May 23 13:59:01 1cd29f5762de /USR/SBIN/CRON[1266]: (root) CMD (/bin/bash /root/update-script.sh) May 23 14:00:01 1cd29f5762de /USR/SBIN/CRON[1283]: (root) CMD (/bin/bash /root/update-script.sh) May 23 14:17:01 1cd29f5762de /USR/SBIN/CRON[1444]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) May 23 14:59:01 1cd29f5762de /USR/SBIN/CRON[1622]: (root) CMD (/bin/bash /root/update-script.sh) May 23 15:00:01 1cd29f5762de /USR/SBIN/CRON[1634]: (root) CMD (/bin/bash /root/update-script.sh) May 23 15:17:01 1cd29f5762de /USR/SBIN/CRON[1694]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) It's done...
  9. Application Name: Musicbrainz Application Site: https://musicbrainz.org/ Docker Hub: https://hub.docker.com/r/linuxserver/musicbrainz/ Github: https://github.com/linuxserver/docker-musicbrainz Metabrainz Account Sign Up: https://metabrainz.org/supporters/account-type Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, instead head to linuxserver.io to see how to get support. *Please make sure you use /mnt/cache/ or /mnt/diskx/ for your mappings /mnt/user/ or /mnt/user0/ will not work.* EDIT: 04/03/2017 AFTER iniatilisation is complete you will need to edit the line sub WEB_SERVER { "localhost:5000" } in file /config/DBDefs.pm changing localhost to the ip of your host, this is to allow css to display properly. EDIT: 18/05/2017 With the update to schema24, please remove the contents of your /config and /data folders, pull the latest image and reinitialise the database.
  10. Application Name: ZNC Application Site: http://znc.in Docker Hub: https://hub.docker.com/r/linuxserver/znc/ Github: https://github.com/linuxserver/docker-znc Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, instead head to linuxserver.io to see how to get support.
  11. Application Name: Nginx Application Site: https://www.nginx.com/ Docker Hub: https://hub.docker.com/r/linuxserver/nginx/ Github: https://github.com/linuxserver/docker-nginx Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, instead head to linuxserver.io to see how to get support.
  12. Application Name: daapd Application Site: http://ejurgensen.github.io/forked-daapd/ Docker Hub: https://hub.docker.com/r/linuxserver/daapd/ Github: https://github.com/linuxserver/docker-daapd Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, instead head to linuxserver.io to see how to get support
  13. Changes to the Sickrage Container. As most of you may have noticed there has been some changes to the Sickrage group. Whilst we greatly acknowledge and appreciate everything echel0n has done for SickRage,Linuxserver.io has now decided that the best way to proceed will be as follows. We feel that it would be for the benefit of our users to have the most up-to-date code. As a conclusion we have decided to switch to the new SickRage repository for our future containers. Builds from linuxserver/sickrage:3 and up will contain the new repo. linuxserver/sickrage:2 still contains the echelon repo, but any changes or future improvements made to the linuxserver image will not be available to those remaining on sickrage:2
  14. Application Name: Minetest Application Site: http://www.minetest.net/ Docker Hub: https://hub.docker.com/r/linuxserver/minetest/ Github: https://github.com/linuxserver/docker-minetest Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, instead head to linuxserver.io to see how to get support.
  15. ls.io is neutral on this and has not made a decision yet. We are waiting for more information from both sides. No changes will be made to this docker until after that point.
  16. Application Name: Ogar Application Site: http://ogarproject.com/ Docker Hub: https://hub.docker.com/r/lsiodev/ogar/ Github: https://github.com/linuxserver/docker-ogar Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, rather use the linuxserver.io forum for support.
  17. Application Name: Transmission Application Site: http://www.transmissionbt.com/ Docker Hub: https://hub.docker.com/r/linuxserver/transmission/ Github: https://github.com/linuxserver/docker-transmission Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, instead head to linuxserver.io to see how to get support.
  18. Application Name: Sickbeard Application Site: http://www.sickbeard.com/ Docker Hub: https://hub.docker.com/r/linuxserver/sickbeard/ Github: https://github.com/linuxserver/docker-sickbeard Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, rather use the linuxserver.io forum for support.
  19. Application Name: Maraschino Application Site: http://www.maraschinoproject.com/ Docker Hub: https://hub.docker.com/r/linuxserver/maraschino/ Github: https://github.com/linuxserver/docker-maraschino Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, rather use the linuxserver.io forum for support.
  20. Application Name: Codiad Application Site: http://codiad.com/ Docker Hub: https://hub.docker.com/r/linuxserver/codiad/ Github: https://github.com/linuxserver/docker-codiad Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, instead head to linuxserver.io to see how to get support
  21. Application Name: Apache Application Site: https://httpd.apache.org/ Docker Hub: https://hub.docker.com/r/linuxserver/apache/ Github: https://github.com/linuxserver/docker-apache Please post any questions/issues relating to this docker you have in this thread. If you are not using Unraid (and you should be!) then please do not post here, rather use the linuxserver.io forum for support.