Skip to content

Dockerfiles: Check_Mk, Couchpotato, Deluge, Gollum, Headphones, Lazy Librarian, OpenVPN PIA client, Plex, Sabnzbd, Samba, SSH Socks Proxy server, Sickrage, Syncthing, Stringer and Transmission.

License

Notifications You must be signed in to change notification settings

EsEnZeT/dockerfiles-1

 
 

Repository files navigation

  • An assorted collection of Dockerfiles, mostly designed for home server/lab use. Build/run instructions are in each subdirectory. Bold items are ones that I currently use. Others could potentially be out of date. I prefer when possible to build my own Docker images rather than pull images build by someone else. The only exceptions are official images that are vetted by Docker and the Plex image.

    • Btrbk (Btrfs backup tool)
    • Check-MK (Monitoring system based on Nagios.)
    • Couchpotato
    • Deluge
    • Gollum personal Wiki
    • Headphones
    • Jackett
    • Lazy Librarian
    • Media tools (collection of common tools for working with media files)
    • OpenVPN-client-pia (OpenVPN for PIA with port forwarding)
    • Plex (Only using the official Plex Docker image now.)
    • Rsync (used for backing up Docker data-only volumes)
    • Sabnzbd
    • Samba
    • Sickrage
    • Socks-proxy (ssh server for use as a SOCKS proxy to the OpenVPN-client-pia container)
    • Sonarr
    • Stringer (Web-based RSS Reader)
    • Syncthing
    • Syncthing Discovery server
    • Traefik (Configuration notes for the official Traefik image.)
    • Transmission
  • MIT License

  • I use data-only volumes frequently in place of regular volumes due to the difficulty of changing ownership of a standard Docker volume. To generate the empty myscratch image used to create data-only volumes, just use this Dockerfile:

      FROM scratch
      LABEL "Maintainer"="<name> <email>"
    

    Then:

      docker build -t myscratch .
    

About

Dockerfiles: Check_Mk, Couchpotato, Deluge, Gollum, Headphones, Lazy Librarian, OpenVPN PIA client, Plex, Sabnzbd, Samba, SSH Socks Proxy server, Sickrage, Syncthing, Stringer and Transmission.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 74.8%
  • Shell 16.9%
  • Python 8.3%