Commit Graph

9 Commits

Author SHA1 Message Date
phesster
2322fd117d
simple adjustments to "openvpn/modify-openvpn-config.sh" and "transmission/start.sh" that can make the verbosity of logging user-adjustable (#2564)
* Bump docker/build-push-action from 3 to 4 (#2534)

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

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

Signed-off-by: dependabot[bot] <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>
2023-03-28 22:02:35 +09:00
James McMahon
2eff0d0143
Docs review (#2507)
* Fix spelling mistakes

* Fix some minor typos

* Improve grammar / readability
2023-01-23 18:21:54 +09:00
Georgiy Sitnikov
e40246affd
Update tips-tricks.md (#2259)
* Update tips-tricks.md

Remove `start_period` to be complain to compose v3.3
Add code highlight

* Update tips-tricks.md

Wording...
2022-05-18 18:55:52 +09:00
Georgiy Sitnikov
4e9bd3f426
Add "Let other containers use VPN" Section (#2257)
Add "Let other containers use VPN" Section
Add real example
Add Test instructions
Kind of solution for #1558
2022-05-18 07:13:38 +09:00
James McMahon
cd30f20296
Fix minor typo in docs (#2119)
* Fix minor typo

* Some spelling and grammar fixes
2022-02-18 09:13:55 +09:00
Patrick Kishino
d7e7a24fbb
Added traefik example
Link to issue with working traefik reverse proxy config
2021-05-20 08:57:45 +09:00
Patrick Kishino
619052bbd6
Update tips-tricks.md 2021-03-10 12:01:00 +09:00
Kristian Haugene
a124981b52 Add FAQ section on DNS issues, plus minor typing errors and other cleanup #1558 2020-12-06 23:06:46 +01:00
Kristian Haugene
f6093588a8 Improving documentation, not done but getting somewhere #1558 2020-11-26 22:53:37 +01:00