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

Update Transmission-Web-Control #2772

Merged
merged 16 commits into from
Dec 20, 2023
Merged

Update Transmission-Web-Control #2772

merged 16 commits into from
Dec 20, 2023

Conversation

Choff3
Copy link

@Choff3 Choff3 commented Dec 19, 2023

  • Update transmission web control to actively maintained repo
  • Change download URL to dist package

Breaking change

<placeholder>

Proposed change

This PR changes the repository for Transmission-Web-Control from the original to an actively maintained fork.

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

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 and others added 15 commits September 5, 2023 14:57
* Add Transmissionic Web UI & New Documentation (haugene#2589)

* Added step to build a .deb file to install and reduce image size (haugene#2590)

* Added step to build a .deb file to install and reduce image size

* Fixed deb install incorrectly done

* Check for update-port script existing instead of being executable (haugene#2593)

haugene#2459

* Fixed TWC paths (haugene#2600)

* add docker build caching to workflow (haugene#2609)

* Privoxy eth0 fixes, healthcheck comparison tweak and start.sh update (haugene#2610)

* by checking for existence of default 127 address,healthcheck will never effectively run, as the non-default eth0 ip will never be matched

* the comparison was not trimming off the port, thus healthcheck was always going to fail or denote a change when there may have been none

* simplified the comparison (thanks @edgd1er )

* Strip double quotes from umask check (haugene#2601)

* Fix problem with enabled UFW with Random Ports (haugene#2603)

Fixing haugene#2255

* move vpn config download to /config (haugene#2592)

* move vpn config download to /config

* fix git safe dir permissions

* cleanup vpn config clone

* re-add zip dl, set git to default

* use alpine:latest for TransmissionUIs build stage (haugene#2573)

* Update fetch-external-configs.sh

removed duplicate bracket

* Update to transmission 4.0.4

* Update configure-openvpn.sh

* Switched the order of events, to remove the ipv6 before sed-ing the address (haugene#2695)

* Create separate image for transmission build from source (haugene#2691)

* separate transmission build to separate image and workflow

* set transmission-builder version

* use matrix for multi runner builds

* fix context

* parallel docker builds with matrix (haugene#2694)

* consolidate and parallelize image build with matrix multi runner build

* fix image name

* Update Dockerfile

fixed typo

* `TRANSMISSION_RPC_URL` option causes a moved permanently error when using PIA (haugene#2657)

* Respect option `TRANSMISSION_RPC_URL`

remove debug echo

* default `TRANSMISSION_RPC_URL` is now grabbed from `default-settings.json`

* Stricter grep pattern

* Remove redundant grep

* Added comment

* Use `jq` instead of `sed` to determine the default of `TRANSMISSION_RPC_URL`

---------

Co-authored-by: Mark Honkoop <[email protected]>

* Fix for PR haugene#2691 (haugene#2698)

* separate transmission build to separate image and workflow

* set transmission-builder version

* use matrix for multi runner builds

* fix context

* Fix file name

* fix image name

* Fix haugene#2694 image build (haugene#2699)

* consolidate and parallelize image build with matrix multi runner build

* fix image name

* update master (haugene#2696)

* Add Transmissionic Web UI & New Documentation (haugene#2589)

* Added step to build a .deb file to install and reduce image size (haugene#2590)

* Added step to build a .deb file to install and reduce image size

* Fixed deb install incorrectly done

* Check for update-port script existing instead of being executable (haugene#2593)

haugene#2459

* Fixed TWC paths (haugene#2600)

* add docker build caching to workflow (haugene#2609)

* Privoxy eth0 fixes, healthcheck comparison tweak and start.sh update (haugene#2610)

* by checking for existence of default 127 address,healthcheck will never effectively run, as the non-default eth0 ip will never be matched

* the comparison was not trimming off the port, thus healthcheck was always going to fail or denote a change when there may have been none

* simplified the comparison (thanks @edgd1er )

* Strip double quotes from umask check (haugene#2601)

* Fix problem with enabled UFW with Random Ports (haugene#2603)

Fixing haugene#2255

* move vpn config download to /config (haugene#2592)

* move vpn config download to /config

* fix git safe dir permissions

* cleanup vpn config clone

* re-add zip dl, set git to default

* use alpine:latest for TransmissionUIs build stage (haugene#2573)

* Update fetch-external-configs.sh

removed duplicate bracket

* Update to transmission 4.0.4

* Update configure-openvpn.sh

* Switched the order of events, to remove the ipv6 before sed-ing the address (haugene#2695)

* Create separate image for transmission build from source (haugene#2691)

* separate transmission build to separate image and workflow

* set transmission-builder version

* use matrix for multi runner builds

* fix context

* parallel docker builds with matrix (haugene#2694)

* consolidate and parallelize image build with matrix multi runner build

* fix image name

* Update Dockerfile

fixed typo

* `TRANSMISSION_RPC_URL` option causes a moved permanently error when using PIA (haugene#2657)

* Respect option `TRANSMISSION_RPC_URL`

remove debug echo

* default `TRANSMISSION_RPC_URL` is now grabbed from `default-settings.json`

* Stricter grep pattern

* Remove redundant grep

* Added comment

* Use `jq` instead of `sed` to determine the default of `TRANSMISSION_RPC_URL`

---------

Co-authored-by: Mark Honkoop <[email protected]>

* Fix for PR haugene#2691 (haugene#2698)

* separate transmission build to separate image and workflow

* set transmission-builder version

* use matrix for multi runner builds

* fix context

* Fix file name

* fix image name

---------

Co-authored-by: Anastasiya Polina Soyka <[email protected]>
Co-authored-by: Geoff <[email protected]>
Co-authored-by: ksurl <[email protected]>
Co-authored-by: HeavyGee <[email protected]>
Co-authored-by: WitchRecipe <[email protected]>
Co-authored-by: Florian Kretschmer <[email protected]>
Co-authored-by: Aemulation <[email protected]>
Co-authored-by: Mark Honkoop <[email protected]>

* fix matrix to build all images

---------

Co-authored-by: Patrick Kishino <[email protected]>
Co-authored-by: Anastasiya Polina Soyka <[email protected]>
Co-authored-by: Geoff <[email protected]>
Co-authored-by: HeavyGee <[email protected]>
Co-authored-by: WitchRecipe <[email protected]>
Co-authored-by: Florian Kretschmer <[email protected]>
Co-authored-by: Aemulation <[email protected]>
Co-authored-by: Mark Honkoop <[email protected]>

* fix transmission version check (haugene#2700)

* Comment

* Switch transmission builder image to combined platform builder (haugene#2704)

* separate transmission build to separate image and workflow

* set transmission-builder version

* use matrix for multi runner builds

* fix context

* Fix file name

* fix image name

* fix transmission build version detection

* switch to combined platform builder

---------

Co-authored-by: Patrick Kishino <[email protected]>

* switch to single platform builder (haugene#2705)

Co-authored-by: Patrick Kishino <[email protected]>

---------

Co-authored-by: Anastasiya Polina Soyka <[email protected]>
Co-authored-by: Geoff <[email protected]>
Co-authored-by: ksurl <[email protected]>
Co-authored-by: HeavyGee <[email protected]>
Co-authored-by: WitchRecipe <[email protected]>
Co-authored-by: Florian Kretschmer <[email protected]>
Co-authored-by: Aemulation <[email protected]>
Co-authored-by: Mark Honkoop <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v2...v3)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v2...v3)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@v2...v3)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
- [Commits](docker/metadata-action@v4...v5)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v4...v5)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fixed pod man tip
* fixing invalid concatenation

---------

Co-authored-by: Patrick Kishino <[email protected]>
* Add Transmissionic Web UI & New Documentation (haugene#2589)

* Added step to build a .deb file to install and reduce image size (haugene#2590)

* Added step to build a .deb file to install and reduce image size

* Fixed deb install incorrectly done

* Check for update-port script existing instead of being executable (haugene#2593)

haugene#2459

* Fixed TWC paths (haugene#2600)

* add docker build caching to workflow (haugene#2609)

* Privoxy eth0 fixes, healthcheck comparison tweak and start.sh update (haugene#2610)

* by checking for existence of default 127 address,healthcheck will never effectively run, as the non-default eth0 ip will never be matched

* the comparison was not trimming off the port, thus healthcheck was always going to fail or denote a change when there may have been none

* simplified the comparison (thanks @edgd1er )

* Strip double quotes from umask check (haugene#2601)

* Fix problem with enabled UFW with Random Ports (haugene#2603)

Fixing haugene#2255

* move vpn config download to /config (haugene#2592)

* move vpn config download to /config

* fix git safe dir permissions

* cleanup vpn config clone

* re-add zip dl, set git to default

* use alpine:latest for TransmissionUIs build stage (haugene#2573)

* Update fetch-external-configs.sh

removed duplicate bracket

* Update to transmission 4.0.4

* Update configure-openvpn.sh

* Switched the order of events, to remove the ipv6 before sed-ing the address (haugene#2695)

* Create separate image for transmission build from source (haugene#2691)

* separate transmission build to separate image and workflow

* set transmission-builder version

* use matrix for multi runner builds

* fix context

* parallel docker builds with matrix (haugene#2694)

* consolidate and parallelize image build with matrix multi runner build

* fix image name

* Update Dockerfile

fixed typo

* `TRANSMISSION_RPC_URL` option causes a moved permanently error when using PIA (haugene#2657)

* Respect option `TRANSMISSION_RPC_URL`

remove debug echo

* default `TRANSMISSION_RPC_URL` is now grabbed from `default-settings.json`

* Stricter grep pattern

* Remove redundant grep

* Added comment

* Use `jq` instead of `sed` to determine the default of `TRANSMISSION_RPC_URL`

---------

Co-authored-by: Mark Honkoop <[email protected]>

* Fix for PR haugene#2691 (haugene#2698)

* separate transmission build to separate image and workflow

* set transmission-builder version

* use matrix for multi runner builds

* fix context

* Fix file name

* fix image name

* Fix haugene#2694 image build (haugene#2699)

* consolidate and parallelize image build with matrix multi runner build

* fix image name

* update master (haugene#2696)

* Add Transmissionic Web UI & New Documentation (haugene#2589)

* Added step to build a .deb file to install and reduce image size (haugene#2590)

* Added step to build a .deb file to install and reduce image size

* Fixed deb install incorrectly done

* Check for update-port script existing instead of being executable (haugene#2593)

haugene#2459

* Fixed TWC paths (haugene#2600)

* add docker build caching to workflow (haugene#2609)

* Privoxy eth0 fixes, healthcheck comparison tweak and start.sh update (haugene#2610)

* by checking for existence of default 127 address,healthcheck will never effectively run, as the non-default eth0 ip will never be matched

* the comparison was not trimming off the port, thus healthcheck was always going to fail or denote a change when there may have been none

* simplified the comparison (thanks @edgd1er )

* Strip double quotes from umask check (haugene#2601)

* Fix problem with enabled UFW with Random Ports (haugene#2603)

Fixing haugene#2255

* move vpn config download to /config (haugene#2592)

* move vpn config download to /config

* fix git safe dir permissions

* cleanup vpn config clone

* re-add zip dl, set git to default

* use alpine:latest for TransmissionUIs build stage (haugene#2573)

* Update fetch-external-configs.sh

removed duplicate bracket

* Update to transmission 4.0.4

* Update configure-openvpn.sh

* Switched the order of events, to remove the ipv6 before sed-ing the address (haugene#2695)

* Create separate image for transmission build from source (haugene#2691)

* separate transmission build to separate image and workflow

* set transmission-builder version

* use matrix for multi runner builds

* fix context

* parallel docker builds with matrix (haugene#2694)

* consolidate and parallelize image build with matrix multi runner build

* fix image name

* Update Dockerfile

fixed typo

* `TRANSMISSION_RPC_URL` option causes a moved permanently error when using PIA (haugene#2657)

* Respect option `TRANSMISSION_RPC_URL`

remove debug echo

* default `TRANSMISSION_RPC_URL` is now grabbed from `default-settings.json`

* Stricter grep pattern

* Remove redundant grep

* Added comment

* Use `jq` instead of `sed` to determine the default of `TRANSMISSION_RPC_URL`

---------

Co-authored-by: Mark Honkoop <[email protected]>

* Fix for PR haugene#2691 (haugene#2698)

* separate transmission build to separate image and workflow

* set transmission-builder version

* use matrix for multi runner builds

* fix context

* Fix file name

* fix image name

---------

Co-authored-by: Anastasiya Polina Soyka <[email protected]>
Co-authored-by: Geoff <[email protected]>
Co-authored-by: ksurl <[email protected]>
Co-authored-by: HeavyGee <[email protected]>
Co-authored-by: WitchRecipe <[email protected]>
Co-authored-by: Florian Kretschmer <[email protected]>
Co-authored-by: Aemulation <[email protected]>
Co-authored-by: Mark Honkoop <[email protected]>

* fix matrix to build all images

---------

Co-authored-by: Patrick Kishino <[email protected]>
Co-authored-by: Anastasiya Polina Soyka <[email protected]>
Co-authored-by: Geoff <[email protected]>
Co-authored-by: HeavyGee <[email protected]>
Co-authored-by: WitchRecipe <[email protected]>
Co-authored-by: Florian Kretschmer <[email protected]>
Co-authored-by: Aemulation <[email protected]>
Co-authored-by: Mark Honkoop <[email protected]>

* fix transmission version check (haugene#2700)

* Comment

* Switch transmission builder image to combined platform builder (haugene#2704)

* separate transmission build to separate image and workflow

* set transmission-builder version

* use matrix for multi runner builds

* fix context

* Fix file name

* fix image name

* fix transmission build version detection

* switch to combined platform builder

---------

Co-authored-by: Patrick Kishino <[email protected]>

* switch to single platform builder (haugene#2705)

Co-authored-by: Patrick Kishino <[email protected]>

* Fix web proxy stopping to work (haugene#2678)

* Mix of fixes to the heathcheck.sh from haugene#2610 and start.sh from haugene#2673.

* Made few more modifications to healthcheck.sh and start.sh. This change appears to be working.
Let's monitor this.

---------

Co-authored-by: Patrick Kishino <[email protected]>

* Remove script_security (haugene#2702)

Due to non-support of this in latest openvpn it is removed..

* Revert "Remove script_security (haugene#2702)" (haugene#2708)

This reverts commit 44ba9e6.

* Update configure-openvpn.sh (haugene#2707)

Using "upd" as a value for NORDVPN_PROTOCOL results in an error.

Co-authored-by: Patrick Kishino <[email protected]>

* Add natpmpc (haugene#2746)

* Dev (haugene#2706)

* Add Transmissionic Web UI & New Documentation (haugene#2589)

* Added step to build a .deb file to install and reduce image size (haugene#2590)

* Added step to build a .deb file to install and reduce image size

* Fixed deb install incorrectly done

* Check for update-port script existing instead of being executable (haugene#2593)

haugene#2459

* Fixed TWC paths (haugene#2600)

* add docker build caching to workflow (haugene#2609)

* Privoxy eth0 fixes, healthcheck comparison tweak and start.sh update (haugene#2610)

* by checking for existence of default 127 address,healthcheck will never effectively run, as the non-default eth0 ip will never be matched

* the comparison was not trimming off the port, thus healthcheck was always going to fail or denote a change when there may have been none

* simplified the comparison (thanks @edgd1er )

* Strip double quotes from umask check (haugene#2601)

* Fix problem with enabled UFW with Random Ports (haugene#2603)

Fixing haugene#2255

* move vpn config download to /config (haugene#2592)

* move vpn config download to /config

* fix git safe dir permissions

* cleanup vpn config clone

* re-add zip dl, set git to default

* use alpine:latest for TransmissionUIs build stage (haugene#2573)

* Update fetch-external-configs.sh

removed duplicate bracket

* Update to transmission 4.0.4

* Update configure-openvpn.sh

* Switched the order of events, to remove the ipv6 before sed-ing the address (haugene#2695)

* Create separate image for transmission build from source (haugene#2691)

* separate transmission build to separate image and workflow

* set transmission-builder version

* use matrix for multi runner builds

* fix context

* parallel docker builds with matrix (haugene#2694)

* consolidate and parallelize image build with matrix multi runner build

* fix image name

* Update Dockerfile

fixed typo

* `TRANSMISSION_RPC_URL` option causes a moved permanently error when using PIA (haugene#2657)

* Respect option `TRANSMISSION_RPC_URL`

remove debug echo

* default `TRANSMISSION_RPC_URL` is now grabbed from `default-settings.json`

* Stricter grep pattern

* Remove redundant grep

* Added comment

* Use `jq` instead of `sed` to determine the default of `TRANSMISSION_RPC_URL`

---------

Co-authored-by: Mark Honkoop <[email protected]>

* Fix for PR haugene#2691 (haugene#2698)

* separate transmission build to separate image and workflow

* set transmission-builder version

* use matrix for multi runner builds

* fix context

* Fix file name

* fix image name

* Fix haugene#2694 image build (haugene#2699)

* consolidate and parallelize image build with matrix multi runner build

* fix image name

* update master (haugene#2696)

* Add Transmissionic Web UI & New Documentation (haugene#2589)

* Added step to build a .deb file to install and reduce image size (haugene#2590)

* Added step to build a .deb file to install and reduce image size

* Fixed deb install incorrectly done

* Check for update-port script existing instead of being executable (haugene#2593)

haugene#2459

* Fixed TWC paths (haugene#2600)

* add docker build caching to workflow (haugene#2609)

* Privoxy eth0 fixes, healthcheck comparison tweak and start.sh update (haugene#2610)

* by checking for existence of default 127 address,healthcheck will never effectively run, as the non-default eth0 ip will never be matched

* the comparison was not trimming off the port, thus healthcheck was always going to fail or denote a change when there may have been none

* simplified the comparison (thanks @edgd1er )

* Strip double quotes from umask check (haugene#2601)

* Fix problem with enabled UFW with Random Ports (haugene#2603)

Fixing haugene#2255

* move vpn config download to /config (haugene#2592)

* move vpn config download to /config

* fix git safe dir permissions

* cleanup vpn config clone

* re-add zip dl, set git to default

* use alpine:latest for TransmissionUIs build stage (haugene#2573)

* Update fetch-external-configs.sh

removed duplicate bracket

* Update to transmission 4.0.4

* Update configure-openvpn.sh

* Switched the order of events, to remove the ipv6 before sed-ing the address (haugene#2695)

* Create separate image for transmission build from source (haugene#2691)

* separate transmission build to separate image and workflow

* set transmission-builder version

* use matrix for multi runner builds

* fix context

* parallel docker builds with matrix (haugene#2694)

* consolidate and parallelize image build with matrix multi runner build

* fix image name

* Update Dockerfile

fixed typo

* `TRANSMISSION_RPC_URL` option causes a moved permanently error when using PIA (haugene#2657)

* Respect option `TRANSMISSION_RPC_URL`

remove debug echo

* default `TRANSMISSION_RPC_URL` is now grabbed from `default-settings.json`

* Stricter grep pattern

* Remove redundant grep

* Added comment

* Use `jq` instead of `sed` to determine the default of `TRANSMISSION_RPC_URL`

---------

Co-authored-by: Mark Honkoop <[email protected]>

* Fix for PR haugene#2691 (haugene#2698)

* separate transmission build to separate image and workflow

* set transmission-builder version

* use matrix for multi runner builds

* fix context

* Fix file name

* fix image name

---------

Co-authored-by: Anastasiya Polina Soyka <[email protected]>
Co-authored-by: Geoff <[email protected]>
Co-authored-by: ksurl <[email protected]>
Co-authored-by: HeavyGee <[email protected]>
Co-authored-by: WitchRecipe <[email protected]>
Co-authored-by: Florian Kretschmer <[email protected]>
Co-authored-by: Aemulation <[email protected]>
Co-authored-by: Mark Honkoop <[email protected]>

* fix matrix to build all images

---------

Co-authored-by: Patrick Kishino <[email protected]>
Co-authored-by: Anastasiya Polina Soyka <[email protected]>
Co-authored-by: Geoff <[email protected]>
Co-authored-by: HeavyGee <[email protected]>
Co-authored-by: WitchRecipe <[email protected]>
Co-authored-by: Florian Kretschmer <[email protected]>
Co-authored-by: Aemulation <[email protected]>
Co-authored-by: Mark Honkoop <[email protected]>

* fix transmission version check (haugene#2700)

* Comment

* Switch transmission builder image to combined platform builder (haugene#2704)

* separate transmission build to separate image and workflow

* set transmission-builder version

* use matrix for multi runner builds

* fix context

* Fix file name

* fix image name

* fix transmission build version detection

* switch to combined platform builder

---------

Co-authored-by: Patrick Kishino <[email protected]>

* switch to single platform builder (haugene#2705)

Co-authored-by: Patrick Kishino <[email protected]>

---------

Co-authored-by: Anastasiya Polina Soyka <[email protected]>
Co-authored-by: Geoff <[email protected]>
Co-authored-by: ksurl <[email protected]>
Co-authored-by: HeavyGee <[email protected]>
Co-authored-by: WitchRecipe <[email protected]>
Co-authored-by: Florian Kretschmer <[email protected]>
Co-authored-by: Aemulation <[email protected]>
Co-authored-by: Mark Honkoop <[email protected]>

* Update README.md

* Bump actions/checkout from 3 to 4 (haugene#2714)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump docker/setup-buildx-action from 2 to 3 (haugene#2718)

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v2...v3)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump docker/login-action from 2 to 3 (haugene#2719)

Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v2...v3)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump docker/setup-qemu-action from 2 to 3 (haugene#2720)

Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@v2...v3)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump docker/metadata-action from 4 to 5 (haugene#2721)

Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
- [Commits](docker/metadata-action@v4...v5)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump docker/build-push-action from 4 to 5 (haugene#2722)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v4...v5)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update tips-tricks.md

fixed pod man tip

* fixing invalid concatenation (haugene#2743)

* fixing invalid concatenation

---------

Co-authored-by: Patrick Kishino <[email protected]>

* install natpmpc

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Patrick Kishino <[email protected]>
Co-authored-by: Anastasiya Polina Soyka <[email protected]>
Co-authored-by: Geoff <[email protected]>
Co-authored-by: ksurl <[email protected]>
Co-authored-by: HeavyGee <[email protected]>
Co-authored-by: WitchRecipe <[email protected]>
Co-authored-by: Florian Kretschmer <[email protected]>
Co-authored-by: Aemulation <[email protected]>
Co-authored-by: Mark Honkoop <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Storm <[email protected]>

* update transmission build version to 4.0.5

* fix: transmission version check (haugene#2753)

* fix transmission version check

* add git user config

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Anastasiya Polina Soyka <[email protected]>
Co-authored-by: Geoff <[email protected]>
Co-authored-by: ksurl <[email protected]>
Co-authored-by: HeavyGee <[email protected]>
Co-authored-by: WitchRecipe <[email protected]>
Co-authored-by: Florian Kretschmer <[email protected]>
Co-authored-by: Aemulation <[email protected]>
Co-authored-by: Mark Honkoop <[email protected]>
Co-authored-by: JeeDeWee <[email protected]>
Co-authored-by: Ian Moroney <[email protected]>
Co-authored-by: Mugga Joe <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Storm <[email protected]>
Co-authored-by: workflow runner <[email protected]>
* Add Transmissionic Web UI & New Documentation (haugene#2589)

* Added step to build a .deb file to install and reduce image size (haugene#2590)

* Added step to build a .deb file to install and reduce image size

* Fixed deb install incorrectly done

* Check for update-port script existing instead of being executable (haugene#2593)

haugene#2459

* Fixed TWC paths (haugene#2600)

* add docker build caching to workflow (haugene#2609)

* Privoxy eth0 fixes, healthcheck comparison tweak and start.sh update (haugene#2610)

* by checking for existence of default 127 address,healthcheck will never effectively run, as the non-default eth0 ip will never be matched

* the comparison was not trimming off the port, thus healthcheck was always going to fail or denote a change when there may have been none

* simplified the comparison (thanks @edgd1er )

* Strip double quotes from umask check (haugene#2601)

* Fix problem with enabled UFW with Random Ports (haugene#2603)

Fixing haugene#2255

* move vpn config download to /config (haugene#2592)

* move vpn config download to /config

* fix git safe dir permissions

* cleanup vpn config clone

* re-add zip dl, set git to default

* use alpine:latest for TransmissionUIs build stage (haugene#2573)

* Update fetch-external-configs.sh

removed duplicate bracket

* Update to transmission 4.0.4

* Update configure-openvpn.sh

* Switched the order of events, to remove the ipv6 before sed-ing the address (haugene#2695)

* Create separate image for transmission build from source (haugene#2691)

* separate transmission build to separate image and workflow

* set transmission-builder version

* use matrix for multi runner builds

* fix context

* parallel docker builds with matrix (haugene#2694)

* consolidate and parallelize image build with matrix multi runner build

* fix image name

* Update Dockerfile

fixed typo

* `TRANSMISSION_RPC_URL` option causes a moved permanently error when using PIA (haugene#2657)

* Respect option `TRANSMISSION_RPC_URL`

remove debug echo

* default `TRANSMISSION_RPC_URL` is now grabbed from `default-settings.json`

* Stricter grep pattern

* Remove redundant grep

* Added comment

* Use `jq` instead of `sed` to determine the default of `TRANSMISSION_RPC_URL`

---------

Co-authored-by: Mark Honkoop <[email protected]>

* Fix for PR haugene#2691 (haugene#2698)

* separate transmission build to separate image and workflow

* set transmission-builder version

* use matrix for multi runner builds

* fix context

* Fix file name

* fix image name

* Fix haugene#2694 image build (haugene#2699)

* consolidate and parallelize image build with matrix multi runner build

* fix image name

* update master (haugene#2696)

* Add Transmissionic Web UI & New Documentation (haugene#2589)

* Added step to build a .deb file to install and reduce image size (haugene#2590)

* Added step to build a .deb file to install and reduce image size

* Fixed deb install incorrectly done

* Check for update-port script existing instead of being executable (haugene#2593)

haugene#2459

* Fixed TWC paths (haugene#2600)

* add docker build caching to workflow (haugene#2609)

* Privoxy eth0 fixes, healthcheck comparison tweak and start.sh update (haugene#2610)

* by checking for existence of default 127 address,healthcheck will never effectively run, as the non-default eth0 ip will never be matched

* the comparison was not trimming off the port, thus healthcheck was always going to fail or denote a change when there may have been none

* simplified the comparison (thanks @edgd1er )

* Strip double quotes from umask check (haugene#2601)

* Fix problem with enabled UFW with Random Ports (haugene#2603)

Fixing haugene#2255

* move vpn config download to /config (haugene#2592)

* move vpn config download to /config

* fix git safe dir permissions

* cleanup vpn config clone

* re-add zip dl, set git to default

* use alpine:latest for TransmissionUIs build stage (haugene#2573)

* Update fetch-external-configs.sh

removed duplicate bracket

* Update to transmission 4.0.4

* Update configure-openvpn.sh

* Switched the order of events, to remove the ipv6 before sed-ing the address (haugene#2695)

* Create separate image for transmission build from source (haugene#2691)

* separate transmission build to separate image and workflow

* set transmission-builder version

* use matrix for multi runner builds

* fix context

* parallel docker builds with matrix (haugene#2694)

* consolidate and parallelize image build with matrix multi runner build

* fix image name

* Update Dockerfile

fixed typo

* `TRANSMISSION_RPC_URL` option causes a moved permanently error when using PIA (haugene#2657)

* Respect option `TRANSMISSION_RPC_URL`

remove debug echo

* default `TRANSMISSION_RPC_URL` is now grabbed from `default-settings.json`

* Stricter grep pattern

* Remove redundant grep

* Added comment

* Use `jq` instead of `sed` to determine the default of `TRANSMISSION_RPC_URL`

---------

Co-authored-by: Mark Honkoop <[email protected]>

* Fix for PR haugene#2691 (haugene#2698)

* separate transmission build to separate image and workflow

* set transmission-builder version

* use matrix for multi runner builds

* fix context

* Fix file name

* fix image name

---------

Co-authored-by: Anastasiya Polina Soyka <[email protected]>
Co-authored-by: Geoff <[email protected]>
Co-authored-by: ksurl <[email protected]>
Co-authored-by: HeavyGee <[email protected]>
Co-authored-by: WitchRecipe <[email protected]>
Co-authored-by: Florian Kretschmer <[email protected]>
Co-authored-by: Aemulation <[email protected]>
Co-authored-by: Mark Honkoop <[email protected]>

* fix matrix to build all images

---------

Co-authored-by: Patrick Kishino <[email protected]>
Co-authored-by: Anastasiya Polina Soyka <[email protected]>
Co-authored-by: Geoff <[email protected]>
Co-authored-by: HeavyGee <[email protected]>
Co-authored-by: WitchRecipe <[email protected]>
Co-authored-by: Florian Kretschmer <[email protected]>
Co-authored-by: Aemulation <[email protected]>
Co-authored-by: Mark Honkoop <[email protected]>

* fix transmission version check (haugene#2700)

* Comment

* Switch transmission builder image to combined platform builder (haugene#2704)

* separate transmission build to separate image and workflow

* set transmission-builder version

* use matrix for multi runner builds

* fix context

* Fix file name

* fix image name

* fix transmission build version detection

* switch to combined platform builder

---------

Co-authored-by: Patrick Kishino <[email protected]>

* switch to single platform builder (haugene#2705)

Co-authored-by: Patrick Kishino <[email protected]>

* Fix web proxy stopping to work (haugene#2678)

* Mix of fixes to the heathcheck.sh from haugene#2610 and start.sh from haugene#2673.

* Made few more modifications to healthcheck.sh and start.sh. This change appears to be working.
Let's monitor this.

---------

Co-authored-by: Patrick Kishino <[email protected]>

* Remove script_security (haugene#2702)

Due to non-support of this in latest openvpn it is removed..

* Revert "Remove script_security (haugene#2702)" (haugene#2708)

This reverts commit 44ba9e6.

* Update configure-openvpn.sh (haugene#2707)

Using "upd" as a value for NORDVPN_PROTOCOL results in an error.

Co-authored-by: Patrick Kishino <[email protected]>

* Add natpmpc (haugene#2746)

* Dev (haugene#2706)

* Add Transmissionic Web UI & New Documentation (haugene#2589)

* Added step to build a .deb file to install and reduce image size (haugene#2590)

* Added step to build a .deb file to install and reduce image size

* Fixed deb install incorrectly done

* Check for update-port script existing instead of being executable (haugene#2593)

haugene#2459

* Fixed TWC paths (haugene#2600)

* add docker build caching to workflow (haugene#2609)

* Privoxy eth0 fixes, healthcheck comparison tweak and start.sh update (haugene#2610)

* by checking for existence of default 127 address,healthcheck will never effectively run, as the non-default eth0 ip will never be matched

* the comparison was not trimming off the port, thus healthcheck was always going to fail or denote a change when there may have been none

* simplified the comparison (thanks @edgd1er )

* Strip double quotes from umask check (haugene#2601)

* Fix problem with enabled UFW with Random Ports (haugene#2603)

Fixing haugene#2255

* move vpn config download to /config (haugene#2592)

* move vpn config download to /config

* fix git safe dir permissions

* cleanup vpn config clone

* re-add zip dl, set git to default

* use alpine:latest for TransmissionUIs build stage (haugene#2573)

* Update fetch-external-configs.sh

removed duplicate bracket

* Update to transmission 4.0.4

* Update configure-openvpn.sh

* Switched the order of events, to remove the ipv6 before sed-ing the address (haugene#2695)

* Create separate image for transmission build from source (haugene#2691)

* separate transmission build to separate image and workflow

* set transmission-builder version

* use matrix for multi runner builds

* fix context

* parallel docker builds with matrix (haugene#2694)

* consolidate and parallelize image build with matrix multi runner build

* fix image name

* Update Dockerfile

fixed typo

* `TRANSMISSION_RPC_URL` option causes a moved permanently error when using PIA (haugene#2657)

* Respect option `TRANSMISSION_RPC_URL`

remove debug echo

* default `TRANSMISSION_RPC_URL` is now grabbed from `default-settings.json`

* Stricter grep pattern

* Remove redundant grep

* Added comment

* Use `jq` instead of `sed` to determine the default of `TRANSMISSION_RPC_URL`

---------

Co-authored-by: Mark Honkoop <[email protected]>

* Fix for PR haugene#2691 (haugene#2698)

* separate transmission build to separate image and workflow

* set transmission-builder version

* use matrix for multi runner builds

* fix context

* Fix file name

* fix image name

* Fix haugene#2694 image build (haugene#2699)

* consolidate and parallelize image build with matrix multi runner build

* fix image name

* update master (haugene#2696)

* Add Transmissionic Web UI & New Documentation (haugene#2589)

* Added step to build a .deb file to install and reduce image size (haugene#2590)

* Added step to build a .deb file to install and reduce image size

* Fixed deb install incorrectly done

* Check for update-port script existing instead of being executable (haugene#2593)

haugene#2459

* Fixed TWC paths (haugene#2600)

* add docker build caching to workflow (haugene#2609)

* Privoxy eth0 fixes, healthcheck comparison tweak and start.sh update (haugene#2610)

* by checking for existence of default 127 address,healthcheck will never effectively run, as the non-default eth0 ip will never be matched

* the comparison was not trimming off the port, thus healthcheck was always going to fail or denote a change when there may have been none

* simplified the comparison (thanks @edgd1er )

* Strip double quotes from umask check (haugene#2601)

* Fix problem with enabled UFW with Random Ports (haugene#2603)

Fixing haugene#2255

* move vpn config download to /config (haugene#2592)

* move vpn config download to /config

* fix git safe dir permissions

* cleanup vpn config clone

* re-add zip dl, set git to default

* use alpine:latest for TransmissionUIs build stage (haugene#2573)

* Update fetch-external-configs.sh

removed duplicate bracket

* Update to transmission 4.0.4

* Update configure-openvpn.sh

* Switched the order of events, to remove the ipv6 before sed-ing the address (haugene#2695)

* Create separate image for transmission build from source (haugene#2691)

* separate transmission build to separate image and workflow

* set transmission-builder version

* use matrix for multi runner builds

* fix context

* parallel docker builds with matrix (haugene#2694)

* consolidate and parallelize image build with matrix multi runner build

* fix image name

* Update Dockerfile

fixed typo

* `TRANSMISSION_RPC_URL` option causes a moved permanently error when using PIA (haugene#2657)

* Respect option `TRANSMISSION_RPC_URL`

remove debug echo

* default `TRANSMISSION_RPC_URL` is now grabbed from `default-settings.json`

* Stricter grep pattern

* Remove redundant grep

* Added comment

* Use `jq` instead of `sed` to determine the default of `TRANSMISSION_RPC_URL`

---------

Co-authored-by: Mark Honkoop <[email protected]>

* Fix for PR haugene#2691 (haugene#2698)

* separate transmission build to separate image and workflow

* set transmission-builder version

* use matrix for multi runner builds

* fix context

* Fix file name

* fix image name

---------

Co-authored-by: Anastasiya Polina Soyka <[email protected]>
Co-authored-by: Geoff <[email protected]>
Co-authored-by: ksurl <[email protected]>
Co-authored-by: HeavyGee <[email protected]>
Co-authored-by: WitchRecipe <[email protected]>
Co-authored-by: Florian Kretschmer <[email protected]>
Co-authored-by: Aemulation <[email protected]>
Co-authored-by: Mark Honkoop <[email protected]>

* fix matrix to build all images

---------

Co-authored-by: Patrick Kishino <[email protected]>
Co-authored-by: Anastasiya Polina Soyka <[email protected]>
Co-authored-by: Geoff <[email protected]>
Co-authored-by: HeavyGee <[email protected]>
Co-authored-by: WitchRecipe <[email protected]>
Co-authored-by: Florian Kretschmer <[email protected]>
Co-authored-by: Aemulation <[email protected]>
Co-authored-by: Mark Honkoop <[email protected]>

* fix transmission version check (haugene#2700)

* Comment

* Switch transmission builder image to combined platform builder (haugene#2704)

* separate transmission build to separate image and workflow

* set transmission-builder version

* use matrix for multi runner builds

* fix context

* Fix file name

* fix image name

* fix transmission build version detection

* switch to combined platform builder

---------

Co-authored-by: Patrick Kishino <[email protected]>

* switch to single platform builder (haugene#2705)

Co-authored-by: Patrick Kishino <[email protected]>

---------

Co-authored-by: Anastasiya Polina Soyka <[email protected]>
Co-authored-by: Geoff <[email protected]>
Co-authored-by: ksurl <[email protected]>
Co-authored-by: HeavyGee <[email protected]>
Co-authored-by: WitchRecipe <[email protected]>
Co-authored-by: Florian Kretschmer <[email protected]>
Co-authored-by: Aemulation <[email protected]>
Co-authored-by: Mark Honkoop <[email protected]>

* Update README.md

* Bump actions/checkout from 3 to 4 (haugene#2714)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump docker/setup-buildx-action from 2 to 3 (haugene#2718)

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v2...v3)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump docker/login-action from 2 to 3 (haugene#2719)

Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v2...v3)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump docker/setup-qemu-action from 2 to 3 (haugene#2720)

Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@v2...v3)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump docker/metadata-action from 4 to 5 (haugene#2721)

Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
- [Commits](docker/metadata-action@v4...v5)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump docker/build-push-action from 4 to 5 (haugene#2722)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v4...v5)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update tips-tricks.md

fixed pod man tip

* fixing invalid concatenation (haugene#2743)

* fixing invalid concatenation

---------

Co-authored-by: Patrick Kishino <[email protected]>

* install natpmpc

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Patrick Kishino <[email protected]>
Co-authored-by: Anastasiya Polina Soyka <[email protected]>
Co-authored-by: Geoff <[email protected]>
Co-authored-by: ksurl <[email protected]>
Co-authored-by: HeavyGee <[email protected]>
Co-authored-by: WitchRecipe <[email protected]>
Co-authored-by: Florian Kretschmer <[email protected]>
Co-authored-by: Aemulation <[email protected]>
Co-authored-by: Mark Honkoop <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Storm <[email protected]>

* update transmission build version to 4.0.5

* fix: transmission version check (haugene#2753)

* fix transmission version check

* add git user config

* Update Dockerfile

Update version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Anastasiya Polina Soyka <[email protected]>
Co-authored-by: Geoff <[email protected]>
Co-authored-by: ksurl <[email protected]>
Co-authored-by: HeavyGee <[email protected]>
Co-authored-by: WitchRecipe <[email protected]>
Co-authored-by: Florian Kretschmer <[email protected]>
Co-authored-by: Aemulation <[email protected]>
Co-authored-by: Mark Honkoop <[email protected]>
Co-authored-by: JeeDeWee <[email protected]>
Co-authored-by: Ian Moroney <[email protected]>
Co-authored-by: Mugga Joe <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Storm <[email protected]>
Co-authored-by: workflow runner <[email protected]>
* added protonvpn documentation

* Update docs/provider-specific.md

Co-authored-by: ilike2burnthing <[email protected]>

* Update docs/provider-specific.md

Co-authored-by: ilike2burnthing <[email protected]>

* Update docs/provider-specific.md

Co-authored-by: ilike2burnthing <[email protected]>

* Update docs/provider-specific.md

Co-authored-by: ilike2burnthing <[email protected]>

* Update docs/provider-specific.md

Co-authored-by: ilike2burnthing <[email protected]>

* Update docs/provider-specific.md

Co-authored-by: ilike2burnthing <[email protected]>

* Update docs/provider-specific.md

Co-authored-by: ilike2burnthing <[email protected]>

---------

Co-authored-by: ilike2burnthing <[email protected]>
- Update transmission web control to actively maintained repo
- Change download URL to dist package
@pkishino
Copy link
Collaborator

should go into :dev branch

@Choff3 Choff3 changed the base branch from master to dev December 20, 2023 15:39
@Choff3
Copy link
Author

Choff3 commented Dec 20, 2023

@pkishino updated

@pkishino pkishino merged commit dbf8adc into haugene:dev Dec 20, 2023
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.

4 participants