mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #731] 添加整个网站的自定义模板功能 #1726
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#1726
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 @xe5700 on GitHub (Nov 16, 2024).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/731
类似#207,允许用户直接在网页自定义,允许将一个网站配置直接设置为模板,比如一个完整的反向代理网站配置,包括证书端口号的,模板只修改主机名和反代主机和端口,像是配置模板一样去配置,就可以生成一个完整的配置,可以大大简化配置的步骤,可以考虑与这个功能一起添加,功能比较类似。
@Tenodec commented on GitHub (Nov 16, 2024):
还有添加网站的时候,server_name和listen默认添加,不需要每次手动添加。下面又提示必填,必填项应该删不了更好
@0xJacky commented on GitHub (Jan 9, 2025):
这是个 bug,a9520c11 里修复了,后面会发布