UUBulb
2ee92ed956
fix(ddns): add missing field WebhookRequestType ( #436 )
...
* fix(ddns): add missing field WebhookRequestType
* add missing placeholders
2024-10-17 23:35:28 +08:00
UUBulb and nap0o
bf9c6d669a
ddns: store configuation in database ( #435 )
...
* ddns: store configuation in database
Co-authored-by: nap0o <144927971+nap0o@users.noreply.github.com >
* feat: split domain with soa lookup
* switch to libdns interface
* ddns: add unit test
* ddns: skip TestSplitDomainSOA on ci
network is not steady
* fix error handling
* fix error handling
---------
Co-authored-by: nap0o <144927971+nap0o@users.noreply.github.com >
2024-10-17 21:03:03 +08:00
nap0o
889878993a
improve: status-server主题日常优化 ( #432 )
...
* improve: status-server主题日常优化
1. 首页账单信息:价格设置成“-1”前台展示为”PAYG“,自动续期(autoRenewal)功能增加支持付费周期yr,mo;
2. 当未获取到国旗图标时,默认彩虹旗;
3. 当未获取到os(操作系统)信息时,默认linux
4. 一些其他优化
* 修改表达不准确的语言文件
2024-10-08 11:39:44 +08:00
UUBulb and naiba
7db5618333
chore: l10n: improve translation ( #431 )
...
* l10n: improve translation
* refine
---------
Co-authored-by: naiba <hi@nai.ba >
2024-10-06 20:53:55 +08:00
zhucaidan and naiba
37184a9e20
Update en-US.toml ( #429 )
...
* Update en-US.toml
Optimize translation
* refine
---------
Co-authored-by: naiba <hi@nai.ba >
2024-10-06 11:41:19 +08:00
nap0o
54908da278
feat: status-server主题增加agent账单信息展示 ( #424 )
...
1. 首页通过在后台配置PublicNote字段,实现agent账单信息展示
2. 优化顶部导航,增加当前位置标识
3. 优化network页移动端样式
4. 优化后台server页展示,隐藏掉一些不重要的信息
5. 一些其他小优化
使用说明:https://github.com/naiba/nezha/pull/424#issuecomment-2386837658
2024-10-02 10:05:53 +08:00
naiba
db51b4111b
✨ 增加透传给前端的自定义字段方便前端扩展功能
2024-09-28 00:16:54 +08:00
UUBulb
a4709904cb
修复多CPU在默认主题和AngelKanade下显示的问题,完善内网穿透本地化文本 ( #415 )
2024-08-25 11:33:25 +08:00
UUBulb
911bce71ff
refactor: ddns ( #414 )
...
* refactor ddns
* update webhook
2024-08-24 11:11:06 +08:00
naiba
75a75758df
feat: 管理后台自定义代码
2024-08-14 00:24:17 +08:00
nap0o
cb3355c291
server-status主题重写network页面 ( #407 )
...
* 修复浏览器高分辨率下网络页echart图表显示不全
* server-status主题重写network页面
1. 点击“网络监控”弹出选择服务器
2. 增加服务器搜索筛选功能
3. 自适应lenged高度
4. 适配深色模式与浅色模式
5. 适配半透明模式
6. 适配pc段与移动端
* 刷新cdn缓存
* 增加disposeCharts逻辑
* 增加disposeCharts逻辑
* 标题增加服务器所在地区国旗展示
* 国旗样式修复
* 修复国旗样式
* echart图标高度适配不同分辨率浏览器
2024-08-10 23:19:52 +08:00
naiba
1e704d38ad
✨ 内置HTTP内网穿透
2024-07-14 19:41:50 +08:00
Leon
3a9e8e6181
Add support for sensor temperature in host state ( #359 )
...
* feat: Add support for sensor temperature in host state
* chore: Update file permissions for saving config data
2024-06-01 19:11:48 +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
nap0o
a899f4f3e8
ServerStatus主题首页增加服务器世界分布图功能 ( #344 )
2024-04-08 22:31:28 +08:00
zhucaidan
d3f2fd4a0e
Optimize translation ( #343 )
2024-03-30 11:12:00 +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
naiba
fcb98c50f9
后台关闭切换主题功能
2024-02-27 21:05:39 +08:00
nap0o
57139f733d
fix bug ( #328 )
...
* fix bugs
1. 修复default主题mixin.js文件丢失
2. 修复主题默认值为后台设置值
3. default主题样式优化
* 修复前台切换 theme-custom 不生效
2024-02-26 09:31:16 +08:00
nap0o
b32990cf28
优化default和serverstatus主题模版 ( #327 )
...
1.优化default主题模版
2.优化serverstatus主题模版
2024-02-25 23:16:57 +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
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
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
Kris
e34d684314
优化繁体中文、英语、西班牙语语言文件 ( #299 )
...
* 优化中文语言文件
* 优化繁体中文、英语、西班牙语语言文件
2023-11-19 15:18:04 +08:00
Kris
06da70dda1
优化中文语言文件 ( #298 )
2023-11-18 09:39:38 +08:00
naiba
9318af8060
💄 优化 server-status 主题服务页流量统计
2023-11-07 22:56:59 +08:00
naiba
0e00615050
💄 优化 server-status 主题
2023-11-07 22:15:13 +08:00
unclezs and naiba
0f8bfc21ad
✨ feat: add server-status theme ( #295 )
...
* ✨ feat: add server-status theme
* add `ServerStatus` theme to README
---------
Co-authored-by: naiba <hi@nai.ba >
2023-11-07 13:46:28 +08:00
黑歌
7e0fa78d6a
Update en-US.toml ( #292 )
2023-08-28 22:15:14 +08:00
naiba
db8d0af5be
v0.15.1 批量删除服务器 bulk delete the servers
2023-06-14 00:23:47 +08:00
Kris
5c7c99fd77
新增文本的多语言翻译
2023-04-16 17:58:02 +02:00
Akkia
a0d1175c56
服务监控支持触发任务执行
2023-04-15 19:04:38 +08:00
naiba
d7d88e695a
Merge pull request #283 from dysf888/patch-2 [no ci]
...
Update zh-CN.toml
2023-04-09 10:57:19 +08:00
naiba
02548047f7
Merge pull request #285 from dysf888/patch-4 [no ci]
...
Update en-US.toml
2023-04-09 10:56:57 +08:00
naiba
3e003361ba
Merge pull request #286 from dysf888/patch-5 [no ci]
...
Update zh-TW.toml
2023-04-09 10:56:38 +08:00
黑歌-共穷国际大中华区CFO
668825dcba
Update es-ES.toml
2023-04-09 01:25:27 +08:00
黑歌-共穷国际大中华区CFO
dcab539a43
Update zh-TW.toml
2023-04-09 01:24:15 +08:00
黑歌-共穷国际大中华区CFO
d17c5531b7
Update en-US.toml
2023-04-09 01:22:09 +08:00
黑歌-共穷国际大中华区CFO
d1c36ac5a6
Update zh-CN.toml
2023-04-09 01:20:41 +08:00
rootmelo92118
61c41a4f63
Update zh-TW.toml
2023-02-03 15:12:03 +08:00
rootmelo92118
c055563055
Create zh-TW.toml
2023-02-03 13:09:04 +08:00
naiba
d5255449cd
🚸 add tooltip for secret copy button
2022-10-16 23:30:06 +08:00
“hhhkkk520”
e74df74170
Improved translation of texts
2022-10-01 14:26:32 +02:00
naiba
8d8bb26bbe
🚀 agent v0.14.1
2022-10-01 11:31:39 +08:00
naiba
598f599308
Merge pull request #249 from naiba/l10n_master [no ci]
...
New Crowdin updates
2022-09-30 22:36:36 +08:00
naiba
801f5f0983
New translations zh-CN.toml (English)
2022-09-30 22:36:02 +08:00
naiba
5ff58929fa
New translations zh-CN.toml (Spanish)
2022-09-30 22:36:01 +08:00
naiba
8545e35288
update l10n [no ci]
2022-09-30 22:34:52 +08:00
naiba
4e60648240
New translations zh-CN.toml (English)
2022-09-21 09:58:52 +08:00
naiba
b6d3e0e2fb
New translations zh-CN.toml (English)
2022-09-17 23:49:32 +08:00