| --- |
| title: Wireguard |
| emoji: 📚 |
| colorFrom: green |
| colorTo: red |
| sdk: docker |
| pinned: false |
| license: unlicense |
| --- |
| # WireGuard Userspace Proxy on Hugging Face Spaces |
|
|
| This repository runs a secure, unprivileged WireGuard tunnel inside a Hugging Face CPU Basic Space environment using `wireproxy` and Python. |
|
|
| ### Project Layout Required: |
| - `README.md` (This configuration file) |
| - `Dockerfile` (Container instructions) |
| - `entrypoint.sh` (Secret processor and service launcher) |
| - `wireproxy.conf.template` (WireGuard settings layout) |
| - `app.py` (Gradio Python application) |
| - `.gitignore` (Security exclusion list) |
|
|
| Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference |
|
|