{"id":31650643,"url":"https://github.com/blinklabs-io/docker-openvpn","last_synced_at":"2026-05-03T22:32:08.411Z","repository":{"id":291152473,"uuid":"976745754","full_name":"blinklabs-io/docker-openvpn","owner":"blinklabs-io","description":"OpenVPN Docker image","archived":false,"fork":false,"pushed_at":"2026-05-02T01:38:50.000Z","size":111,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-02T03:28:14.552Z","etag":null,"topics":["docker","docker-container","docker-image","dockerfile","openvpn","vpn"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blinklabs-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-02T17:09:53.000Z","updated_at":"2026-05-02T01:38:52.000Z","dependencies_parsed_at":"2025-05-02T18:49:33.177Z","dependency_job_id":"5c1346d6-9862-4739-a20e-bc1f1a7af439","html_url":"https://github.com/blinklabs-io/docker-openvpn","commit_stats":null,"previous_names":["blinklabs-io/docker-openvpn"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/blinklabs-io/docker-openvpn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blinklabs-io%2Fdocker-openvpn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blinklabs-io%2Fdocker-openvpn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blinklabs-io%2Fdocker-openvpn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blinklabs-io%2Fdocker-openvpn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blinklabs-io","download_url":"https://codeload.github.com/blinklabs-io/docker-openvpn/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blinklabs-io%2Fdocker-openvpn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32587816,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-container","docker-image","dockerfile","openvpn","vpn"],"created_at":"2025-10-07T08:33:33.860Z","updated_at":"2026-05-03T22:32:08.397Z","avatar_url":"https://github.com/blinklabs-io.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-openvpn\n\nSimple OpenVPN image with updated version, optimized for privacy-focused VPN services.\n\n## Using the image\n\nThere is no default config provided by the image, so you'll need to provide your own.\n\n```\ndocker run -d -n openvpn -v /path/to/openvpn.conf:/etc/openvpn/openvpn.conf ghcr.io/blinklabs-io/openvpn --config /etc/openvpn/openvpn.conf\n```\n\nThe image provides for the ability to provide a custom startup script. It looks for a user script at `/usr/local/bin/entrypoint-user.sh` by default,\nbut the location can be overridden with the `USER_STARTUP_SCRIPT` environment variable\n\n## Privacy and Security Recommendations\n\nFor a no-log, privacy-focused setup:\n\n### OpenVPN Configuration\nUse these options in your `openvpn.conf` for strong encryption and no logging:\n```conf\n# Disable logging\nlog /dev/null\nverb 0\n\n# Strong ciphers\ncipher AES-256-GCM\nauth SHA256\ntls-cipher TLS-ECDHE-RSA-WITH-AES-256-GCM-SHA384\ntls-version-min 1.2\n\n# Privilege drop\nuser nobody\ngroup nogroup\n\n# Other privacy settings\npersist-key\npersist-tun\n```\n\n### Docker Run Options\n- Use Docker secrets for certificates/keys: `--secret mykey=/path/to/key`\n- Run with necessary capabilities only: `--cap-add=NET_ADMIN` (avoid `--privileged`)\n- For Kubernetes (Helm), use `securityContext` to limit privileges.\n\n### Maintenance\n- Rebuild images regularly to pull security updates from Debian repos.\n- Scan for vulnerabilities with tools like Trivy (automated via GitHub Actions).\n- Test for leaks using services like ipleak.net while connected.\n\n**Warning**: Running in privileged mode increases security risks—use only when necessary.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblinklabs-io%2Fdocker-openvpn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblinklabs-io%2Fdocker-openvpn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblinklabs-io%2Fdocker-openvpn/lists"}