chadgeary / cloudblock

Cloudblock deploys secure ad-blocking and VPN for all devices. Text and video guides included! 6 supported cloud providers, plus Ubuntu and Raspberry Pi. Cloudblock deploys Wireguard VPN, Pi-Hole DNS Ad-blocking, and DNS over HTTPS in a cloud provider - or locally - using Terraform and Ansible.
Apache License 2.0
823 stars 80 forks source link

Notes for deploying cloudblock on a Proxmox LXC #88

Closed mgrimace closed 1 year ago

mgrimace commented 1 year ago

Please don't accept this pull request until we figure things out. Nevertheless, here are my notes so far for creating the LXC, everything after the container setup is the same as the local ubuntu install. Note that I also changed the playbook lines 179 to the following, but did not add this change to the pull request since we're still testing:

    - name: Cloudflared image
      ansible.builtin.shell: |
        docker build --security-opt apparmor:unconfined -t cloudflared_doh .
      args:
        chdir: /opt/cloudflared/
mgrimace commented 1 year ago

Closing this for now as I was not able to resolve getting Cloudblock working on a Proxmox LXC