Tags: jfwerner/docker-transmission-openvpn
Tags
update transmission to 4.0.5 (haugene#2756) * Add Transmissionic Web UI & New Documentation (haugene#2589) * Added step to build a .deb file to install and reduce image size (haugene#2590) * Added step to build a .deb file to install and reduce image size * Fixed deb install incorrectly done * Check for update-port script existing instead of being executable (haugene#2593) haugene#2459 * Fixed TWC paths (haugene#2600) * add docker build caching to workflow (haugene#2609) * Privoxy eth0 fixes, healthcheck comparison tweak and start.sh update (haugene#2610) * by checking for existence of default 127 address,healthcheck will never effectively run, as the non-default eth0 ip will never be matched * the comparison was not trimming off the port, thus healthcheck was always going to fail or denote a change when there may have been none * simplified the comparison (thanks @edgd1er ) * Strip double quotes from umask check (haugene#2601) * Fix problem with enabled UFW with Random Ports (haugene#2603) Fixing haugene#2255 * move vpn config download to /config (haugene#2592) * move vpn config download to /config * fix git safe dir permissions * cleanup vpn config clone * re-add zip dl, set git to default * use alpine:latest for TransmissionUIs build stage (haugene#2573) * Update fetch-external-configs.sh removed duplicate bracket * Update to transmission 4.0.4 * Update configure-openvpn.sh * Switched the order of events, to remove the ipv6 before sed-ing the address (haugene#2695) * Create separate image for transmission build from source (haugene#2691) * separate transmission build to separate image and workflow * set transmission-builder version * use matrix for multi runner builds * fix context * parallel docker builds with matrix (haugene#2694) * consolidate and parallelize image build with matrix multi runner build * fix image name * Update Dockerfile fixed typo * `TRANSMISSION_RPC_URL` option causes a moved permanently error when using PIA (haugene#2657) * Respect option `TRANSMISSION_RPC_URL` remove debug echo * default `TRANSMISSION_RPC_URL` is now grabbed from `default-settings.json` * Stricter grep pattern * Remove redundant grep * Added comment * Use `jq` instead of `sed` to determine the default of `TRANSMISSION_RPC_URL` --------- Co-authored-by: Mark Honkoop <[email protected]> * Fix for PR haugene#2691 (haugene#2698) * separate transmission build to separate image and workflow * set transmission-builder version * use matrix for multi runner builds * fix context * Fix file name * fix image name * Fix haugene#2694 image build (haugene#2699) * consolidate and parallelize image build with matrix multi runner build * fix image name * update master (haugene#2696) * Add Transmissionic Web UI & New Documentation (haugene#2589) * Added step to build a .deb file to install and reduce image size (haugene#2590) * Added step to build a .deb file to install and reduce image size * Fixed deb install incorrectly done * Check for update-port script existing instead of being executable (haugene#2593) haugene#2459 * Fixed TWC paths (haugene#2600) * add docker build caching to workflow (haugene#2609) * Privoxy eth0 fixes, healthcheck comparison tweak and start.sh update (haugene#2610) * by checking for existence of default 127 address,healthcheck will never effectively run, as the non-default eth0 ip will never be matched * the comparison was not trimming off the port, thus healthcheck was always going to fail or denote a change when there may have been none * simplified the comparison (thanks @edgd1er ) * Strip double quotes from umask check (haugene#2601) * Fix problem with enabled UFW with Random Ports (haugene#2603) Fixing haugene#2255 * move vpn config download to /config (haugene#2592) * move vpn config download to /config * fix git safe dir permissions * cleanup vpn config clone * re-add zip dl, set git to default * use alpine:latest for TransmissionUIs build stage (haugene#2573) * Update fetch-external-configs.sh removed duplicate bracket * Update to transmission 4.0.4 * Update configure-openvpn.sh * Switched the order of events, to remove the ipv6 before sed-ing the address (haugene#2695) * Create separate image for transmission build from source (haugene#2691) * separate transmission build to separate image and workflow * set transmission-builder version * use matrix for multi runner builds * fix context * parallel docker builds with matrix (haugene#2694) * consolidate and parallelize image build with matrix multi runner build * fix image name * Update Dockerfile fixed typo * `TRANSMISSION_RPC_URL` option causes a moved permanently error when using PIA (haugene#2657) * Respect option `TRANSMISSION_RPC_URL` remove debug echo * default `TRANSMISSION_RPC_URL` is now grabbed from `default-settings.json` * Stricter grep pattern * Remove redundant grep * Added comment * Use `jq` instead of `sed` to determine the default of `TRANSMISSION_RPC_URL` --------- Co-authored-by: Mark Honkoop <[email protected]> * Fix for PR haugene#2691 (haugene#2698) * separate transmission build to separate image and workflow * set transmission-builder version * use matrix for multi runner builds * fix context * Fix file name * fix image name --------- Co-authored-by: Anastasiya Polina Soyka <[email protected]> Co-authored-by: Geoff <[email protected]> Co-authored-by: ksurl <[email protected]> Co-authored-by: HeavyGee <[email protected]> Co-authored-by: WitchRecipe <[email protected]> Co-authored-by: Florian Kretschmer <[email protected]> Co-authored-by: Aemulation <[email protected]> Co-authored-by: Mark Honkoop <[email protected]> * fix matrix to build all images --------- Co-authored-by: Patrick Kishino <[email protected]> Co-authored-by: Anastasiya Polina Soyka <[email protected]> Co-authored-by: Geoff <[email protected]> Co-authored-by: HeavyGee <[email protected]> Co-authored-by: WitchRecipe <[email protected]> Co-authored-by: Florian Kretschmer <[email protected]> Co-authored-by: Aemulation <[email protected]> Co-authored-by: Mark Honkoop <[email protected]> * fix transmission version check (haugene#2700) * Comment * Switch transmission builder image to combined platform builder (haugene#2704) * separate transmission build to separate image and workflow * set transmission-builder version * use matrix for multi runner builds * fix context * Fix file name * fix image name * fix transmission build version detection * switch to combined platform builder --------- Co-authored-by: Patrick Kishino <[email protected]> * switch to single platform builder (haugene#2705) Co-authored-by: Patrick Kishino <[email protected]> * Fix web proxy stopping to work (haugene#2678) * Mix of fixes to the heathcheck.sh from haugene#2610 and start.sh from haugene#2673. * Made few more modifications to healthcheck.sh and start.sh. This change appears to be working. Let's monitor this. --------- Co-authored-by: Patrick Kishino <[email protected]> * Remove script_security (haugene#2702) Due to non-support of this in latest openvpn it is removed.. * Revert "Remove script_security (haugene#2702)" (haugene#2708) This reverts commit 44ba9e6. * Update configure-openvpn.sh (haugene#2707) Using "upd" as a value for NORDVPN_PROTOCOL results in an error. Co-authored-by: Patrick Kishino <[email protected]> * Add natpmpc (haugene#2746) * Dev (haugene#2706) * Add Transmissionic Web UI & New Documentation (haugene#2589) * Added step to build a .deb file to install and reduce image size (haugene#2590) * Added step to build a .deb file to install and reduce image size * Fixed deb install incorrectly done * Check for update-port script existing instead of being executable (haugene#2593) haugene#2459 * Fixed TWC paths (haugene#2600) * add docker build caching to workflow (haugene#2609) * Privoxy eth0 fixes, healthcheck comparison tweak and start.sh update (haugene#2610) * by checking for existence of default 127 address,healthcheck will never effectively run, as the non-default eth0 ip will never be matched * the comparison was not trimming off the port, thus healthcheck was always going to fail or denote a change when there may have been none * simplified the comparison (thanks @edgd1er ) * Strip double quotes from umask check (haugene#2601) * Fix problem with enabled UFW with Random Ports (haugene#2603) Fixing haugene#2255 * move vpn config download to /config (haugene#2592) * move vpn config download to /config * fix git safe dir permissions * cleanup vpn config clone * re-add zip dl, set git to default * use alpine:latest for TransmissionUIs build stage (haugene#2573) * Update fetch-external-configs.sh removed duplicate bracket * Update to transmission 4.0.4 * Update configure-openvpn.sh * Switched the order of events, to remove the ipv6 before sed-ing the address (haugene#2695) * Create separate image for transmission build from source (haugene#2691) * separate transmission build to separate image and workflow * set transmission-builder version * use matrix for multi runner builds * fix context * parallel docker builds with matrix (haugene#2694) * consolidate and parallelize image build with matrix multi runner build * fix image name * Update Dockerfile fixed typo * `TRANSMISSION_RPC_URL` option causes a moved permanently error when using PIA (haugene#2657) * Respect option `TRANSMISSION_RPC_URL` remove debug echo * default `TRANSMISSION_RPC_URL` is now grabbed from `default-settings.json` * Stricter grep pattern * Remove redundant grep * Added comment * Use `jq` instead of `sed` to determine the default of `TRANSMISSION_RPC_URL` --------- Co-authored-by: Mark Honkoop <[email protected]> * Fix for PR haugene#2691 (haugene#2698) * separate transmission build to separate image and workflow * set transmission-builder version * use matrix for multi runner builds * fix context * Fix file name * fix image name * Fix haugene#2694 image build (haugene#2699) * consolidate and parallelize image build with matrix multi runner build * fix image name * update master (haugene#2696) * Add Transmissionic Web UI & New Documentation (haugene#2589) * Added step to build a .deb file to install and reduce image size (haugene#2590) * Added step to build a .deb file to install and reduce image size * Fixed deb install incorrectly done * Check for update-port script existing instead of being executable (haugene#2593) haugene#2459 * Fixed TWC paths (haugene#2600) * add docker build caching to workflow (haugene#2609) * Privoxy eth0 fixes, healthcheck comparison tweak and start.sh update (haugene#2610) * by checking for existence of default 127 address,healthcheck will never effectively run, as the non-default eth0 ip will never be matched * the comparison was not trimming off the port, thus healthcheck was always going to fail or denote a change when there may have been none * simplified the comparison (thanks @edgd1er ) * Strip double quotes from umask check (haugene#2601) * Fix problem with enabled UFW with Random Ports (haugene#2603) Fixing haugene#2255 * move vpn config download to /config (haugene#2592) * move vpn config download to /config * fix git safe dir permissions * cleanup vpn config clone * re-add zip dl, set git to default * use alpine:latest for TransmissionUIs build stage (haugene#2573) * Update fetch-external-configs.sh removed duplicate bracket * Update to transmission 4.0.4 * Update configure-openvpn.sh * Switched the order of events, to remove the ipv6 before sed-ing the address (haugene#2695) * Create separate image for transmission build from source (haugene#2691) * separate transmission build to separate image and workflow * set transmission-builder version * use matrix for multi runner builds * fix context * parallel docker builds with matrix (haugene#2694) * consolidate and parallelize image build with matrix multi runner build * fix image name * Update Dockerfile fixed typo * `TRANSMISSION_RPC_URL` option causes a moved permanently error when using PIA (haugene#2657) * Respect option `TRANSMISSION_RPC_URL` remove debug echo * default `TRANSMISSION_RPC_URL` is now grabbed from `default-settings.json` * Stricter grep pattern * Remove redundant grep * Added comment * Use `jq` instead of `sed` to determine the default of `TRANSMISSION_RPC_URL` --------- Co-authored-by: Mark Honkoop <[email protected]> * Fix for PR haugene#2691 (haugene#2698) * separate transmission build to separate image and workflow * set transmission-builder version * use matrix for multi runner builds * fix context * Fix file name * fix image name --------- Co-authored-by: Anastasiya Polina Soyka <[email protected]> Co-authored-by: Geoff <[email protected]> Co-authored-by: ksurl <[email protected]> Co-authored-by: HeavyGee <[email protected]> Co-authored-by: WitchRecipe <[email protected]> Co-authored-by: Florian Kretschmer <[email protected]> Co-authored-by: Aemulation <[email protected]> Co-authored-by: Mark Honkoop <[email protected]> * fix matrix to build all images --------- Co-authored-by: Patrick Kishino <[email protected]> Co-authored-by: Anastasiya Polina Soyka <[email protected]> Co-authored-by: Geoff <[email protected]> Co-authored-by: HeavyGee <[email protected]> Co-authored-by: WitchRecipe <[email protected]> Co-authored-by: Florian Kretschmer <[email protected]> Co-authored-by: Aemulation <[email protected]> Co-authored-by: Mark Honkoop <[email protected]> * fix transmission version check (haugene#2700) * Comment * Switch transmission builder image to combined platform builder (haugene#2704) * separate transmission build to separate image and workflow * set transmission-builder version * use matrix for multi runner builds * fix context * Fix file name * fix image name * fix transmission build version detection * switch to combined platform builder --------- Co-authored-by: Patrick Kishino <[email protected]> * switch to single platform builder (haugene#2705) Co-authored-by: Patrick Kishino <[email protected]> --------- Co-authored-by: Anastasiya Polina Soyka <[email protected]> Co-authored-by: Geoff <[email protected]> Co-authored-by: ksurl <[email protected]> Co-authored-by: HeavyGee <[email protected]> Co-authored-by: WitchRecipe <[email protected]> Co-authored-by: Florian Kretschmer <[email protected]> Co-authored-by: Aemulation <[email protected]> Co-authored-by: Mark Honkoop <[email protected]> * Update README.md * Bump actions/checkout from 3 to 4 (haugene#2714) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump docker/setup-buildx-action from 2 to 3 (haugene#2718) Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v2...v3) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump docker/login-action from 2 to 3 (haugene#2719) Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump docker/setup-qemu-action from 2 to 3 (haugene#2720) Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v2...v3) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump docker/metadata-action from 4 to 5 (haugene#2721) Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5. - [Release notes](https://github.com/docker/metadata-action/releases) - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md) - [Commits](docker/metadata-action@v4...v5) --- updated-dependencies: - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump docker/build-push-action from 4 to 5 (haugene#2722) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4...v5) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update tips-tricks.md fixed pod man tip * fixing invalid concatenation (haugene#2743) * fixing invalid concatenation --------- Co-authored-by: Patrick Kishino <[email protected]> * install natpmpc --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Patrick Kishino <[email protected]> Co-authored-by: Anastasiya Polina Soyka <[email protected]> Co-authored-by: Geoff <[email protected]> Co-authored-by: ksurl <[email protected]> Co-authored-by: HeavyGee <[email protected]> Co-authored-by: WitchRecipe <[email protected]> Co-authored-by: Florian Kretschmer <[email protected]> Co-authored-by: Aemulation <[email protected]> Co-authored-by: Mark Honkoop <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Storm <[email protected]> * update transmission build version to 4.0.5 * fix: transmission version check (haugene#2753) * fix transmission version check * add git user config * Update Dockerfile Update version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Anastasiya Polina Soyka <[email protected]> Co-authored-by: Geoff <[email protected]> Co-authored-by: ksurl <[email protected]> Co-authored-by: HeavyGee <[email protected]> Co-authored-by: WitchRecipe <[email protected]> Co-authored-by: Florian Kretschmer <[email protected]> Co-authored-by: Aemulation <[email protected]> Co-authored-by: Mark Honkoop <[email protected]> Co-authored-by: JeeDeWee <[email protected]> Co-authored-by: Ian Moroney <[email protected]> Co-authored-by: Mugga Joe <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Storm <[email protected]> Co-authored-by: workflow runner <[email protected]>
Update main to dev (haugene#2689) * Add Transmissionic Web UI & New Documentation (haugene#2589) * Added step to build a .deb file to install and reduce image size (haugene#2590) * Added step to build a .deb file to install and reduce image size * Fixed deb install incorrectly done * Check for update-port script existing instead of being executable (haugene#2593) haugene#2459 * Fixed TWC paths (haugene#2600) * add docker build caching to workflow (haugene#2609) * Privoxy eth0 fixes, healthcheck comparison tweak and start.sh update (haugene#2610) * by checking for existence of default 127 address,healthcheck will never effectively run, as the non-default eth0 ip will never be matched * the comparison was not trimming off the port, thus healthcheck was always going to fail or denote a change when there may have been none * simplified the comparison (thanks @edgd1er ) * Strip double quotes from umask check (haugene#2601) * Fix problem with enabled UFW with Random Ports (haugene#2603) Fixing haugene#2255 * move vpn config download to /config (haugene#2592) * move vpn config download to /config * fix git safe dir permissions * cleanup vpn config clone * re-add zip dl, set git to default * use alpine:latest for TransmissionUIs build stage (haugene#2573) * Update fetch-external-configs.sh removed duplicate bracket * Update to transmission 4.0.4 * Update configure-openvpn.sh --------- Co-authored-by: Anastasiya Polina Soyka <[email protected]> Co-authored-by: Geoff <[email protected]> Co-authored-by: ksurl <[email protected]> Co-authored-by: HeavyGee <[email protected]> Co-authored-by: WitchRecipe <[email protected]> Co-authored-by: Florian Kretschmer <[email protected]>
Merge dev into master (haugene#2583) * Quoute variables, fixes haugene#2406 and haugene#2418 * Fix sed busy (haugene#2426) * fix sed device or resource busy errors Signed-off-by: Jonathan Sloan <[email protected]> * update info Signed-off-by: Jonathan Sloan <[email protected]> * update docs Signed-off-by: Jonathan Sloan <[email protected]> * log and fail if config is a mountpoint Signed-off-by: Jonathan Sloan <[email protected]> * correct mountpoint check Signed-off-by: Jonathan Sloan <[email protected]> Signed-off-by: Jonathan Sloan <[email protected]> * Fix fallback of transmission-home haugene#2409 * Fix to use iptables-legacy rather than iptables-nft (haugene#2456) * Fix bug: the evironment file will be invalid (haugene#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. (haugene#2494) * restart privoxy if docker changed eth0 address. * sometimes, pidfile exists but process is dead * Simplify RPC creds setup (haugene#2480) Reduce the complexity associated with creating RPC creds * Fix bitwise decimal & octal (haugene#2457) * Fix bitwise decimal & octal The issue is tracked here: haugene#2450 (comment) 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 (haugene#2505) * review nordvpn error exit messages + tests (haugene#2518) * Check for files existing instead of being executable haugene#2459 * Bump docker/build-push-action from 3 to 4 (haugene#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](docker/build-push-action@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix: Add quotes on generated variables to avoid braking with spaces (haugene#2538) This should fix haugene#2406 * Fix crash in fetch-external-configs on unset vars (haugene#2561) * simple adjustments to "openvpn/modify-openvpn-config.sh" and "transmission/start.sh" that can make the verbosity of logging user-adjustable (haugene#2564) * Bump docker/build-push-action from 3 to 4 (haugene#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](docker/build-push-action@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Socks5 example doc (haugene#2541) * fixing some heading sizes * adding socks5-proxy example --------- Co-authored-by: Jonathan Fair <[email protected]> * Docs: add capabilities for Podman to tips&tricks (haugene#2546) Co-authored-by: Tomas Vik <[email protected]> * 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JtMotoX <[email protected]> Co-authored-by: Jonathan Fair <[email protected]> Co-authored-by: Patrick Kishino <[email protected]> Co-authored-by: Tomas Vik <[email protected]> * OVPN script fix for for 4.x branch (haugene#2566) * Bump docker/build-push-action from 3 to 4 (haugene#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](docker/build-push-action@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Socks5 example doc (haugene#2541) * fixing some heading sizes * adding socks5-proxy example --------- Co-authored-by: Jonathan Fair <[email protected]> * Docs: add capabilities for Podman to tips&tricks (haugene#2546) Co-authored-by: Tomas Vik <[email protected]> * 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JtMotoX <[email protected]> Co-authored-by: Jonathan Fair <[email protected]> Co-authored-by: Patrick Kishino <[email protected]> Co-authored-by: Tomas Vik <[email protected]> * Update master with latest dev fixes (haugene#2579) (haugene#2582) * Quoute variables, fixes haugene#2406 and haugene#2418 * Fix sed busy (haugene#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 haugene#2409 * Fix to use iptables-legacy rather than iptables-nft (haugene#2456) * Fix bug: the evironment file will be invalid (haugene#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. (haugene#2494) * restart privoxy if docker changed eth0 address. * sometimes, pidfile exists but process is dead * Simplify RPC creds setup (haugene#2480) Reduce the complexity associated with creating RPC creds * Fix bitwise decimal & octal (haugene#2457) * Fix bitwise decimal & octal The issue is tracked here: haugene#2450 (comment) 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 (haugene#2505) * review nordvpn error exit messages + tests (haugene#2518) * Check for files existing instead of being executable haugene#2459 * Bump docker/build-push-action from 3 to 4 (haugene#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](docker/build-push-action@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 (haugene#2538) This should fix haugene#2406 * Fix crash in fetch-external-configs on unset vars (haugene#2561) * simple adjustments to "openvpn/modify-openvpn-config.sh" and "transmission/start.sh" that can make the verbosity of logging user-adjustable (haugene#2564) * Bump docker/build-push-action from 3 to 4 (haugene#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](docker/build-push-action@v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... * Socks5 example doc (haugene#2541) * fixing some heading sizes * adding socks5-proxy example --------- * Docs: add capabilities for Podman to tips&tricks (haugene#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 (haugene#2566) * Bump docker/build-push-action from 3 to 4 (haugene#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](docker/build-push-action@v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... * Socks5 example doc (haugene#2541) * fixing some heading sizes * adding socks5-proxy example --------- * Docs: add capabilities for Podman to tips&tricks (haugene#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 <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Kristian Haugene <[email protected]> Co-authored-by: Jonathan Sloan <[email protected]> Co-authored-by: Robert Szynal <[email protected]> Co-authored-by: Jiangqiu Shen <[email protected]> Co-authored-by: edgd1er <[email protected]> Co-authored-by: Colin Hebert <[email protected]> Co-authored-by: J.P. Hutchins <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jayson Reis <[email protected]> Co-authored-by: Chad <[email protected]> Co-authored-by: phesster <[email protected]> Co-authored-by: JtMotoX <[email protected]> Co-authored-by: Jonathan Fair <[email protected]> Co-authored-by: Tomas Vik <[email protected]> Co-authored-by: Derek Gordon <[email protected]> --------- Signed-off-by: Jonathan Sloan <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Kristian Haugene <[email protected]> Co-authored-by: Jonathan Sloan <[email protected]> Co-authored-by: Robert Szynal <[email protected]> Co-authored-by: Jiangqiu Shen <[email protected]> Co-authored-by: edgd1er <[email protected]> Co-authored-by: Colin Hebert <[email protected]> Co-authored-by: J.P. Hutchins <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jayson Reis <[email protected]> Co-authored-by: Chad <[email protected]> Co-authored-by: phesster <[email protected]> Co-authored-by: JtMotoX <[email protected]> Co-authored-by: Jonathan Fair <[email protected]> Co-authored-by: Tomas Vik <[email protected]> Co-authored-by: Derek Gordon <[email protected]>
Update master with Transmission 4 (haugene#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 (haugene#2554) * Bump docker/build-push-action from 3 to 4 (haugene#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](docker/build-push-action@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Socks5 example doc (haugene#2541) * fixing some heading sizes * adding socks5-proxy example --------- Co-authored-by: Jonathan Fair <[email protected]> * Docs: add capabilities for Podman to tips&tricks (haugene#2546) Co-authored-by: Tomas Vik <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JtMotoX <[email protected]> Co-authored-by: Jonathan Fair <[email protected]> Co-authored-by: Tomas Vik <[email protected]> * Update Dockerfile 4.0.2 * Update configure-openvpn.sh (haugene#2567) Same changes to master going to beta for beta tests w latest Transmission * Transmission->4.0.3 * prep new master (haugene#2575) * Bump docker/build-push-action from 3 to 4 (haugene#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](docker/build-push-action@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Socks5 example doc (haugene#2541) * fixing some heading sizes * adding socks5-proxy example --------- Co-authored-by: Jonathan Fair <[email protected]> * Docs: add capabilities for Podman to tips&tricks (haugene#2546) Co-authored-by: Tomas Vik <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JtMotoX <[email protected]> Co-authored-by: Jonathan Fair <[email protected]> Co-authored-by: Tomas Vik <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Kristian Haugene <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JtMotoX <[email protected]> Co-authored-by: Jonathan Fair <[email protected]> Co-authored-by: Tomas Vik <[email protected]> Co-authored-by: Derek Gordon <[email protected]>
PreviousNext