Allow default Windows install directory (e.g., C:\) to be set via environment variable #121
dataliderapp
started this conversation in
Ideas
Replies: 1 comment
|
嗨! 我想建议一个功能:目前为 Windows PowerShell 生成的安装命令使用了硬编码的默认目录,例如 C:\ 或 C:\frp-panel。 如果能够像配置 frp-panel 其他参数一样,通过环境变量来设置此默认目录,将会非常有帮助。 这样可以更方便地定制安装环境,尤其是在企业或受限环境中无法或不推荐使用 C:\ 驱动器的场景下。 建议:
感谢你们在该项目上的出色工作! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi!
I’d like to suggest a feature: currently, the installation command generated for PowerShell on Windows uses a hardcoded default directory such as C:\ or C:\frp-panel.
It would be very helpful if this default directory could be set via an environment variable, similar to how other parameters in frp-panel can be configured.
This would make it easier to customize installation environments, especially in corporate or restricted settings where using the C:\ drive is not possible or recommended.
Suggestion:
Add an environment variable (for example, CLIENT_INSTALL_DIR) to define the default path used in generated install commands for Windows.
Thank you for your great work on this project!
All reactions