naiba
75a75758df
feat: 管理后台自定义代码
2024-08-14 00:24:17 +08:00
naiba
daab64d232
feat: 管理后台自定义代码
2024-08-14 00:24:17 +08:00
naiba
7ab2252862
feat: 默认主题 dark mode
2024-08-13 23:50:55 +08:00
naiba
da8fb57268
feat: 默认主题 dark mode
2024-08-13 23:50:55 +08:00
naiba
e0599e7a38
fix: 流量统计异常
2024-08-12 10:06:55 +08:00
naiba
6abc0fce51
fix: 流量统计异常
2024-08-12 10:06:55 +08:00
naiba
1e704d38ad
✨ 内置HTTP内网穿透
2024-07-14 19:41:50 +08:00
naiba
67b788a969
✨ 内置HTTP内网穿透
2024-07-14 19:41:50 +08:00
naiba
2a35a6f0e5
feat: 去除 webTerminal 的 websocket 依赖
2024-07-14 12:47:36 +08:00
naiba
1c91fcffac
feat: 去除 webTerminal 的 websocket 依赖
2024-07-14 12:47:36 +08:00
Tao Chen
3364ab9892
添加OIDC支持 ( #387 )
...
* add general OIDC
* use "github.com/coreos/go-oidc/v3/oidc" to simplify oidc config
* fix: check if https by X-Forwarded-Proto
* recovery config.yaml
2024-07-13 12:51:59 +08:00
Tao Chen
e1513203b4
添加OIDC支持 ( #387 )
...
* add general OIDC
* use "github.com/coreos/go-oidc/v3/oidc" to simplify oidc config
* fix: check if https by X-Forwarded-Proto
* recovery config.yaml
2024-07-13 12:51:59 +08:00
naiba
3596e443fa
refactor: imporve code style
2024-06-23 16:15:08 +08:00
naiba
f75847d3d7
refactor: imporve code style
2024-06-23 16:15:08 +08:00
UUBulb
2bae80e1c4
Temporary fix for DDNSDomain leaks ( #374 )
2024-06-23 15:59:03 +08:00
UUBulb
aa9eb533ad
Temporary fix for DDNSDomain leaks ( #374 )
2024-06-23 15:59:03 +08:00
Akkia
c92e4999bc
✨ 支持cloudflare access OIDC认证 ( #354 )
2024-05-03 08:47:53 +08:00
Akkia
25e7f8a912
✨ 支持cloudflare access OIDC认证 ( #354 )
2024-05-03 08:47:53 +08:00
UUBulb
3e51bce224
Add DDNS Profiles, use publicsuffixlist domain parser ( #350 )
...
* Add DDNS Profiles, use publicsuffixlist domain parser
* Add Tencent Cloud DNS Provider
* Restore validate DDNS provider function
* chore: fmt & upgrade dependencies
2024-04-27 13:36:36 +08:00
UUBulb
5c7652f047
Add DDNS Profiles, use publicsuffixlist domain parser ( #350 )
...
* Add DDNS Profiles, use publicsuffixlist domain parser
* Add Tencent Cloud DNS Provider
* Restore validate DDNS provider function
* chore: fmt & upgrade dependencies
2024-04-27 13:36:36 +08:00
UUBulb
c1db52dc4a
ddns: Add ability to update IPv4 or IPv6 only ( #342 )
...
* ddns: Add ability to resolve IPv4 or IPv6 only
* Fix bugs
* cdn cache
2024-03-30 11:00:55 +08:00
UUBulb
f647a5f8e6
ddns: Add ability to update IPv4 or IPv6 only ( #342 )
...
* ddns: Add ability to resolve IPv4 or IPv6 only
* Fix bugs
* cdn cache
2024-03-30 11:00:55 +08:00
naiba
fcb98c50f9
后台关闭切换主题功能
2024-02-27 21:05:39 +08:00
naiba
da6a3463ed
后台关闭切换主题功能
2024-02-27 21:05:39 +08:00
naiba
dea39c7b3b
🐛 查看密码逻辑修复
2024-02-26 10:11:02 +08:00
naiba
5e528c42c7
🐛 查看密码逻辑修复
2024-02-26 10:11:02 +08:00
naiba
736d266607
🚸 校验自定义主题、将 Theme 列表插入所有页面
2024-02-25 14:15:19 +08:00
naiba
07e0382598
🚸 校验自定义主题、将 Theme 列表插入所有页面
2024-02-25 14:15:19 +08:00
naiba
d679efc70a
🔒 ️ 增强 ping 历史 API 鉴权
2024-02-24 23:21:33 +08:00
naiba
8dd509aa08
🔒 ️ 增强 ping 历史 API 鉴权
2024-02-24 23:21:33 +08:00
naiba
5ad9cc8081
✨ 前端切换模板
2024-02-24 22:28:07 +08:00
naiba
99ac12c9fd
✨ 前端切换模板
2024-02-24 22:28:07 +08:00
Darc Z
f9c0bb2240
Add DDNS support ( #324 )
...
* feat: add ddns updater framework
Note: no functionality implemented yet
* feat: add webhook ddns provider
* feat: update dashboard template
* fix: check nil and cron task string
* fix: webhook string formated with unexcepted param
* fix: webhook header split error
* feat: cloudflare ddns provider
* refract: move ddns update trigger into ReportSystemInfo
* lang: update other languages text
* fix: clear codes and logics
* fix: move update ddns to goroutine to avoid blocking
* fix: clear unused codes
* fix: update timestamp to prevent cache
2024-02-24 21:10:27 +08:00
Darc Z
3b5ee464a7
Add DDNS support ( #324 )
...
* feat: add ddns updater framework
Note: no functionality implemented yet
* feat: add webhook ddns provider
* feat: update dashboard template
* fix: check nil and cron task string
* fix: webhook string formated with unexcepted param
* fix: webhook header split error
* feat: cloudflare ddns provider
* refract: move ddns update trigger into ReportSystemInfo
* lang: update other languages text
* fix: clear codes and logics
* fix: move update ddns to goroutine to avoid blocking
* fix: clear unused codes
* fix: update timestamp to prevent cache
2024-02-24 21:10:27 +08:00
Ko no dio and LvGJ
e0f1c1d729
fix: revert service html and block service in backend ( #318 )
...
Co-authored-by: LvGJ <lvgj1998@gmail.com >
2024-02-14 13:12:24 +08:00
Ko no dio and LvGJ
fdb2fd8839
fix: revert service html and block service in backend ( #318 )
...
Co-authored-by: LvGJ <lvgj1998@gmail.com >
2024-02-14 13:12:24 +08:00
Ko no dio and LvGJ
70ed0c819f
fix: add toggle to service ( #317 )
...
* fix: short nework word
* fix: add toggle on service
* fix: delete console log update main.js version
---------
Co-authored-by: LvGJ <lvgj1998@gmail.com >
2024-02-13 23:09:40 +08:00
Ko no dio and LvGJ
626613441d
fix: add toggle to service ( #317 )
...
* fix: short nework word
* fix: add toggle on service
* fix: delete console log update main.js version
---------
Co-authored-by: LvGJ <lvgj1998@gmail.com >
2024-02-13 23:09:40 +08:00
Ko no dio and LvGJ
7ab36d4e11
feat: add network monitor hitory ( #316 ) · 三网ping
...
* feat: add network monitor hitory
* fix: revert proto change and add indexStore
* fix: update monitor delete unuse monitor history
* fix: delete unuse monitor type
---------
Co-authored-by: LvGJ <lvgj1998@gmail.com >
2024-02-12 14:16:04 +08:00
Ko no dio and LvGJ
e8b8e59bd7
feat: add network monitor hitory ( #316 ) · 三网ping
...
* feat: add network monitor hitory
* fix: revert proto change and add indexStore
* fix: update monitor delete unuse monitor history
* fix: delete unuse monitor type
---------
Co-authored-by: LvGJ <lvgj1998@gmail.com >
2024-02-12 14:16:04 +08:00
naiba
040270e3ab
Export custom static folder
2023-11-29 17:13:45 +08:00
naiba
ad99a5d032
Export custom static folder
2023-11-29 17:13:45 +08:00
naiba
48dfd0a94b
🐛 fix third-party template loading
2023-11-29 09:42:51 +08:00
naiba
6a25f39e36
🐛 fix third-party template loading
2023-11-29 09:42:51 +08:00
naiba
05eb0e9bf2
Update release and test workflows
2023-11-28 23:18:29 +08:00
naiba
0e91a00076
Update release and test workflows
2023-11-28 23:18:29 +08:00
naiba
746f5a8b23
✨ v0.15.13 generate release
2023-11-28 23:01:37 +08:00
naiba
dc94259a56
✨ v0.15.13 generate release
2023-11-28 23:01:37 +08:00
naiba
668453eed0
v0.15.2 消息模板新增 #DATETIME# 占位符
2023-09-02 00:06:40 +08:00
naiba
93bcf833fd
v0.15.2 消息模板新增 #DATETIME# 占位符
2023-09-02 00:06:40 +08:00