https://github.com/kwaa/naive
🐸 Dockerized NaiveProxy (Monthly Update)
https://github.com/kwaa/naive
docker naiveproxy
Last synced: 3 months ago
JSON representation
🐸 Dockerized NaiveProxy (Monthly Update)
- Host: GitHub
- URL: https://github.com/kwaa/naive
- Owner: kwaa
- Created: 2022-10-02T11:27:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-01T01:25:42.000Z (12 months ago)
- Last Synced: 2025-07-01T02:31:54.963Z (12 months ago)
- Topics: docker, naiveproxy
- Language: Shell
- Homepage: https://hub.docker.com/r/kwaabot/naive
- Size: 18.6 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kwaa/naive


Dockerized NaiveProxy (Monthly Update)
## Usage
### Pull
```bash
docker pull kwaabot/naive # DockerHub
docker pull ghcr.io/kwaa/naive # GitHub Container Registry
```
### Run
> configuration located at `/etc/naive/config.json`
```bash
docker run -dt \
--name naive \
--network host \
-v /etc/naive/config.json:/etc/naive/config.json \
--restart unless-stopped \
kwaabot/naive
```
## Related
- [klzgrad/naiveproxy](https://github.com/klzgrad/naiveproxy) - upstream source
- [kwaa/caddy](https://github.com/kwaa/caddy) - serverside