tor: upgrade
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2022-08-27 19:50:46 -03:00
parent 3b27e3e7ee
commit ef5e45af6d
3 changed files with 1 additions and 2 deletions

View file

@ -4,7 +4,7 @@ pipeline:
settings:
registry: registry.nulo.in
username: sutty
repo: registry.nulo.in/sutty/CHANGEME
repo: registry.nulo.in/sutty/tor
tags:
- ${ALPINE_VERSION}
- latest

View file

@ -11,7 +11,6 @@ RUN apk add --no-cache tor curl jq
COPY ./monit.conf /etc/monit.d/tor.conf
COPY ./torrc /etc/tor/torrc
COPY ./hidden_services.sh /usr/local/bin/hidden_services
RUN chmod +x /usr/local/bin/hidden_services
RUN chmod 644 /etc/tor/torrc
VOLUME /var/lib/tor

0
hidden_services.sh Normal file → Executable file
View file