achllys
achllys
CDCloudflare Developers
Created by achllys on 7/14/2024 in #general-help
Zero Trust VaultWarden issue tunneling.
No description
12 replies
CDCloudflare Developers
Created by achllys on 1/6/2024 in #general-help
Connecting with existing tunnel issue
How do I use an existing tunnel deployed from docker as this keeps creating a new tunnel instead version: '2.3' services: trilium: container_name: trilium image: zadam/trilium:latest restart: unless-stopped ports: - "8090:8080" volumes: - /home/user/trilium_data:/home/node/trilium-data networks: - achllys_nw cloudflare_tunnel: container_name: cloudflare_tunnel image: cloudflare/cloudflared:latest restart: unless-stopped command: tunnel run network_mode: host environment: - TUNNEL_TOKEN= networks: achllys_nw: driver: bridge
20 replies
CDCloudflare Developers
Created by achllys on 1/2/2024 in #general-help
Portainer/Docker/Cloudflare issue
No description
24 replies
CDCloudflare Developers
Created by achllys on 12/30/2023 in #general-help
VPS Gaming with NextMaker and WireGuard: Secure Subdomain Setup
I'm aiming to configure the NextMaker GUI alongside WireGuard to establish efficient tunneling, with a focus on gaming applications. My primary objectives are to ensure robust security and achieve minimal latency. Presently, I'm working on setting this up on a VPS, which is already equipped with an existing tunnel. The challenge arises as I need to integrate this configuration effectively for an additional subdomain, while maintaining another subdomain dedicated to a password manager. This complexity has left me somewhat confused, and I'm seeking clear guidance on how to navigate and implement this setup successfully
1 replies
CDCloudflare Developers
Created by achllys on 12/28/2023 in #pages-help
VPN/ZeroTrust?
How can I self-host a VPN or implement a Zero Trust framework using Cloudflare Zero Trust, and could you clarify how this process works as I am finding it confusing?
5 replies
CDCloudflare Developers
Created by achllys on 12/26/2023 in #general-help
Seeking Guidance: How to Self-Host Bitwarden with Cloudflare Integration
Hello there, I'm diving into setting up Bitwarden on a Linode VPS and honestly, I'm pretty new to all this. I've got Docker and Ubuntu 23.04 up and running, and now I'm looking at adding Cloudflare into the mix for extra security. The thing is, I'm at a bit of a loss on where to even begin. The initial setup was a breeze since the Bitwarden self-installer took care of the SSL configuration with Certbot and Let's Encrypt. But now, when it comes to integrating Cloudflare, especially for securing my domain and subdomains, I feel out of my depth. I would really appreciate some guidance on: The basics of integrating Cloudflare with a Bitwarden setup on Docker/Ubuntu. Essential steps to secure my domain and subdomains with Cloudflare. Any beginner-friendly resources or tips to help me navigate this new territory. If anyone can point me in the right direction or share some beginner-friendly advice, it would mean a lot. Thanks so much for your help! Note: I am using a clouldflare owned Domain. https://bitwarden.com/help/install-on-premise-linux/
100 replies