mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #359] [Feature] 希望支持配置子路径访问 #218
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#218
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 @fcwys on GitHub (Nov 27, 2024).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/359
功能描述
希望支持配置子路径访问
动机
目前使用nginx反代配置子路径比较麻烦,希望能支持自定义访问路径,也便于提高访问入口的安全性。
替代方案
无
其他信息
无
@usual2970 commented on GitHub (Nov 28, 2024):
感谢反馈~后续没有这方面的迭代计划
添加子路径支持会引入不必要的配置,这与 Certimate 拿来即用的风格不符。
你可以:
@fudiwei commented on GitHub (Nov 28, 2024):
项目的 UI 是基于 vite + react-router 的,资源路径在打包时就已经确定好了,无法在二进制包里提供可配置项。如果有需要你可以以源码形式自行部署。