github-actions[bot]
ebc45f9b8f
update contributors[no ci]
2024-02-24 13:10:48 +00: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
github-actions[bot]
0e31b5fba9
update contributors[no ci]
2024-02-23 14:55:59 +00:00
github-actions[bot]
c4b2c47beb
update contributors[no ci]
2024-02-23 14:55:59 +00:00
1ridic
f6536418cc
优化安装逻辑 ( #325 )
...
* Optimize install process
If `getenforce` is not exist, then do not execute
it. This fixes the `command not found` error on
Arch Linux systems without SELinux installed.
* bump installer version
2024-02-23 22:55:42 +08:00
1ridic
0835f13f28
优化安装逻辑 ( #325 )
...
* Optimize install process
If `getenforce` is not exist, then do not execute
it. This fixes the `command not found` error on
Arch Linux systems without SELinux installed.
* bump installer version
2024-02-23 22:55:42 +08:00
github-actions[bot]
29168b17db
update contributors[no ci]
2024-02-21 12:19:50 +00:00
github-actions[bot]
ee3cda8aed
update contributors[no ci]
2024-02-21 12:19:50 +00:00
凌
d48be0c29f
Arch 修复 nezha-agent 主目录遗留问题 ( #323 )
...
* Arch 修复 nezha-agent 主目录遗留问题
使用useradd -m创建的用户会产生主目录文件夹,使用userdel需要添加-r参数
* Update install_en.sh
* bump installer version
2024-02-21 20:19:34 +08:00
凌
604fc7d4c0
Arch 修复 nezha-agent 主目录遗留问题 ( #323 )
...
* Arch 修复 nezha-agent 主目录遗留问题
使用useradd -m创建的用户会产生主目录文件夹,使用userdel需要添加-r参数
* Update install_en.sh
* bump installer version
2024-02-21 20:19:34 +08:00
github-actions[bot]
2dc7065a45
update contributors[no ci]
2024-02-19 13:00:09 +00:00
github-actions[bot]
5c549261dd
update contributors[no ci]
2024-02-19 13:00:09 +00:00
HsukqiLee
f1d7873fc5
增加了网络页面对 Neko Meui 主题的支持 ( #322 )
...
* 修改 Neko-mdui 主题的菜单栏
增加了“网络”选项卡
* 增加 Neko-mdui 主题的网络页面
2024-02-19 20:59:49 +08:00
HsukqiLee
00041c0ebd
增加了网络页面对 Neko Meui 主题的支持 ( #322 )
...
* 修改 Neko-mdui 主题的菜单栏
增加了“网络”选项卡
* 增加 Neko-mdui 主题的网络页面
2024-02-19 20:59:49 +08:00
xykt
356076e449
对历史延迟图表进行了相关修复/美化工作 ( #321 )
...
* Update network.html
修复以下问题:
- 延迟默认最高300ms,超过后默认抹平
- 曲线上有很多ping值为0的无效散点,导致毛刺很多,干扰效果
- 图标的y轴比例失调,上方大片留白,大大降低了有效显示区域
- 默认只显示最近不到半小时左右的延迟表现,想看全天需要拖动,影响效果
- 曲线不显示极大极小值,不够直观
* Update config.go
修复了以下问题:
- 延迟默认最高300ms,超过后默认抹平
- 曲线上有很多ping值为0的无效散点,导致毛刺很多,干扰效果
- 图标的y轴比例失调,上方大片留白,大大降低了有效显示区域
- 默认只显示最近不到半小时左右的延迟表现,想看全天需要拖动,影响效果
- 曲线不显示极大极小值,不够直观
2024-02-19 13:52:43 +08:00
xykt
dbfea9a00b
对历史延迟图表进行了相关修复/美化工作 ( #321 )
...
* Update network.html
修复以下问题:
- 延迟默认最高300ms,超过后默认抹平
- 曲线上有很多ping值为0的无效散点,导致毛刺很多,干扰效果
- 图标的y轴比例失调,上方大片留白,大大降低了有效显示区域
- 默认只显示最近不到半小时左右的延迟表现,想看全天需要拖动,影响效果
- 曲线不显示极大极小值,不够直观
* Update config.go
修复了以下问题:
- 延迟默认最高300ms,超过后默认抹平
- 曲线上有很多ping值为0的无效散点,导致毛刺很多,干扰效果
- 图标的y轴比例失调,上方大片留白,大大降低了有效显示区域
- 默认只显示最近不到半小时左右的延迟表现,想看全天需要拖动,影响效果
- 曲线不显示极大极小值,不够直观
2024-02-19 13:52:43 +08:00
xykt
421e8df55e
Update config.go
...
修复了以下问题:
- 延迟默认最高300ms,超过后默认抹平
- 曲线上有很多ping值为0的无效散点,导致毛刺很多,干扰效果
- 图标的y轴比例失调,上方大片留白,大大降低了有效显示区域
- 默认只显示最近不到半小时左右的延迟表现,想看全天需要拖动,影响效果
- 曲线不显示极大极小值,不够直观
2024-02-19 01:17:42 +08:00
xykt
4e5cc0b642
Update config.go
...
修复了以下问题:
- 延迟默认最高300ms,超过后默认抹平
- 曲线上有很多ping值为0的无效散点,导致毛刺很多,干扰效果
- 图标的y轴比例失调,上方大片留白,大大降低了有效显示区域
- 默认只显示最近不到半小时左右的延迟表现,想看全天需要拖动,影响效果
- 曲线不显示极大极小值,不够直观
2024-02-19 01:17:42 +08:00
xykt
72cd680905
Update network.html
...
修复以下问题:
- 延迟默认最高300ms,超过后默认抹平
- 曲线上有很多ping值为0的无效散点,导致毛刺很多,干扰效果
- 图标的y轴比例失调,上方大片留白,大大降低了有效显示区域
- 默认只显示最近不到半小时左右的延迟表现,想看全天需要拖动,影响效果
- 曲线不显示极大极小值,不够直观
2024-02-19 01:14:26 +08:00
xykt
fe2872bbb3
Update network.html
...
修复以下问题:
- 延迟默认最高300ms,超过后默认抹平
- 曲线上有很多ping值为0的无效散点,导致毛刺很多,干扰效果
- 图标的y轴比例失调,上方大片留白,大大降低了有效显示区域
- 默认只显示最近不到半小时左右的延迟表现,想看全天需要拖动,影响效果
- 曲线不显示极大极小值,不够直观
2024-02-19 01:14:26 +08:00
github-actions[bot]
2726f49a06
update contributors[no ci]
2024-02-18 12:00:59 +00:00
github-actions[bot]
e8b208edfa
update contributors[no ci]
2024-02-18 12:00:59 +00:00
Ko no dio
55d483d409
feat: add index on monitor history ( #320 )
2024-02-18 20:00:36 +08:00
Ko no dio
7d38634933
feat: add index on monitor history ( #320 )
2024-02-18 20:00:36 +08:00
github-actions[bot]
4944df9c77
update contributors[no ci]
2024-02-14 05:12:49 +00:00
github-actions[bot]
5bd4b57cbf
update contributors[no ci]
2024-02-14 05:12:49 +00: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
github-actions[bot]
16a150470c
update contributors[no ci]
2024-02-13 15:09:58 +00:00
github-actions[bot]
f3fac9325c
update contributors[no ci]
2024-02-13 15:09:58 +00: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
github-actions[bot]
a925fbfb43
update contributors[no ci]
2024-02-12 06:16:26 +00:00
github-actions[bot]
b86b73a433
update contributors[no ci]
2024-02-12 06:16:26 +00: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
7b4671fe83
♻️ 更换可用镜像地址
2024-02-09 20:59:22 +08:00
naiba
c9bcba6f28
♻️ 更换可用镜像地址
2024-02-09 20:59:22 +08:00
github-actions[bot]
fa00932e2e
update contributors[no ci]
2024-01-18 05:35:21 +00:00
github-actions[bot]
ad9dc5470a
update contributors[no ci]
2024-01-18 05:35:21 +00:00
黑歌
8e64524978
replace daocloud with fgit ( #315 )
...
* Update add custom mirror
* Update add custom mirror
* bump install version
2024-01-18 13:34:58 +08:00
黑歌
8539fb6559
replace daocloud with fgit ( #315 )
...
* Update add custom mirror
* Update add custom mirror
* bump install version
2024-01-18 13:34:58 +08:00
github-actions[bot]
457547cc2e
update contributors[no ci]
2023-12-26 02:26:27 +00:00
github-actions[bot]
11bcc47d49
update contributors[no ci]
2023-12-26 02:26:27 +00:00
Crazy
9c91bf0112
add supervise daemon for alpine ( #313 )
...
alpine在自动更新agent以后不会自动重启agent,导致批量掉线,添加守护进程以后问题解决
2023-12-26 10:26:11 +08:00
Crazy
bb789f7652
add supervise daemon for alpine ( #313 )
...
alpine在自动更新agent以后不会自动重启agent,导致批量掉线,添加守护进程以后问题解决
2023-12-26 10:26:11 +08:00
dependabot[bot]
8fdf5a57db
Bump golang.org/x/crypto from 0.15.0 to 0.17.0 ( #312 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.15.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.15.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-19 09:43:33 +08:00
dependabot[bot]
51c1e41123
Bump golang.org/x/crypto from 0.15.0 to 0.17.0 ( #312 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.15.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.15.0...v0.17.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-19 09:43:33 +08:00
naiba
51360bf98c
replace statifile cdn with bytedance cdn
2023-12-11 21:53:56 +08:00