Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digitalocean/OpenVPN-Pihole
https://marketplace.digitalocean.com/apps/openvpn-pihole
https://github.com/digitalocean/OpenVPN-Pihole
Last synced: 3 months ago
JSON representation
https://marketplace.digitalocean.com/apps/openvpn-pihole
- Host: GitHub
- URL: https://github.com/digitalocean/OpenVPN-Pihole
- Owner: digitalocean
- License: apache-2.0
- Archived: true
- Created: 2019-09-27T18:45:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T13:20:37.000Z (about 2 years ago)
- Last Synced: 2024-04-27T20:34:08.083Z (7 months ago)
- Language: Shell
- Size: 32.2 KB
- Stars: 146
- Watchers: 14
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenVPN + Pihole
**NB: This iamge is no longer supported / maintained. It's successor (based on WireGuard) can be built [here](https://github.com/digitalocean/marketplace-pi-hole-vpn).**
## Setup
python3 -m venv venv
venv/bin/pip install -U pip
venv/bin/pip install fabric### Test build
venv/bin/fab testbuild -H [BUILD_DROPLET_IP]
This will install your files and packages and run your scripts but will not
perform a cleanup of the build system or power it down. This can be used for
testing during development.### Final build
venv/bin/fab build -H [BUILD_DROPLET_IP]
This task will perform all steps (upload files, run scripts, install packages,
clean up build system, power off) to prepare your droplet for snapshot.## Development
See the [Marketplace Partners guide](https://github.com/digitalocean/marketplace-partners/tree/master/fabric)
## Common Issues
### Unsupported key file
Error:
paramiko.ssh_exception.SSHException: not a valid RSA private key file
[Fix](https://freelancing.studio/paramiko-and-rsa-key/):
puttygen id_rsa -O private-openssh -o new.key
## Donations
If you like this tool, consider donating to the authors from which this work
is derived:https://github.com/Nyr/openvpn-install#donations
https://pi-hole.net/donate/