https://github.com/codekow/tor-controller-patch
Patch the images for the tor-controller
https://github.com/codekow/tor-controller-patch
Last synced: 5 months ago
JSON representation
Patch the images for the tor-controller
- Host: GitHub
- URL: https://github.com/codekow/tor-controller-patch
- Owner: codekow
- Created: 2023-04-10T05:24:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-05T19:43:17.000Z (over 2 years ago)
- Last Synced: 2025-06-03T14:06:17.293Z (about 1 year ago)
- Language: Makefile
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tor-controller-patch
Patch the images for the tor-controller
## Fix permissions to run as non root
can run as non-root
```
quay.io/bugfest/tor-controller
```
patch the following images
```
quay.io/bugfest/tor
quay.io/bugfest/tor-daemon
quay.io/bugfest/tor-daemon-manager
quay.io/bugfest/tor-onionbalance-manager
```
Helm Values
```
helm repo add bugfest https://bugfest.github.io/tor-controller
helm repo update
helm upgrade \
--install \
--create-namespace \
--namespace tor-controller-system \
--values values.yaml \
tor-controller \
bugfest/tor-controller
```