mirror of
https://github.com/sfnemis/proxmox-traefikproxy-cloudflaretunnel.git
synced 2026-04-26 16:05:50 +03:00
[GH-ISSUE #5] Fix 'sed' command for hash password for auth credential #3
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-traefikproxy-cloudflaretunnel#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @HoLengZai on GitHub (Jun 8, 2025).
Original GitHub issue: https://github.com/sfnemis/proxmox-traefikproxy-cloudflaretunnel/issues/5
I faced an issue regarding the command provide in this part of the documentation:
https://github.com/sfnemis/proxmox-traefikproxy-cloudflaretunnel/tree/main?tab=readme-ov-file#create-the-dynamic-configuration-and-set-basic-auth-credentials
The issue is the HASH password can contain some special characters which can break the fileConfig.yml file (like it will miss the double quote at the end of the line replaced
Here the updated more secure way to handle special characters on the HASH password part
@sfnemis commented on GitHub (Jun 12, 2025):
Thank you, if you want can be contributor ...
@HoLengZai commented on GitHub (Jun 12, 2025):
Happy to help. I'm quite new on Proxmox, Traefik, Cloudflared Tunnel but i'm building everything from scratch and your script help me a lot to understand all the concept.
Right now I am building this architecture:
I will provide update/contribute when I have finished to cleanup my note :)
@sfnemis commented on GitHub (Jun 12, 2025):
Actually, i want to use also Crowdsec with Traefik LXC but i couldn't be success so i am using right now Cloudflare Tunnel --> Caddy with Crowdsec --> and my services on the docker.
@HoLengZai commented on GitHub (Jun 12, 2025):
Have you heard about that one?
https://boringproxy.io/
I might try to it to see if it can replace cloudflared tunnel
@sfnemis commented on GitHub (Jul 16, 2025):
Hey 👋 Sorry for late response, did you try boringproxy ?