[GH-ISSUE #5180] Go template rendering fails when password contains special characters such as $ #4047

Closed
opened 2026-05-05 14:33:56 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @SongHeQing on GitHub (Feb 17, 2026).
Original GitHub issue: https://github.com/fatedier/frp/issues/5180

Bug Description

Go template rendering fails when password contains special characters such as $

frpc Version

0.58

frps Version

0.58

System Architecture

linux

Configurations

webServer:
addr: "0.0.0.0"
port: {{ .Envs.DASHBOARD_PORT }}
user: "{{ .Envs.DASHBOARD_USER }}"
password: "{{ .Envs.DASHBOARD_PWD }}"

Logs

No response

Steps to reproduce

...

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @SongHeQing on GitHub (Feb 17, 2026). Original GitHub issue: https://github.com/fatedier/frp/issues/5180 ### Bug Description Go template rendering fails when password contains special characters such as $ ### frpc Version 0.58 ### frps Version 0.58 ### System Architecture linux ### Configurations webServer: addr: "0.0.0.0" port: {{ .Envs.DASHBOARD_PORT }} user: "{{ .Envs.DASHBOARD_USER }}" password: "{{ .Envs.DASHBOARD_PWD }}" ### Logs _No response_ ### Steps to reproduce 1. 2. 3. ... ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Author
Owner

@SongHeQing commented on GitHub (Feb 17, 2026):

This appears to be fixed in v0.67.0.

<!-- gh-comment-id:3914786376 --> @SongHeQing commented on GitHub (Feb 17, 2026): This appears to be fixed in v0.67.0.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#4047
No description provided.