Skip to content
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

restart privoxy if docker changed eth0 address. #2494

Merged
merged 2 commits into from
Jan 20, 2023

Conversation

edgd1er
Copy link
Contributor

@edgd1er edgd1er commented Jan 11, 2023

**

Breaking change

<placeholder>

Proposed change

Running container internal address 172.18.X.X will change from time to time. This PR will check that privoxy's listening address is still correct. During healthcheck, privoxy's listening ip is compared to eht0 ip address.
container set with multiple listening address (eth0,eth1,eth2,eth3,...) is not in the scope of this PR.
fix #2489

Type of change

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (which adds functionality to this container)
  • Breaking change (fix/feature causing existing functionality to break)

Additional information

  • This PR fixes or closes issue: fixes #2489
  • This PR is related to issue: relates to #
  • Link to documentation updated (if done separately): https://...

Checklist

  • The code change is tested and works locally.
  • There is no commented out code in this PR.

If user exposed functionality or configuration variables are added/changed:

  • Documentation added/updated

@pkishino pkishino merged commit 682af66 into haugene:dev Jan 20, 2023
pkishino added a commit that referenced this pull request Apr 15, 2023
* Quoute variables, fixes #2406 and #2418

* Fix sed busy (#2426)

* fix sed device or resource busy errors

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* update info

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* update docs

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* log and fail if config is a mountpoint

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* correct mountpoint check

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* 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: #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 (#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](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] <support@github.com>
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](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] <support@github.com>
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 <jonathaf@netapp.com>

* Docs: add capabilities for Podman to tips&tricks (#2546)

Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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] <support@github.com>
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 <jonathaf@netapp.com>
Co-authored-by: Patrick Kishino <patrick.a.kishino@gmail.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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](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] <support@github.com>
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 <jonathaf@netapp.com>

* Docs: add capabilities for Podman to tips&tricks (#2546)

Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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] <support@github.com>
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 <jonathaf@netapp.com>
Co-authored-by: Patrick Kishino <patrick.a.kishino@gmail.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>

---------

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Kristian Haugene <kristian@haugene.net>
Co-authored-by: Jonathan Sloan <jsloan117@gmail.com>
Co-authored-by: Robert Szynal <RJSzynal@Gmail.com>
Co-authored-by: Jiangqiu Shen <ivy22233qiu@live.com>
Co-authored-by: edgd1er <edgd1er@hotmail.com>
Co-authored-by: Colin Hebert <active.luck0981@dedicated.contact>
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 <santosdosreis@gmail.com>
Co-authored-by: Chad <github@chad.org>
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 <jonathaf@netapp.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>
Co-authored-by: Derek Gordon <derek@derekgordon.com>
@pkishino pkishino mentioned this pull request Apr 15, 2023
6 tasks
pkishino added a commit that referenced this pull request Apr 15, 2023
* 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: #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 (#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](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 (#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](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 (#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](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 (#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 <jsloan117@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Kristian Haugene <kristian@haugene.net>
Co-authored-by: Jonathan Sloan <jsloan117@gmail.com>
Co-authored-by: Robert Szynal <RJSzynal@Gmail.com>
Co-authored-by: Jiangqiu Shen <ivy22233qiu@live.com>
Co-authored-by: edgd1er <edgd1er@hotmail.com>
Co-authored-by: Colin Hebert <active.luck0981@dedicated.contact>
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 <santosdosreis@gmail.com>
Co-authored-by: Chad <github@chad.org>
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 <jonathaf@netapp.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>
Co-authored-by: Derek Gordon <derek@derekgordon.com>
pkishino added a commit that referenced this pull request Apr 15, 2023
* Quoute variables, fixes #2406 and #2418

* Fix sed busy (#2426)

* fix sed device or resource busy errors

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* update info

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* update docs

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* log and fail if config is a mountpoint

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* correct mountpoint check

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* 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: #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 (#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](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] <support@github.com>
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](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] <support@github.com>
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 <jonathaf@netapp.com>

* Docs: add capabilities for Podman to tips&tricks (#2546)

Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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] <support@github.com>
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 <jonathaf@netapp.com>
Co-authored-by: Patrick Kishino <patrick.a.kishino@gmail.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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](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] <support@github.com>
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 <jonathaf@netapp.com>

* Docs: add capabilities for Podman to tips&tricks (#2546)

Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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] <support@github.com>
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 <jonathaf@netapp.com>
Co-authored-by: Patrick Kishino <patrick.a.kishino@gmail.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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: #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 (#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](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 (#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](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 (#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](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 (#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 <jsloan117@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Kristian Haugene <kristian@haugene.net>
Co-authored-by: Jonathan Sloan <jsloan117@gmail.com>
Co-authored-by: Robert Szynal <RJSzynal@Gmail.com>
Co-authored-by: Jiangqiu Shen <ivy22233qiu@live.com>
Co-authored-by: edgd1er <edgd1er@hotmail.com>
Co-authored-by: Colin Hebert <active.luck0981@dedicated.contact>
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 <santosdosreis@gmail.com>
Co-authored-by: Chad <github@chad.org>
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 <jonathaf@netapp.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>
Co-authored-by: Derek Gordon <derek@derekgordon.com>

---------

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Kristian Haugene <kristian@haugene.net>
Co-authored-by: Jonathan Sloan <jsloan117@gmail.com>
Co-authored-by: Robert Szynal <RJSzynal@Gmail.com>
Co-authored-by: Jiangqiu Shen <ivy22233qiu@live.com>
Co-authored-by: edgd1er <edgd1er@hotmail.com>
Co-authored-by: Colin Hebert <active.luck0981@dedicated.contact>
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 <santosdosreis@gmail.com>
Co-authored-by: Chad <github@chad.org>
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 <jonathaf@netapp.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>
Co-authored-by: Derek Gordon <derek@derekgordon.com>
pkishino added a commit that referenced this pull request Apr 16, 2023
* 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](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] <support@github.com>
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](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] <support@github.com>
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 <jonathaf@netapp.com>

* Docs: add capabilities for Podman to tips&tricks (#2546)

Co-authored-by: Tomas Vik <tvik@gitlab.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](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] <support@github.com>
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 <jonathaf@netapp.com>

* Docs: add capabilities for Podman to tips&tricks (#2546)

Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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] <support@github.com>
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 <jonathaf@netapp.com>
Co-authored-by: Patrick Kishino <patrick.a.kishino@gmail.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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](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] <support@github.com>
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 <jonathaf@netapp.com>

* Docs: add capabilities for Podman to tips&tricks (#2546)

Co-authored-by: Tomas Vik <tvik@gitlab.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
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 <jonathaf@netapp.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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](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] <support@github.com>
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 <jonathaf@netapp.com>

* Docs: add capabilities for Podman to tips&tricks (#2546)

Co-authored-by: Tomas Vik <tvik@gitlab.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
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 <jonathaf@netapp.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Kristian Haugene <kristian@haugene.net>
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 <jonathaf@netapp.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>
Co-authored-by: Derek Gordon <derek@derekgordon.com>

* 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](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] <support@github.com>
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 <jonathaf@netapp.com>

* Docs: add capabilities for Podman to tips&tricks (#2546)

Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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] <support@github.com>
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 <jonathaf@netapp.com>
Co-authored-by: Patrick Kishino <patrick.a.kishino@gmail.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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 <jsloan117@gmail.com>

* update info

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* update docs

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* log and fail if config is a mountpoint

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* correct mountpoint check

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* 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: #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 (#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](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] <support@github.com>
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](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] <support@github.com>
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 <jonathaf@netapp.com>

* Docs: add capabilities for Podman to tips&tricks (#2546)

Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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] <support@github.com>
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 <jonathaf@netapp.com>
Co-authored-by: Patrick Kishino <patrick.a.kishino@gmail.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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](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] <support@github.com>
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 <jonathaf@netapp.com>

* Docs: add capabilities for Podman to tips&tricks (#2546)

Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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] <support@github.com>
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 <jonathaf@netapp.com>
Co-authored-by: Patrick Kishino <patrick.a.kishino@gmail.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>

---------

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Kristian Haugene <kristian@haugene.net>
Co-authored-by: Jonathan Sloan <jsloan117@gmail.com>
Co-authored-by: Robert Szynal <RJSzynal@Gmail.com>
Co-authored-by: Jiangqiu Shen <ivy22233qiu@live.com>
Co-authored-by: edgd1er <edgd1er@hotmail.com>
Co-authored-by: Colin Hebert <active.luck0981@dedicated.contact>
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 <santosdosreis@gmail.com>
Co-authored-by: Chad <github@chad.org>
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 <jonathaf@netapp.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>
Co-authored-by: Derek Gordon <derek@derekgordon.com>

* 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: #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 (#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](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 (#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](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 (#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](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 (#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 <jsloan117@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Kristian Haugene <kristian@haugene.net>
Co-authored-by: Jonathan Sloan <jsloan117@gmail.com>
Co-authored-by: Robert Szynal <RJSzynal@Gmail.com>
Co-authored-by: Jiangqiu Shen <ivy22233qiu@live.com>
Co-authored-by: edgd1er <edgd1er@hotmail.com>
Co-authored-by: Colin Hebert <active.luck0981@dedicated.contact>
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 <santosdosreis@gmail.com>
Co-authored-by: Chad <github@chad.org>
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 <jonathaf@netapp.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>
Co-authored-by: Derek Gordon <derek@derekgordon.com>

* 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 <jsloan117@gmail.com>

* update info

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* update docs

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* log and fail if config is a mountpoint

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* correct mountpoint check

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* 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: #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 (#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](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] <support@github.com>
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](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] <support@github.com>
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 <jonathaf@netapp.com>

* Docs: add capabilities for Podman to tips&tricks (#2546)

Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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] <support@github.com>
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 <jonathaf@netapp.com>
Co-authored-by: Patrick Kishino <patrick.a.kishino@gmail.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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](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] <support@github.com>
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 <jonathaf@netapp.com>

* Docs: add capabilities for Podman to tips&tricks (#2546)

Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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] <support@github.com>
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 <jonathaf@netapp.com>
Co-authored-by: Patrick Kishino <patrick.a.kishino@gmail.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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: #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 (#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](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 (#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](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 (#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](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 (#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 <jsloan117@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Kristian Haugene <kristian@haugene.net>
Co-authored-by: Jonathan Sloan <jsloan117@gmail.com>
Co-authored-by: Robert Szynal <RJSzynal@Gmail.com>
Co-authored-by: Jiangqiu Shen <ivy22233qiu@live.com>
Co-authored-by: edgd1er <edgd1er@hotmail.com>
Co-authored-by: Colin Hebert <active.luck0981@dedicated.contact>
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 <santosdosreis@gmail.com>
Co-authored-by: Chad <github@chad.org>
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 <jonathaf@netapp.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>
Co-authored-by: Derek Gordon <derek@derekgordon.com>

---------

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Kristian Haugene <kristian@haugene.net>
Co-authored-by: Jonathan Sloan <jsloan117@gmail.com>
Co-authored-by: Robert Szynal <RJSzynal@Gmail.com>
Co-authored-by: Jiangqiu Shen <ivy22233qiu@live.com>
Co-authored-by: edgd1er <edgd1er@hotmail.com>
Co-authored-by: Colin Hebert <active.luck0981@dedicated.contact>
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 <santosdosreis@gmail.com>
Co-authored-by: Chad <github@chad.org>
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 <jonathaf@netapp.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>
Co-authored-by: Derek Gordon <derek@derekgordon.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>
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 <jonathaf@netapp.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>
Co-authored-by: Jayson Reis <santosdosreis@gmail.com>
Co-authored-by: Chad <github@chad.org>
Co-authored-by: phesster <115180691+phesster@users.noreply.github.com>
Co-authored-by: Kristian Haugene <kristian@haugene.net>
Co-authored-by: Derek Gordon <derek@derekgordon.com>
Co-authored-by: Jonathan Sloan <jsloan117@gmail.com>
Co-authored-by: Robert Szynal <RJSzynal@Gmail.com>
Co-authored-by: Jiangqiu Shen <ivy22233qiu@live.com>
Co-authored-by: edgd1er <edgd1er@hotmail.com>
Co-authored-by: Colin Hebert <active.luck0981@dedicated.contact>
Co-authored-by: J.P. Hutchins <34154542+JPHutchins@users.noreply.github.com>
pkishino added a commit that referenced this pull request Apr 16, 2023
* 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](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] <support@github.com>
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](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] <support@github.com>
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 <jonathaf@netapp.com>

* Docs: add capabilities for Podman to tips&tricks (#2546)

Co-authored-by: Tomas Vik <tvik@gitlab.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](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] <support@github.com>
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 <jonathaf@netapp.com>

* Docs: add capabilities for Podman to tips&tricks (#2546)

Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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] <support@github.com>
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 <jonathaf@netapp.com>
Co-authored-by: Patrick Kishino <patrick.a.kishino@gmail.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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](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] <support@github.com>
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 <jonathaf@netapp.com>

* Docs: add capabilities for Podman to tips&tricks (#2546)

Co-authored-by: Tomas Vik <tvik@gitlab.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
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 <jonathaf@netapp.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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](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] <support@github.com>
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 <jonathaf@netapp.com>

* Docs: add capabilities for Podman to tips&tricks (#2546)

Co-authored-by: Tomas Vik <tvik@gitlab.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
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 <jonathaf@netapp.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Kristian Haugene <kristian@haugene.net>
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 <jonathaf@netapp.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>
Co-authored-by: Derek Gordon <derek@derekgordon.com>

* 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](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] <support@github.com>
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 <jonathaf@netapp.com>

* Docs: add capabilities for Podman to tips&tricks (#2546)

Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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] <support@github.com>
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 <jonathaf@netapp.com>
Co-authored-by: Patrick Kishino <patrick.a.kishino@gmail.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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 <jsloan117@gmail.com>

* update info

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* update docs

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* log and fail if config is a mountpoint

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* correct mountpoint check

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* 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: #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 (#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](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] <support@github.com>
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](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] <support@github.com>
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 <jonathaf@netapp.com>

* Docs: add capabilities for Podman to tips&tricks (#2546)

Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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] <support@github.com>
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 <jonathaf@netapp.com>
Co-authored-by: Patrick Kishino <patrick.a.kishino@gmail.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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](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] <support@github.com>
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 <jonathaf@netapp.com>

* Docs: add capabilities for Podman to tips&tricks (#2546)

Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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] <support@github.com>
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 <jonathaf@netapp.com>
Co-authored-by: Patrick Kishino <patrick.a.kishino@gmail.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>

---------

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Kristian Haugene <kristian@haugene.net>
Co-authored-by: Jonathan Sloan <jsloan117@gmail.com>
Co-authored-by: Robert Szynal <RJSzynal@Gmail.com>
Co-authored-by: Jiangqiu Shen <ivy22233qiu@live.com>
Co-authored-by: edgd1er <edgd1er@hotmail.com>
Co-authored-by: Colin Hebert <active.luck0981@dedicated.contact>
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 <santosdosreis@gmail.com>
Co-authored-by: Chad <github@chad.org>
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 <jonathaf@netapp.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>
Co-authored-by: Derek Gordon <derek@derekgordon.com>

* 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: #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 (#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](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 (#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](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 (#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](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 (#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 <jsloan117@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Kristian Haugene <kristian@haugene.net>
Co-authored-by: Jonathan Sloan <jsloan117@gmail.com>
Co-authored-by: Robert Szynal <RJSzynal@Gmail.com>
Co-authored-by: Jiangqiu Shen <ivy22233qiu@live.com>
Co-authored-by: edgd1er <edgd1er@hotmail.com>
Co-authored-by: Colin Hebert <active.luck0981@dedicated.contact>
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 <santosdosreis@gmail.com>
Co-authored-by: Chad <github@chad.org>
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 <jonathaf@netapp.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>
Co-authored-by: Derek Gordon <derek@derekgordon.com>

* 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 <jsloan117@gmail.com>

* update info

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* update docs

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* log and fail if config is a mountpoint

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* correct mountpoint check

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* 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: #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 (#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](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] <support@github.com>
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](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] <support@github.com>
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 <jonathaf@netapp.com>

* Docs: add capabilities for Podman to tips&tricks (#2546)

Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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] <support@github.com>
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 <jonathaf@netapp.com>
Co-authored-by: Patrick Kishino <patrick.a.kishino@gmail.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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](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] <support@github.com>
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 <jonathaf@netapp.com>

* Docs: add capabilities for Podman to tips&tricks (#2546)

Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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] <support@github.com>
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 <jonathaf@netapp.com>
Co-authored-by: Patrick Kishino <patrick.a.kishino@gmail.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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: #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 (#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](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 (#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](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 (#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](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 (#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 <jsloan117@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Kristian Haugene <kristian@haugene.net>
Co-authored-by: Jonathan Sloan <jsloan117@gmail.com>
Co-authored-by: Robert Szynal <RJSzynal@Gmail.com>
Co-authored-by: Jiangqiu Shen <ivy22233qiu@live.com>
Co-authored-by: edgd1er <edgd1er@hotmail.com>
Co-authored-by: Colin Hebert <active.luck0981@dedicated.contact>
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 <santosdosreis@gmail.com>
Co-authored-by: Chad <github@chad.org>
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 <jonathaf@netapp.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>
Co-authored-by: Derek Gordon <derek@derekgordon.com>

---------

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Kristian Haugene <kristian@haugene.net>
Co-authored-by: Jonathan Sloan <jsloan117@gmail.com>
Co-authored-by: Robert Szynal <RJSzynal@Gmail.com>
Co-authored-by: Jiangqiu Shen <ivy22233qiu@live.com>
Co-authored-by: edgd1er <edgd1er@hotmail.com>
Co-authored-by: Colin Hebert <active.luck0981@dedicated.contact>
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 <santosdosreis@gmail.com>
Co-authored-by: Chad <github@chad.org>
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 <jonathaf@netapp.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>
Co-authored-by: Derek Gordon <derek@derekgordon.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>
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 <jonathaf@netapp.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>
Co-authored-by: Jayson Reis <santosdosreis@gmail.com>
Co-authored-by: Chad <github@chad.org>
Co-authored-by: phesster <115180691+phesster@users.noreply.github.com>
Co-authored-by: Kristian Haugene <kristian@haugene.net>
Co-authored-by: Derek Gordon <derek@derekgordon.com>
Co-authored-by: Jonathan Sloan <jsloan117@gmail.com>
Co-authored-by: Robert Szynal <RJSzynal@Gmail.com>
Co-authored-by: Jiangqiu Shen <ivy22233qiu@live.com>
Co-authored-by: edgd1er <edgd1er@hotmail.com>
Co-authored-by: Colin Hebert <active.luck0981@dedicated.contact>
Co-authored-by: J.P. Hutchins <34154542+JPHutchins@users.noreply.github.com>
pkishino added a commit that referenced this pull request Apr 17, 2023
* 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](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] <support@github.com>
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](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] <support@github.com>
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 <jonathaf@netapp.com>

* Docs: add capabilities for Podman to tips&tricks (#2546)

Co-authored-by: Tomas Vik <tvik@gitlab.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](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] <support@github.com>
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 <jonathaf@netapp.com>

* Docs: add capabilities for Podman to tips&tricks (#2546)

Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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] <support@github.com>
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 <jonathaf@netapp.com>
Co-authored-by: Patrick Kishino <patrick.a.kishino@gmail.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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](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] <support@github.com>
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 <jonathaf@netapp.com>

* Docs: add capabilities for Podman to tips&tricks (#2546)

Co-authored-by: Tomas Vik <tvik@gitlab.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
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 <jonathaf@netapp.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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](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] <support@github.com>
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 <jonathaf@netapp.com>

* Docs: add capabilities for Podman to tips&tricks (#2546)

Co-authored-by: Tomas Vik <tvik@gitlab.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
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 <jonathaf@netapp.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Kristian Haugene <kristian@haugene.net>
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 <jonathaf@netapp.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>
Co-authored-by: Derek Gordon <derek@derekgordon.com>

* 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](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] <support@github.com>
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 <jonathaf@netapp.com>

* Docs: add capabilities for Podman to tips&tricks (#2546)

Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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] <support@github.com>
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 <jonathaf@netapp.com>
Co-authored-by: Patrick Kishino <patrick.a.kishino@gmail.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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 <jsloan117@gmail.com>

* update info

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* update docs

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* log and fail if config is a mountpoint

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* correct mountpoint check

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* 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: #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 (#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](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] <support@github.com>
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](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] <support@github.com>
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 <jonathaf@netapp.com>

* Docs: add capabilities for Podman to tips&tricks (#2546)

Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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] <support@github.com>
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 <jonathaf@netapp.com>
Co-authored-by: Patrick Kishino <patrick.a.kishino@gmail.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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](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] <support@github.com>
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 <jonathaf@netapp.com>

* Docs: add capabilities for Podman to tips&tricks (#2546)

Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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] <support@github.com>
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 <jonathaf@netapp.com>
Co-authored-by: Patrick Kishino <patrick.a.kishino@gmail.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>

---------

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Kristian Haugene <kristian@haugene.net>
Co-authored-by: Jonathan Sloan <jsloan117@gmail.com>
Co-authored-by: Robert Szynal <RJSzynal@Gmail.com>
Co-authored-by: Jiangqiu Shen <ivy22233qiu@live.com>
Co-authored-by: edgd1er <edgd1er@hotmail.com>
Co-authored-by: Colin Hebert <active.luck0981@dedicated.contact>
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 <santosdosreis@gmail.com>
Co-authored-by: Chad <github@chad.org>
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 <jonathaf@netapp.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>
Co-authored-by: Derek Gordon <derek@derekgordon.com>

* 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: #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 (#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](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 (#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](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 (#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](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 (#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 <jsloan117@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Kristian Haugene <kristian@haugene.net>
Co-authored-by: Jonathan Sloan <jsloan117@gmail.com>
Co-authored-by: Robert Szynal <RJSzynal@Gmail.com>
Co-authored-by: Jiangqiu Shen <ivy22233qiu@live.com>
Co-authored-by: edgd1er <edgd1er@hotmail.com>
Co-authored-by: Colin Hebert <active.luck0981@dedicated.contact>
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 <santosdosreis@gmail.com>
Co-authored-by: Chad <github@chad.org>
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 <jonathaf@netapp.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>
Co-authored-by: Derek Gordon <derek@derekgordon.com>

* 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 <jsloan117@gmail.com>

* update info

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* update docs

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* log and fail if config is a mountpoint

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* correct mountpoint check

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>

* 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: #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 (#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](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] <support@github.com>
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](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] <support@github.com>
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 <jonathaf@netapp.com>

* Docs: add capabilities for Podman to tips&tricks (#2546)

Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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] <support@github.com>
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 <jonathaf@netapp.com>
Co-authored-by: Patrick Kishino <patrick.a.kishino@gmail.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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](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] <support@github.com>
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 <jonathaf@netapp.com>

* Docs: add capabilities for Podman to tips&tricks (#2546)

Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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] <support@github.com>
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 <jonathaf@netapp.com>
Co-authored-by: Patrick Kishino <patrick.a.kishino@gmail.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>

* 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: #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 (#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](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 (#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](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 (#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](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 (#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 <jsloan117@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Kristian Haugene <kristian@haugene.net>
Co-authored-by: Jonathan Sloan <jsloan117@gmail.com>
Co-authored-by: Robert Szynal <RJSzynal@Gmail.com>
Co-authored-by: Jiangqiu Shen <ivy22233qiu@live.com>
Co-authored-by: edgd1er <edgd1er@hotmail.com>
Co-authored-by: Colin Hebert <active.luck0981@dedicated.contact>
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 <santosdosreis@gmail.com>
Co-authored-by: Chad <github@chad.org>
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 <jonathaf@netapp.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>
Co-authored-by: Derek Gordon <derek@derekgordon.com>

---------

Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Kristian Haugene <kristian@haugene.net>
Co-authored-by: Jonathan Sloan <jsloan117@gmail.com>
Co-authored-by: Robert Szynal <RJSzynal@Gmail.com>
Co-authored-by: Jiangqiu Shen <ivy22233qiu@live.com>
Co-authored-by: edgd1er <edgd1er@hotmail.com>
Co-authored-by: Colin Hebert <active.luck0981@dedicated.contact>
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 <santosdosreis@gmail.com>
Co-authored-by: Chad <github@chad.org>
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 <jonathaf@netapp.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>
Co-authored-by: Derek Gordon <derek@derekgordon.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Jonathan Sloan <jsloan117@gmail.com>
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 <jonathaf@netapp.com>
Co-authored-by: Tomas Vik <tvik@gitlab.com>
Co-authored-by: Jayson Reis <santosdosreis@gmail.com>
Co-authored-by: Chad <github@chad.org>
Co-authored-by: phesster <115180691+phesster@users.noreply.github.com>
Co-authored-by: Kristian Haugene <kristian@haugene.net>
Co-authored-by: Derek Gordon <derek@derekgordon.com>
Co-authored-by: Jonathan Sloan <jsloan117@gmail.com>
Co-authored-by: Robert Szynal <RJSzynal@Gmail.com>
Co-authored-by: Jiangqiu Shen <ivy22233qiu@live.com>
Co-authored-by: edgd1er <edgd1er@hotmail.com>
Co-authored-by: Colin Hebert <active.luck0981@dedicated.contact>
Co-authored-by: J.P. Hutchins <34154542+JPHutchins@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants