Standalone Ouinet client for Paskoocheh app.
3.0K
Instructions to deploy pre-configured Paskoocheh Docker client
Based on https://github.com/censorship-no/ceno-docker-client, see more info there.
This assumes that a static cache exists at /path/to/static-cache. If not, create an empty one:
mkdir -p /path/to/static-cache/.ouinet
Warning: Access from the machine to Docker Hub is needed!
If you don't mind using the name "Paskoocheh":
docker run --name paskoocheh-client -dv paskoocheh:/var/opt/ouinet \ --network host --restart unless-stopped \ -v /path/to/static-cache:/var/opt/ouinet-static-cache:ro \ equalitie/paskoocheh-client
If you don't want the name "Paskoocheh" to be visible:
Download Dockerfile and the Paskoocheh-specific ouinet-client.conf and ssl-inj-cert.pem into the same, empty directory.
Run:
cd DIR_WITH_DOCKERFILE && NAME=whatever && docker build -t $WHATEVER-client . # mind the final dot && docker run --name $WHATEVER-client -dv $WHATEVER:/var/opt/ouinet \ --network host --restart unless-stopped \ -v /path/to/static-cache:/var/opt/ouinet-static-cache:ro \ $WHATEVER-client
You may remove the Dockerfile, ouinet-client.conf and ssl-inj-cert.pem files.
Content type
Image
Digest
sha256:04b948be4…
Size
145.5 MB
Last updated
17 days ago
docker pull equalitie/paskoocheh-client