Skip to content

Commit

Permalink
all: new builds
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p committed Nov 10, 2020
1 parent 151ba74 commit b04aac6
Show file tree
Hide file tree
Showing 24 changed files with 19 additions and 36 deletions.
1 change: 0 additions & 1 deletion bazarr/.version

This file was deleted.

3 changes: 1 addition & 2 deletions bazarr/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#shellcheck disable=SC1091
source "/shim/umask.sh"
source "/shim/config.sh"
source "/shim/vpn.sh"

exec /usr/bin/python3 /app/bazarr.py --no-update --config /config "${EXTRA_ARGS}"
exec /usr/bin/python3 /app/bazarr.py --no-update --config /config ${EXTRA_ARGS}
1 change: 0 additions & 1 deletion jackett/.version

This file was deleted.

3 changes: 1 addition & 2 deletions jackett/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#shellcheck disable=SC1091
source "/shim/umask.sh"
source "/shim/config.sh"
source "/shim/vpn.sh"

exec /app/jackett --NoUpdates "${EXTRA_ARGS}"
exec /app/jackett --NoUpdates ${EXTRA_ARGS}
1 change: 0 additions & 1 deletion lidarr/.version

This file was deleted.

3 changes: 1 addition & 2 deletions lidarr/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#shellcheck disable=SC1091
source "/shim/umask.sh"
source "/shim/config.sh"
source "/shim/vpn.sh"

exec /app/Lidarr -nobrowser -data=/config "${EXTRA_ARGS}"
exec /app/Lidarr -nobrowser -data=/config ${EXTRA_ARGS}
1 change: 0 additions & 1 deletion nzbget/.version

This file was deleted.

10 changes: 8 additions & 2 deletions nzbget/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@

#shellcheck disable=SC1091
source "/shim/umask.sh"
source "/shim/config.sh"
source "/shim/vpn.sh"

if [[ ! -f "/config/nzbget.conf" ]]; then
cp /app/nzbget.conf /config/nzbget.conf
sed -i \
-e "s#\\(MainDir=\\).*#\\1/config/downloads#g" \
-e "s#\\(QueueDir=\\).*#\\1/config/queue#g" \
-e "s#\\(LockFile=\\).*#\\1/config/nzbget.lock#g" \
-e "s#\\(LogFile=\\).*#\\1/config/nzbget.log#g" \
-e "s#\\(ShellOverride=\\).*#\\1.py=/usr/bin/python3#g" \
"/config/nzbget.conf"
fi

exec /app/nzbget --server --option OutputMode=log --configfile /config/nzbget.conf "${EXTRA_ARGS}"
exec /app/nzbget --server --option "OutputMode=log" --configfile /config/nzbget.conf ${EXTRA_ARGS}
1 change: 0 additions & 1 deletion nzbhydra2/.version

This file was deleted.

3 changes: 1 addition & 2 deletions nzbhydra2/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#shellcheck disable=SC1091
source "/shim/umask.sh"
source "/shim/config.sh"
source "/shim/vpn.sh"

exec /usr/bin/python3 /app/nzbhydra2wrapperPy3.py --nobrowser --datafolder /config "${EXTRA_ARGS}"
exec /usr/bin/python3 /app/nzbhydra2wrapperPy3.py --nobrowser --datafolder /config ${EXTRA_ARGS}
1 change: 0 additions & 1 deletion ombi/.version

This file was deleted.

3 changes: 1 addition & 2 deletions ombi/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#shellcheck disable=SC1091
source "/shim/umask.sh"
source "/shim/config.sh"
source "/shim/vpn.sh"

exec /app/Ombi --host http://0.0.0.0:3579 --storage /config "${EXTRA_ARGS}"
exec /app/Ombi --host http://0.0.0.0:3579 --storage /config ${EXTRA_ARGS}
1 change: 0 additions & 1 deletion qbittorrent/.version

This file was deleted.

3 changes: 1 addition & 2 deletions qbittorrent/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#shellcheck disable=SC1091
source "/shim/umask.sh"
source "/shim/config.sh"
source "/shim/vpn.sh"

exec /app/qbittorrent-nox --webui-port="${WEBUI_PORT}" "${EXTRA_ARGS}"
exec /app/qbittorrent-nox --webui-port="${WEBUI_PORT}" ${EXTRA_ARGS}
1 change: 0 additions & 1 deletion radarr/.version

This file was deleted.

3 changes: 1 addition & 2 deletions radarr/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#shellcheck disable=SC1091
source "/shim/umask.sh"
source "/shim/config.sh"
source "/shim/vpn.sh"

exec /app/Radarr -nobrowser -data=/config "${EXTRA_ARGS}"
exec /app/Radarr -nobrowser -data=/config ${EXTRA_ARGS}
1 change: 0 additions & 1 deletion sabnzbd/.version

This file was deleted.

3 changes: 1 addition & 2 deletions sabnzbd/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#shellcheck disable=SC1091
source "/shim/umask.sh"
source "/shim/config.sh"
source "/shim/vpn.sh"

exec /usr/bin/python3 /app/SABnzbd.py --browser 0 --server 0.0.0.0:8080 --config-file /config/sabnzbd.ini "${EXTRA_ARGS}"
exec /usr/bin/python3 /app/SABnzbd.py --browser 0 --server 0.0.0.0:8080 --config-file /config/sabnzbd.ini ${EXTRA_ARGS}
1 change: 0 additions & 1 deletion sonarr/.version

This file was deleted.

3 changes: 1 addition & 2 deletions sonarr/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#shellcheck disable=SC1091
source "/shim/umask.sh"
source "/shim/config.sh"
source "/shim/vpn.sh"

exec /usr/bin/mono --debug /app/Sonarr.exe -nobrowser -data=/config "${EXTRA_ARGS}"
exec /usr/bin/mono --debug /app/Sonarr.exe -nobrowser -data=/config ${EXTRA_ARGS}
1 change: 0 additions & 1 deletion tautulli/.version

This file was deleted.

3 changes: 1 addition & 2 deletions tautulli/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#shellcheck disable=SC1091
source "/shim/umask.sh"
source "/shim/config.sh"
source "/shim/vpn.sh"

exec /usr/bin/python3 /app/Tautulli.py --nolaunch --config /config/config.ini --datadir /config "${EXTRA_ARGS}"
exec /usr/bin/python3 /app/Tautulli.py --nolaunch --config /config/config.ini --datadir /config ${EXTRA_ARGS}
1 change: 0 additions & 1 deletion xteve/.version

This file was deleted.

3 changes: 1 addition & 2 deletions xteve/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#shellcheck disable=SC1091
source "/shim/umask.sh"
source "/shim/config.sh"
source "/shim/vpn.sh"

exec /app/xteve -config /config "${EXTRA_ARGS}"
exec /app/xteve -config /config ${EXTRA_ARGS}

0 comments on commit b04aac6

Please sign in to comment.