Commit Graph

1483 Commits

Author SHA1 Message Date
naiba
ada344cd6b chore: go 1.21.x 2024-07-13 13:11:40 +08:00
naiba
9d6682fd58 fix: build 2024-07-13 13:00:48 +08:00
github-actions[bot]
22c687c044 update contributors[no ci] 2024-07-13 04:52:14 +00: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
nap0o
17373e2dee
🐛 fixbug (#388)
* 修复bug:在server-status主题无法切换

* 替换哪吒面板后台cdn提供商为unpkg

* 替换哪吒面板后台cdn提供商为unpkg

* 加快Agent详情下拉展示速度
2024-07-12 22:29:11 +08:00
github-actions[bot]
e7c6984c72 update contributors[no ci] 2024-07-10 15:14:11 +00:00
nap0o
f4c6f4c57d
ServerStatus主题优化 (#386)
* ServerStatus主题优化
1.更新世界地图基础geo文件,中国部分包含南海10段线,藏南部分划线更准
geo在大佬仓库https://github.com/Surbowl/world-geo-json-zh的基础上加工
2.世界地图可以在后台设置自定义代码切换是否包含南极洲,中国港澳台是否单独统计vps数
```<script>
  localStorage.setItem('countryMapGeoFile', 'nezha.world.geo.json'); //默认
  // localStorage.setItem('countryMapGeoFile', 'nezha.world.plus.geo.json'); //单独绘制香港,澳门,台湾
  // localStorage.setItem('countryMapGeoFile', 'nezha.world.antarctica.geo.json'); //有南极洲
  // localStorage.setItem('countryMapGeoFile', 'nezha.world.plus.antarctica.geo.json'); //有南极洲,单独绘制香港,澳门,台湾
</script>
```
3. mixin.js文件删除冗余代码
4. 首页agent下拉详情,控制网络折线图tooltip数字最多显示小数点后两位

* 修正geo文件路径

* 修复世界地图中国港澳台单独绘制时,vps数量计算逻辑

* 删除header中的无用的地图基础数据引用

* 增加温度控制cpu型号识别
2024-07-10 23:13:53 +08:00
UUBulb
4df60c6955
ddns: improve performance (#385) 2024-07-07 10:19:58 +08:00
UUBulb
0501e120f6
fix: timestamp conversion (#383) 2024-07-04 14:32:19 +08:00
UUBulb
cfa425bb33
feat: notifications support for GPU & Temperature (#381) 2024-07-03 12:34:45 +08:00
nap0o
0613b0022d
优化server-status主题服务页 (#382) 2024-07-02 22:11:20 +08:00
github-actions[bot]
740d15bf79 update contributors[no ci] 2024-06-28 02:32:48 +00:00
Kris
7ace5d04fa
Update README.md (#380) 2024-06-28 10:32:31 +08:00
github-actions[bot]
a38d7bb51d update contributors[no ci] 2024-06-25 15:00:50 +00:00
UUBulb
61e16f96c5
fix: EUID is a readonly variable on some shells (#379) 2024-06-25 23:00:30 +08:00
nap0o
61127b3435
优化server-status主题首页网络图表 (#378) 2024-06-25 22:16:32 +08:00
UUBulb
8805dffe85
refactor: make the installer script POSIX compliant (#376) 2024-06-25 22:15:49 +08:00
dependabot[bot]
aeb7c52565
Bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.7 (#377) 2024-06-25 22:11:17 +08:00
nap0o
877b4cd666
优化gpu前端展示代码 (#375) 2024-06-23 22:20:04 +08:00
naiba
f75847d3d7 refactor: imporve code style 2024-06-23 16:15:08 +08:00
github-actions[bot]
eee3225f3a update contributors[no ci] 2024-06-23 07:59:19 +00:00
UUBulb
aa9eb533ad
Temporary fix for DDNSDomain leaks (#374) 2024-06-23 15:59:03 +08:00
UUBulb
cf9bbb5ff4
feat: Add GPU inspection support (#373) 2024-06-23 10:27:33 +08:00
github-actions[bot]
65dee23137 update contributors[no ci] 2024-06-22 14:52:43 +00:00
UUBulb
feb4659cab
Hide DDNS domain info for guests (#371) 2024-06-22 22:52:29 +08:00
github-actions[bot]
bc7791efd2 update contributors[no ci] 2024-06-22 14:51:57 +00:00
nap0o
6e6ec3256f
default和serverstatus主题温度展示相关 (#372) 2024-06-22 22:51:42 +08:00
github-actions[bot]
ce66f72cf9 update contributors[no ci] 2024-06-16 10:13:06 +00:00
UUBulb
0ed7436176
Add option to reduct temperature information (#369) 2024-06-16 18:12:45 +08:00
UUBulb
2aabe1bd61
chore: fix some typos (#370) 2024-06-16 18:04:27 +08:00
github-actions[bot]
db5e94d0de update contributors[no ci] 2024-06-15 01:43:49 +00:00
nap0o
3eecdc2b3f
修复一些bug (#367)
* bug修复:
1. serverstatus主题agent详情不显示内存信息
2. windows系统icon错误
小优化
1. echarts绘制世界地图所需的world.js坐标信息从本地加载切换为从cdn加载
2. font-logos切换为0.17.0版本,使得图标间距更合适

* 优化agent离线保留信息逻辑,从判断“实时在线”调整为判断“曾经在线”。

* 优化agent离线保留信息逻辑,从判断“实时在线”调整为判断“曾经在线”。
2024-06-15 09:43:30 +08:00
github-actions[bot]
b2740e5f3c update contributors[no ci] 2024-06-14 10:03:18 +00:00
nap0o
c3fa4cbbee
优化default和server status主题 (#363) 2024-06-14 18:02:55 +08:00
UUBulb
a9da084711
ci: using time/tzdata package to provide zoneinfo (#365) 2024-06-14 10:24:58 +08:00
github-actions[bot]
f30969e946 update contributors[no ci] 2024-06-01 11:12:04 +00:00
Leon
e0e2b8c3c2
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
github-actions[bot]
3782c0dcaf update contributors[no ci] 2024-05-31 14:05:21 +00:00
Coming
0331db2c12
Update GPG key for libsepol (#360) 2024-05-31 22:05:05 +08:00
github-actions[bot]
1749247aeb update contributors[no ci] 2024-05-21 15:12:02 +00:00
UUBulb
eaba7abd35
Use agent's builtin support for services instead (#357) 2024-05-21 23:11:43 +08:00
github-actions[bot]
f5ca66d924 update contributors[no ci] 2024-05-19 14:35:11 +00:00
eya46
d5e7b22fc6
删除多余空格 (#358) 2024-05-19 22:34:57 +08:00
nap0o
5122d48dd8
Update service.html (#356) 2024-05-07 09:09:53 +08:00
github-actions[bot]
3614ef381e update contributors[no ci] 2024-05-05 12:13:15 +00:00
UUBulb
8475674eb7
chore: fix a typo (#355) 2024-05-05 20:12:54 +08:00
Akkia
25e7f8a912
支持cloudflare access OIDC认证 (#354) 2024-05-03 08:47:53 +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
naiba
890616f52a daocloud github 镜像已经被打废了 2024-04-18 21:42:04 +08:00
github-actions[bot]
c92ec996e0 update contributors[no ci] 2024-04-13 03:15:05 +00:00