From bfe1e7a2347b6a51a6ba38605056d69a546f12b0 Mon Sep 17 00:00:00 2001 From: Patrick Kishino Date: Mon, 17 Apr 2023 19:37:54 +0900 Subject: [PATCH] Update focal (#2586) * Bump docker/build-push-action from 3 to 4 (#2522) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump docker/build-push-action from 3 to 4 (#2534) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Socks5 example doc (#2541) * fixing some heading sizes * adding socks5-proxy example --------- Co-authored-by: Jonathan Fair * Docs: add capabilities for Podman to tips&tricks (#2546) Co-authored-by: Tomas Vik * fix: Add quotes on generated variables to avoid braking with spaces (#2538) This should fix #2406 * Fix crash in fetch-external-configs on unset vars (#2561) * simple adjustments to "openvpn/modify-openvpn-config.sh" and "transmission/start.sh" that can make the verbosity of logging user-adjustable (#2564) * Bump docker/build-push-action from 3 to 4 (#2534) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Socks5 example doc (#2541) * fixing some heading sizes * adding socks5-proxy example --------- Co-authored-by: Jonathan Fair * Docs: add capabilities for Podman to tips&tricks (#2546) Co-authored-by: Tomas Vik * Change CONFIG_MOD_VERBOSITY usage This change causes ${CONFIG_MOD_VERBOSITY} to become a variable used directly in the .ovpn config file. The default value remains '3'. * Insert ${TRANSMISSION_LOGGING} into exec'd command This change allows for executing 'transmission-daemon' with '--log-level' set. Utilizing a case-statement and forced lowercase, only valid values are accepted. Default is no logging. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JtMotoX <7191259+JtMotoX@users.noreply.github.com> Co-authored-by: Jonathan Fair Co-authored-by: Patrick Kishino Co-authored-by: Tomas Vik * Update master with Transmission 4 (#2576) * Image with Transmission 4.0.0-beta * Build in separate stage * Updated to beta2 * Update Dockerfile * Updated transmission to 4.0.0 release * Update Dockerfile * update beta (#2554) * Bump docker/build-push-action from 3 to 4 (#2534) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Socks5 example doc (#2541) * fixing some heading sizes * adding socks5-proxy example --------- Co-authored-by: Jonathan Fair * Docs: add capabilities for Podman to tips&tricks (#2546) Co-authored-by: Tomas Vik --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JtMotoX <7191259+JtMotoX@users.noreply.github.com> Co-authored-by: Jonathan Fair Co-authored-by: Tomas Vik * Update Dockerfile 4.0.2 * Update configure-openvpn.sh (#2567) Same changes to master going to beta for beta tests w latest Transmission * Transmission->4.0.3 * prep new master (#2575) * Bump docker/build-push-action from 3 to 4 (#2534) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Socks5 example doc (#2541) * fixing some heading sizes * adding socks5-proxy example --------- Co-authored-by: Jonathan Fair * Docs: add capabilities for Podman to tips&tricks (#2546) Co-authored-by: Tomas Vik --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JtMotoX <7191259+JtMotoX@users.noreply.github.com> Co-authored-by: Jonathan Fair Co-authored-by: Tomas Vik --------- Signed-off-by: dependabot[bot] Co-authored-by: Kristian Haugene Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JtMotoX <7191259+JtMotoX@users.noreply.github.com> Co-authored-by: Jonathan Fair Co-authored-by: Tomas Vik Co-authored-by: Derek Gordon * OVPN script fix for for 4.x branch (#2566) * Bump docker/build-push-action from 3 to 4 (#2534) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Socks5 example doc (#2541) * fixing some heading sizes * adding socks5-proxy example --------- Co-authored-by: Jonathan Fair * Docs: add capabilities for Podman to tips&tricks (#2546) Co-authored-by: Tomas Vik * git instead of unzip git instead of unzip * Using GIT GIT is used now instead of UNZIP due to issues suddenly experienced. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JtMotoX <7191259+JtMotoX@users.noreply.github.com> Co-authored-by: Jonathan Fair Co-authored-by: Patrick Kishino Co-authored-by: Tomas Vik * Update docker-image-builds.yml Removed deleted beta branch * Update Dockerfile Removed beta reference * Update master with latest dev fixes (#2579) * Quoute variables, fixes #2406 and #2418 * Fix sed busy (#2426) * fix sed device or resource busy errors Signed-off-by: Jonathan Sloan * update info Signed-off-by: Jonathan Sloan * update docs Signed-off-by: Jonathan Sloan * log and fail if config is a mountpoint Signed-off-by: Jonathan Sloan * correct mountpoint check Signed-off-by: Jonathan Sloan Signed-off-by: Jonathan Sloan * Fix fallback of transmission-home #2409 * Fix to use iptables-legacy rather than iptables-nft (#2456) * Fix bug: the evironment file will be invalid (#2496) something environment like: `name=foo bar` will be invalid in the environment file, in a real example, it will be like `provider= SE Sto`. Simply add change it to `provider="SE Sto"` will fix that. * restart privoxy if docker changed eth0 address. (#2494) * restart privoxy if docker changed eth0 address. * sometimes, pidfile exists but process is dead * Simplify RPC creds setup (#2480) Reduce the complexity associated with creating RPC creds * Fix bitwise decimal & octal (#2457) * Fix bitwise decimal & octal The issue is tracked here: https://github.com/haugene/docker-transmission-openvpn/issues/2450#issuecomment-1336259355 Also uses the TRASNMSISSION_UMASK variable instead of settings.json since updateSettings.py is called after userSetup.sh causing the TRANSMISSION_UMASK in settings.json to be stale when userSetup.sh accesses it. * fix: missing {} in sh variable * fix: missing {} in sh variable * fix regex for webproxy enabled (#2505) * review nordvpn error exit messages + tests (#2518) * Check for files existing instead of being executable #2459 * Bump docker/build-push-action from 3 to 4 (#2522) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix: Add quotes on generated variables to avoid braking with spaces (#2538) This should fix #2406 * Fix crash in fetch-external-configs on unset vars (#2561) * simple adjustments to "openvpn/modify-openvpn-config.sh" and "transmission/start.sh" that can make the verbosity of logging user-adjustable (#2564) * Bump docker/build-push-action from 3 to 4 (#2534) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Socks5 example doc (#2541) * fixing some heading sizes * adding socks5-proxy example --------- Co-authored-by: Jonathan Fair * Docs: add capabilities for Podman to tips&tricks (#2546) Co-authored-by: Tomas Vik * Change CONFIG_MOD_VERBOSITY usage This change causes ${CONFIG_MOD_VERBOSITY} to become a variable used directly in the .ovpn config file. The default value remains '3'. * Insert ${TRANSMISSION_LOGGING} into exec'd command This change allows for executing 'transmission-daemon' with '--log-level' set. Utilizing a case-statement and forced lowercase, only valid values are accepted. Default is no logging. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JtMotoX <7191259+JtMotoX@users.noreply.github.com> Co-authored-by: Jonathan Fair Co-authored-by: Patrick Kishino Co-authored-by: Tomas Vik * OVPN script fix for for 4.x branch (#2566) * Bump docker/build-push-action from 3 to 4 (#2534) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Socks5 example doc (#2541) * fixing some heading sizes * adding socks5-proxy example --------- Co-authored-by: Jonathan Fair * Docs: add capabilities for Podman to tips&tricks (#2546) Co-authored-by: Tomas Vik * git instead of unzip git instead of unzip * Using GIT GIT is used now instead of UNZIP due to issues suddenly experienced. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JtMotoX <7191259+JtMotoX@users.noreply.github.com> Co-authored-by: Jonathan Fair Co-authored-by: Patrick Kishino Co-authored-by: Tomas Vik --------- Signed-off-by: Jonathan Sloan Signed-off-by: dependabot[bot] Co-authored-by: Kristian Haugene Co-authored-by: Jonathan Sloan Co-authored-by: Robert Szynal Co-authored-by: Jiangqiu Shen Co-authored-by: edgd1er Co-authored-by: Colin Hebert Co-authored-by: J.P. Hutchins <34154542+JPHutchins@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jayson Reis Co-authored-by: Chad Co-authored-by: phesster <115180691+phesster@users.noreply.github.com> Co-authored-by: JtMotoX <7191259+JtMotoX@users.noreply.github.com> Co-authored-by: Jonathan Fair Co-authored-by: Tomas Vik Co-authored-by: Derek Gordon * Update master with latest dev fixes (#2579) (#2582) * Quoute variables, fixes #2406 and #2418 * Fix sed busy (#2426) * fix sed device or resource busy errors * update info * update docs * log and fail if config is a mountpoint * correct mountpoint check * Fix fallback of transmission-home #2409 * Fix to use iptables-legacy rather than iptables-nft (#2456) * Fix bug: the evironment file will be invalid (#2496) something environment like: `name=foo bar` will be invalid in the environment file, in a real example, it will be like `provider= SE Sto`. Simply add change it to `provider="SE Sto"` will fix that. * restart privoxy if docker changed eth0 address. (#2494) * restart privoxy if docker changed eth0 address. * sometimes, pidfile exists but process is dead * Simplify RPC creds setup (#2480) Reduce the complexity associated with creating RPC creds * Fix bitwise decimal & octal (#2457) * Fix bitwise decimal & octal The issue is tracked here: https://github.com/haugene/docker-transmission-openvpn/issues/2450#issuecomment-1336259355 Also uses the TRASNMSISSION_UMASK variable instead of settings.json since updateSettings.py is called after userSetup.sh causing the TRANSMISSION_UMASK in settings.json to be stale when userSetup.sh accesses it. * fix: missing {} in sh variable * fix: missing {} in sh variable * fix regex for webproxy enabled (#2505) * review nordvpn error exit messages + tests (#2518) * Check for files existing instead of being executable #2459 * Bump docker/build-push-action from 3 to 4 (#2522) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... * fix: Add quotes on generated variables to avoid braking with spaces (#2538) This should fix #2406 * Fix crash in fetch-external-configs on unset vars (#2561) * simple adjustments to "openvpn/modify-openvpn-config.sh" and "transmission/start.sh" that can make the verbosity of logging user-adjustable (#2564) * Bump docker/build-push-action from 3 to 4 (#2534) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... * Socks5 example doc (#2541) * fixing some heading sizes * adding socks5-proxy example --------- * Docs: add capabilities for Podman to tips&tricks (#2546) * Change CONFIG_MOD_VERBOSITY usage This change causes ${CONFIG_MOD_VERBOSITY} to become a variable used directly in the .ovpn config file. The default value remains '3'. * Insert ${TRANSMISSION_LOGGING} into exec'd command This change allows for executing 'transmission-daemon' with '--log-level' set. Utilizing a case-statement and forced lowercase, only valid values are accepted. Default is no logging. --------- * OVPN script fix for for 4.x branch (#2566) * Bump docker/build-push-action from 3 to 4 (#2534) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... * Socks5 example doc (#2541) * fixing some heading sizes * adding socks5-proxy example --------- * Docs: add capabilities for Podman to tips&tricks (#2546) * git instead of unzip git instead of unzip * Using GIT GIT is used now instead of UNZIP due to issues suddenly experienced. --------- --------- Signed-off-by: Jonathan Sloan Signed-off-by: dependabot[bot] Co-authored-by: Kristian Haugene Co-authored-by: Jonathan Sloan Co-authored-by: Robert Szynal Co-authored-by: Jiangqiu Shen Co-authored-by: edgd1er Co-authored-by: Colin Hebert Co-authored-by: J.P. Hutchins <34154542+JPHutchins@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jayson Reis Co-authored-by: Chad Co-authored-by: phesster <115180691+phesster@users.noreply.github.com> Co-authored-by: JtMotoX <7191259+JtMotoX@users.noreply.github.com> Co-authored-by: Jonathan Fair Co-authored-by: Tomas Vik Co-authored-by: Derek Gordon * Merge dev into master (#2583) * Quoute variables, fixes #2406 and #2418 * Fix sed busy (#2426) * fix sed device or resource busy errors Signed-off-by: Jonathan Sloan * update info Signed-off-by: Jonathan Sloan * update docs Signed-off-by: Jonathan Sloan * log and fail if config is a mountpoint Signed-off-by: Jonathan Sloan * correct mountpoint check Signed-off-by: Jonathan Sloan Signed-off-by: Jonathan Sloan * Fix fallback of transmission-home #2409 * Fix to use iptables-legacy rather than iptables-nft (#2456) * Fix bug: the evironment file will be invalid (#2496) something environment like: `name=foo bar` will be invalid in the environment file, in a real example, it will be like `provider= SE Sto`. Simply add change it to `provider="SE Sto"` will fix that. * restart privoxy if docker changed eth0 address. (#2494) * restart privoxy if docker changed eth0 address. * sometimes, pidfile exists but process is dead * Simplify RPC creds setup (#2480) Reduce the complexity associated with creating RPC creds * Fix bitwise decimal & octal (#2457) * Fix bitwise decimal & octal The issue is tracked here: https://github.com/haugene/docker-transmission-openvpn/issues/2450#issuecomment-1336259355 Also uses the TRASNMSISSION_UMASK variable instead of settings.json since updateSettings.py is called after userSetup.sh causing the TRANSMISSION_UMASK in settings.json to be stale when userSetup.sh accesses it. * fix: missing {} in sh variable * fix: missing {} in sh variable * fix regex for webproxy enabled (#2505) * review nordvpn error exit messages + tests (#2518) * Check for files existing instead of being executable #2459 * Bump docker/build-push-action from 3 to 4 (#2522) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix: Add quotes on generated variables to avoid braking with spaces (#2538) This should fix #2406 * Fix crash in fetch-external-configs on unset vars (#2561) * simple adjustments to "openvpn/modify-openvpn-config.sh" and "transmission/start.sh" that can make the verbosity of logging user-adjustable (#2564) * Bump docker/build-push-action from 3 to 4 (#2534) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Socks5 example doc (#2541) * fixing some heading sizes * adding socks5-proxy example --------- Co-authored-by: Jonathan Fair * Docs: add capabilities for Podman to tips&tricks (#2546) Co-authored-by: Tomas Vik * Change CONFIG_MOD_VERBOSITY usage This change causes ${CONFIG_MOD_VERBOSITY} to become a variable used directly in the .ovpn config file. The default value remains '3'. * Insert ${TRANSMISSION_LOGGING} into exec'd command This change allows for executing 'transmission-daemon' with '--log-level' set. Utilizing a case-statement and forced lowercase, only valid values are accepted. Default is no logging. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JtMotoX <7191259+JtMotoX@users.noreply.github.com> Co-authored-by: Jonathan Fair Co-authored-by: Patrick Kishino Co-authored-by: Tomas Vik * OVPN script fix for for 4.x branch (#2566) * Bump docker/build-push-action from 3 to 4 (#2534) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Socks5 example doc (#2541) * fixing some heading sizes * adding socks5-proxy example --------- Co-authored-by: Jonathan Fair * Docs: add capabilities for Podman to tips&tricks (#2546) Co-authored-by: Tomas Vik * git instead of unzip git instead of unzip * Using GIT GIT is used now instead of UNZIP due to issues suddenly experienced. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JtMotoX <7191259+JtMotoX@users.noreply.github.com> Co-authored-by: Jonathan Fair Co-authored-by: Patrick Kishino Co-authored-by: Tomas Vik * Update master with latest dev fixes (#2579) (#2582) * Quoute variables, fixes #2406 and #2418 * Fix sed busy (#2426) * fix sed device or resource busy errors * update info * update docs * log and fail if config is a mountpoint * correct mountpoint check * Fix fallback of transmission-home #2409 * Fix to use iptables-legacy rather than iptables-nft (#2456) * Fix bug: the evironment file will be invalid (#2496) something environment like: `name=foo bar` will be invalid in the environment file, in a real example, it will be like `provider= SE Sto`. Simply add change it to `provider="SE Sto"` will fix that. * restart privoxy if docker changed eth0 address. (#2494) * restart privoxy if docker changed eth0 address. * sometimes, pidfile exists but process is dead * Simplify RPC creds setup (#2480) Reduce the complexity associated with creating RPC creds * Fix bitwise decimal & octal (#2457) * Fix bitwise decimal & octal The issue is tracked here: https://github.com/haugene/docker-transmission-openvpn/issues/2450#issuecomment-1336259355 Also uses the TRASNMSISSION_UMASK variable instead of settings.json since updateSettings.py is called after userSetup.sh causing the TRANSMISSION_UMASK in settings.json to be stale when userSetup.sh accesses it. * fix: missing {} in sh variable * fix: missing {} in sh variable * fix regex for webproxy enabled (#2505) * review nordvpn error exit messages + tests (#2518) * Check for files existing instead of being executable #2459 * Bump docker/build-push-action from 3 to 4 (#2522) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... * fix: Add quotes on generated variables to avoid braking with spaces (#2538) This should fix #2406 * Fix crash in fetch-external-configs on unset vars (#2561) * simple adjustments to "openvpn/modify-openvpn-config.sh" and "transmission/start.sh" that can make the verbosity of logging user-adjustable (#2564) * Bump docker/build-push-action from 3 to 4 (#2534) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... * Socks5 example doc (#2541) * fixing some heading sizes * adding socks5-proxy example --------- * Docs: add capabilities for Podman to tips&tricks (#2546) * Change CONFIG_MOD_VERBOSITY usage This change causes ${CONFIG_MOD_VERBOSITY} to become a variable used directly in the .ovpn config file. The default value remains '3'. * Insert ${TRANSMISSION_LOGGING} into exec'd command This change allows for executing 'transmission-daemon' with '--log-level' set. Utilizing a case-statement and forced lowercase, only valid values are accepted. Default is no logging. --------- * OVPN script fix for for 4.x branch (#2566) * Bump docker/build-push-action from 3 to 4 (#2534) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... * Socks5 example doc (#2541) * fixing some heading sizes * adding socks5-proxy example --------- * Docs: add capabilities for Podman to tips&tricks (#2546) * git instead of unzip git instead of unzip * Using GIT GIT is used now instead of UNZIP due to issues suddenly experienced. --------- --------- Signed-off-by: Jonathan Sloan Signed-off-by: dependabot[bot] Co-authored-by: Kristian Haugene Co-authored-by: Jonathan Sloan Co-authored-by: Robert Szynal Co-authored-by: Jiangqiu Shen Co-authored-by: edgd1er Co-authored-by: Colin Hebert Co-authored-by: J.P. Hutchins <34154542+JPHutchins@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jayson Reis Co-authored-by: Chad Co-authored-by: phesster <115180691+phesster@users.noreply.github.com> Co-authored-by: JtMotoX <7191259+JtMotoX@users.noreply.github.com> Co-authored-by: Jonathan Fair Co-authored-by: Tomas Vik Co-authored-by: Derek Gordon --------- Signed-off-by: Jonathan Sloan Signed-off-by: dependabot[bot] Co-authored-by: Kristian Haugene Co-authored-by: Jonathan Sloan Co-authored-by: Robert Szynal Co-authored-by: Jiangqiu Shen Co-authored-by: edgd1er Co-authored-by: Colin Hebert Co-authored-by: J.P. Hutchins <34154542+JPHutchins@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jayson Reis Co-authored-by: Chad Co-authored-by: phesster <115180691+phesster@users.noreply.github.com> Co-authored-by: JtMotoX <7191259+JtMotoX@users.noreply.github.com> Co-authored-by: Jonathan Fair Co-authored-by: Tomas Vik Co-authored-by: Derek Gordon --------- Signed-off-by: dependabot[bot] Signed-off-by: Jonathan Sloan Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JtMotoX <7191259+JtMotoX@users.noreply.github.com> Co-authored-by: Jonathan Fair Co-authored-by: Tomas Vik Co-authored-by: Jayson Reis Co-authored-by: Chad Co-authored-by: phesster <115180691+phesster@users.noreply.github.com> Co-authored-by: Kristian Haugene Co-authored-by: Derek Gordon Co-authored-by: Jonathan Sloan Co-authored-by: Robert Szynal Co-authored-by: Jiangqiu Shen Co-authored-by: edgd1er Co-authored-by: Colin Hebert Co-authored-by: J.P. Hutchins <34154542+JPHutchins@users.noreply.github.com> --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 140e3ff595..83aa287616 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,8 +16,10 @@ RUN apk --no-cache add curl jq \ && mkdir /opt/transmission-ui/transmission-web-control \ && curl -sL $(curl -s https://api.github.com/repos/ronggang/transmission-web-control/releases/latest | jq --raw-output '.tarball_url') | tar -C /opt/transmission-ui/transmission-web-control/ --strip-components=2 -xz + FROM ubuntu:20.04 AS base + RUN set -ex; \ apt-get update; \ apt-get dist-upgrade -y; \