FarisZR

Results 57 comments of FarisZR

@cupcakearmy Anything stopping this from being merged ?

Sure!, no problem. I would use my fork until this is merged.

Any updates? i got another PR pending on this to add the ability to manage docker containers from inside the container too, By adding the docker && docker compose if...

Adding a new command to generate the key rather than editing the config would be great

Support for #145 copying repositories would allow for a 2-step backup process. However, an after packing hook is still better, as you don't have to deal with extra local files...

![image](https://user-images.githubusercontent.com/35614734/103591985-9f2ff980-4ee9-11eb-84c7-0d08294676f2.png) the issues happens for me too pop os 20.10 with an amd gpu

pull the repository and then build the image manually. it worked for me and now its using openvpn v 2.5.2, even though the latest is 2.5.3 but i guess alpine...

there is this one https://github.com/dockovpn/docker-openvpn but it has its own problems, like persistent configs not working https://github.com/dockovpn/docker-openvpn/issues/132 anyway, i hope kyle returns because this is a temporary fix that might...

something like this but based on the official searx image ``` version: '3.3' services: searx: image: hoellen/searx:master container_name: searx restart: unless-stopped networks: - searx environment: - BASE_URL="https://domain.tld" - IMAGE_PROXY=True volumes:...