{"id":26862120,"url":"https://github.com/lusky3/privoxy-docker","last_synced_at":"2025-03-31T02:23:16.600Z","repository":{"id":284708699,"uuid":"955803950","full_name":"lusky3/privoxy-docker","owner":"lusky3","description":"This repository provides Docker images for Privoxy, a non-caching web proxy with advanced filtering capabilities.","archived":false,"fork":false,"pushed_at":"2025-03-27T08:34:26.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T09:35:16.438Z","etag":null,"topics":["docker","privacy","privoxy","proxy"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lusky3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-27T08:17:01.000Z","updated_at":"2025-03-27T08:48:06.000Z","dependencies_parsed_at":"2025-03-27T09:36:22.612Z","dependency_job_id":"46542b29-f7eb-40f2-9153-7c1c98d55b86","html_url":"https://github.com/lusky3/privoxy-docker","commit_stats":null,"previous_names":["lusky3/privoxy-docker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lusky3%2Fprivoxy-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lusky3%2Fprivoxy-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lusky3%2Fprivoxy-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lusky3%2Fprivoxy-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lusky3","download_url":"https://codeload.github.com/lusky3/privoxy-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246404443,"owners_count":20771613,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","privacy","privoxy","proxy"],"created_at":"2025-03-31T02:23:16.042Z","updated_at":"2025-03-31T02:23:16.591Z","avatar_url":"https://github.com/lusky3.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Privoxy Docker\n\nThis repository provides Docker images for [Privoxy](https://www.privoxy.org/), a non-caching web proxy with advanced filtering capabilities. Two image variants are available:\n\n- **`lusky3/privoxy:latest`** and **`lusky3/privoxy:\u003cversion\u003e`** (e.g., `4.0.0`): Built from stable releases on [SourceForge](https://sourceforge.net/projects/ijbswa/files/Sources/).\n- **`lusky3/privoxy:nightly`**: Built daily from the latest commit in the [Privoxy Git repository](https://www.privoxy.org/git/privoxy.git).\n\nImages are available on both [DockerHub](https://hub.docker.com/r/lusky3/privoxy) and [GitHub Container Registry](https://ghcr.io/lusky3/privoxy-docker).\n\n## Features\n\n- Multi-architecture support: `linux/amd64` and `linux/arm64`.\n- Built from source for both stable and nightly variants.\n- Lightweight Alpine Linux base image.\n- Docker healthcheck.\n- Automated updates and builds via GitHub Actions.\n\n## Usage\n\n### Pulling the Image\n\n- Stable (latest release):\n\n  ```bash\n  docker pull lusky3/privoxy:latest\n  ```\n\n- Specific stable version (e.g., 4.0.0):\n\n  ```bash\n  docker pull lusky3/privoxy:4.0.0\n  ```\n\n- Nightly (latest Git commit):\n\n  ```bash\n  docker pull lusky3/privoxy:nightly\n  ```\n\n### Running the Container\n\nRun Privoxy on port 8118 (default):\n\n```bash\ndocker run -d -p 8118:8118 lusky3/privoxy:latest\n```\n\nTo use a custom config file:\n\n```bash\ndocker run -d -p 8118:8118 -v /path/to/your/config:/etc/privoxy/config lusky3/privoxy:latest\n```\n\n### Example: Using with curl\n\nTest the proxy with `curl`:\n\n```bash\ncurl -x http://localhost:8118 http://example.com\n```\n\n## Tags\n\n- `lusky3/privoxy:latest`: Latest stable release (e.g., 4.0.0 as of March 26, 2025).\n- `lusky3/privoxy:\u003cversion\u003e`: Specific stable versions (e.g., `4.0.0`).\n- `lusky3/privoxy:nightly`: Latest Git commit, rebuilt daily.\n- `lusky3/privoxy:\u003csha\u003e`: Git SHA tags for both stable and nightly builds.\n\nThe same tags are available on GitHub Container Registry (e.g., `ghcr.io/lusky3/privoxy-docker:4.0.0`).\n\n## Build Process\n\n- **Stable Builds**:\n  - Source: [SourceForge stable releases](https://sourceforge.net/projects/ijbswa/files/Sources/).\n  - Trigger: On push to `main` or manual dispatch.\n  - Update Check: Weekly (Sundays at 2 AM UTC) via GitHub Actions, updating to the latest stable version.\n  - Workflow: `.github/workflows/build-stable.yml`.\n\n- **Nightly Builds**:\n  - Source: [Privoxy Git repository](https://www.privoxy.org/git/privoxy.git).\n  - Trigger: Daily at midnight UTC or manual dispatch.\n  - Workflow: `.github/workflows/build-nightly.yml`.\n\nThe `Dockerfile` supports both sources using build arguments (`BUILD_SOURCE` and `PRIVOXY_VERSION`).\n\n## Development\n\nTo build locally:\n\n- Stable (e.g., 4.0.0):\n  \n  ```bash\n  docker build -t privoxy:4.0.0 --build-arg BUILD_SOURCE=sourceforge --build-arg PRIVOXY_VERSION=4.0.0 .\n  ```\n\n- Nightly:\n\n  ```bash\n  docker build -t privoxy:nightly --build-arg BUILD_SOURCE=git .\n  ```\n\n## Configuration\n\nThe default config file (`config.conf`) is minimal. Mount your own config to `/etc/privoxy/config` for custom settings. See the [Privoxy documentation](https://www.privoxy.org/user-manual/) for configuration options.\n\n## Healthcheck\n\nThe container includes a healthcheck:\n\n- Endpoint: `http://detectportal.firefox.com/success.txt`\n- Interval: 30 seconds\n- Timeout: 3 seconds\n\nIf the proxy fails to respond, the container is marked unhealthy.\n\n## Contributing\n\n- Contributions welcome!\n- Fork the repository.\n- Submit pull requests to `main`.\n\n## License\n\nThis project is licensed under the MIT License. Privoxy itself is licensed under the GNU General Public License v2 (GPLv2). See the [Privoxy license](https://www.privoxy.org/user-manual/copyright.html) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flusky3%2Fprivoxy-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flusky3%2Fprivoxy-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flusky3%2Fprivoxy-docker/lists"}