An open API service indexing awesome lists of open source software.

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

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
```