Skip to content

README.md fixes and container on boot utility #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,44 +5,44 @@ My hope is to make this the dockerized version of AtoMiC Toolkit. To start off,

# FRONTENDS

Portainer - WebUI for Containers<br/>
Organizer - Unified HTPC/Home Server Web Interface
[Portainer](https://portainer.io/) - WebUI for Containers<br/>
[Organizr](https://github.com/causefx/Organizr) - Unified HTPC/Home Server Web Interface

# DOCKER RELATED

Watchtower - Automatic Update of Containers/Apps
[Watchtower](https://github.com/v2tec/watchtower) - Automatic Update of Containers/Apps

# SMART HOME APPS

Home Assistant - Smart Home Hub
[Home Assistant](https://www.home-assistant.io/) - Smart Home Hub

# DOWNLOADERS #

Transmission with VPN – Bittorrent Downloader<br/>
qBittorrent without VPN – Bittorrent Downloader (Alternative)<br/>
SABnzbd – Usenet (NZB) Downloader<br/>
NZBGet – Usenet (NZB) Downloader (Alternative)<br/>
[Transmission with VPN](https://github.com/haugene/docker-transmission-openvpn) – Bittorrent Downloader<br/>
[qBittorrent without VPN](https://hub.docker.com/r/linuxserver/qbittorrent/) – Bittorrent Downloader (Alternative)<br/>
[SABnzbd](https://hub.docker.com/r/linuxserver/sabnzbd/) – Usenet (NZB) Downloader<br/>
[NZBGet](https://hub.docker.com/r/linuxserver/nzbget/) – Usenet (NZB) Downloader (Alternative)<br/>

# PERSONAL VIDEO RECORDERS

Radarr – Movie Download and Management<br/>
CouchPotato – Movie Download and Management (Alternative)<br/>
Sonarr – TV Show Download and Management<br/>
SickRage – TV Show Download and Management (Alternative)<br/>
[Radarr](https://radarr.video/) – Movie Download and Management<br/>
[CouchPotato](https://couchpota.to/) – Movie Download and Management (Alternative)<br/>
[Sonarr](https://sonarr.tv/) – TV Show Download and Management<br/>
[SickRage](https://sickrage.github.io/) – TV Show Download and Management (Alternative)<br/>

# MEDIA SERVER APPS

Plex Media Server<br/>
Tautulli (aka PlexPy) – Monitoring Plex Usage<br/>
Ombi – Accept Requests for your Media Server<br/>
[Plex Media Server](https://www.plex.tv/) - Organize and Stream your Media to any device<br/>
[Tautulli](https://tautulli.com/) (aka PlexPy) – Monitoring Plex Usage<br/>
[Ombi](https://github.com/tidusjar/Ombi) – Accept Requests for your Media Server<br/>

# SEARCHERS

NZBHydra – NZB Meta Search<br/>
Jackett – Torrent Proxy
[NZBHydra](https://github.com/theotherp/nzbhydra) – NZB Meta Search<br/>
[Jackett](https://github.com/Jackett/Jackett) – Torrent Proxy

# UTILITIES

MariaDB – Database Server for your Apps<br/>
NextCloud – Your Own Cloud Storage
[MariaDB](https://mariadb.org/) – Database Server for your Apps<br/>
[NextCloud](https://nextcloud.com/) – Your Own Cloud Storage

42 changes: 21 additions & 21 deletions docker-compose-basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
image: portainer/portainer
hostname: portainer
container_name: portainer
restart: always
restart: unless-stopped
command: -H unix:///var/run/docker.sock
ports:
- "XXXX:9000"
Expand All @@ -26,7 +26,7 @@ services:
organizr:
container_name: organizr
hostname: organizr
restart: always
restart: unless-stopped
image: lsiocommunity/organizr
volumes:
- ${USERDIR}/docker/organizr:/config
Expand All @@ -43,7 +43,7 @@ services:
hostname: phpmyadmin
container_name: phpmyadmin
image: phpmyadmin/phpmyadmin
restart: always
restart: unless-stopped
links:
- mariadb:db
ports:
Expand All @@ -58,7 +58,7 @@ services:
watchtower:
container_name: watchtower
hostname: watchtower
restart: always
restart: unless-stopped
image: v2tec/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
Expand All @@ -70,7 +70,7 @@ services:
homeassistant:
container_name: homeassistant
hostname: hass
restart: always
restart: unless-stopped
image: homeassistant/home-assistant
devices:
- /dev/ttyUSB0:/dev/ttyUSB0
Expand Down Expand Up @@ -99,7 +99,7 @@ services:
- NET_ADMIN
devices:
- /dev/net/tun
restart: always
restart: unless-stopped
ports:
- "XXXX:9091"
dns:
Expand Down Expand Up @@ -155,7 +155,7 @@ services:
- "XXXX:XXXX"
- "6881:6881"
- "6881:6881/udp"
restart: always
restart: unless-stopped
environment:
- PUID=${PUID}
- PGID=${PGID}
Expand All @@ -175,7 +175,7 @@ services:
- ${USERDIR}/docker/shared:/shared
ports:
- "XXXX:8080"
restart: always
restart: unless-stopped
environment:
- PUID=${PUID}
- PGID=${PGID}
Expand All @@ -193,7 +193,7 @@ services:
- ${USERDIR}/docker/shared:/shared
ports:
- "XXXX:6789"
restart: always
restart: unless-stopped
environment:
- PUID=${PUID}
- PGID=${PGID}
Expand All @@ -215,7 +215,7 @@ services:
- ${USERDIR}/docker/shared:/shared
ports:
- "XXXX:7878"
restart: always
restart: unless-stopped
environment:
- PUID=${PUID}
- PGID=${PGID}
Expand All @@ -233,7 +233,7 @@ services:
- ${USERDIR}/docker/shared:/shared
ports:
- "XXXX:5050"
restart: always
restart: unless-stopped
environment:
- PUID=${PUID}
- PGID=${PGID}
Expand All @@ -253,7 +253,7 @@ services:
- ${USERDIR}/docker/shared:/shared
ports:
- "XXXX:8989"
restart: always
restart: unless-stopped
environment:
- PUID=${PUID}
- PGID=${PGID}
Expand All @@ -272,7 +272,7 @@ services:
- ${USERDIR}/docker/shared:/shared
ports:
- "XXXX:8686"
restart: always
restart: unless-stopped
environment:
- PUID=${PUID}
- PGID=${PGID}
Expand All @@ -290,7 +290,7 @@ services:
- ${USERDIR}/docker/shared:/shared
ports:
- "XXXX:8081"
restart: always
restart: unless-stopped
environment:
- PUID=${PUID}
- PGID=${PGID}
Expand All @@ -302,7 +302,7 @@ services:
plexms:
container_name: plexms
hostname: plexms
restart: always
restart: unless-stopped
image: plexinc/pms-docker
volumes:
- ${USERDIR}/docker/plexms:/config
Expand Down Expand Up @@ -331,7 +331,7 @@ services:
tautulli:
container_name: tautulli
hostname: tautulli
restart: always
restart: unless-stopped
image: linuxserver/tautulli
volumes:
- ${USERDIR}/docker/tautulli/config:/config
Expand All @@ -348,7 +348,7 @@ services:
ombi:
container_name: ombi
hostname: ombi
restart: always
restart: unless-stopped
image: linuxserver/ombi
volumes:
- ${USERDIR}/docker/ombi:/config
Expand All @@ -373,7 +373,7 @@ services:
- ${USERDIR}/docker/shared:/shared
ports:
- "XXXX:5075"
restart: always
restart: unless-stopped
environment:
- PUID=${PUID}
- PGID=${PGID}
Expand All @@ -391,7 +391,7 @@ services:
- ${USERDIR}/docker/shared:/shared
ports:
- "XXXX:9117"
restart: always
restart: unless-stopped
environment:
- PUID=${PUID}
- PGID=${PGID}
Expand All @@ -411,7 +411,7 @@ services:
published: 3306
protocol: tcp
mode: host
restart: always
restart: unless-stopped
environment:
- MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD}
- PUID=${PUID}
Expand All @@ -422,7 +422,7 @@ services:
nextcloud:
container_name: nextcloud
hostname: nextcloud
restart: always
restart: unless-stopped
image: linuxserver/nextcloud
volumes:
- ${USERDIR}/docker/nextcloud:/config
Expand Down
Loading