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 |
|
nap0o
|
226766aa7e
|
🐛 fixbug (#388)
* 修复bug:在server-status主题无法切换
* 替换哪吒面板后台cdn提供商为unpkg
* 替换哪吒面板后台cdn提供商为unpkg
* 加快Agent详情下拉展示速度
|
2024-07-12 22:29:11 +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]
|
876c50ec02
|
update contributors[no ci]
|
2024-07-10 15:14:11 +00:00 |
|
github-actions[bot]
|
e7c6984c72
|
update contributors[no ci]
|
2024-07-10 15:14:11 +00:00 |
|
nap0o
|
3a9d24fbe7
|
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 |
|
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
|
a80b40c2aa
|
ddns: improve performance (#385)
|
2024-07-07 10:19:58 +08:00 |
|
UUBulb
|
4df60c6955
|
ddns: improve performance (#385)
|
2024-07-07 10:19:58 +08:00 |
|
UUBulb
|
7249948c74
|
fix: timestamp conversion (#383)
|
2024-07-04 14:32:19 +08:00 |
|
UUBulb
|
0501e120f6
|
fix: timestamp conversion (#383)
|
2024-07-04 14:32:19 +08:00 |
|
UUBulb
|
2d42e32d8a
|
feat: notifications support for GPU & Temperature (#381)
|
2024-07-03 12:34:45 +08:00 |
|
UUBulb
|
cfa425bb33
|
feat: notifications support for GPU & Temperature (#381)
|
2024-07-03 12:34:45 +08:00 |
|
nap0o
|
a3bf926606
|
优化server-status主题服务页 (#382)
|
2024-07-02 22:11:20 +08:00 |
|
nap0o
|
0613b0022d
|
优化server-status主题服务页 (#382)
|
2024-07-02 22:11:20 +08:00 |
|
github-actions[bot]
|
098635d10e
|
update contributors[no ci]
|
2024-06-28 02:32:48 +00:00 |
|
github-actions[bot]
|
740d15bf79
|
update contributors[no ci]
|
2024-06-28 02:32:48 +00:00 |
|
Kris
|
92c1bda452
|
Update README.md (#380)
|
2024-06-28 10:32:31 +08:00 |
|
Kris
|
7ace5d04fa
|
Update README.md (#380)
|
2024-06-28 10:32:31 +08:00 |
|
github-actions[bot]
|
356f1b8674
|
update contributors[no ci]
|
2024-06-25 15:00:50 +00:00 |
|
github-actions[bot]
|
a38d7bb51d
|
update contributors[no ci]
|
2024-06-25 15:00:50 +00:00 |
|
UUBulb
|
209fb96a84
|
fix: EUID is a readonly variable on some shells (#379)
|
2024-06-25 23:00:30 +08:00 |
|
UUBulb
|
61e16f96c5
|
fix: EUID is a readonly variable on some shells (#379)
|
2024-06-25 23:00:30 +08:00 |
|
nap0o
|
bdc5ff20d0
|
优化server-status主题首页网络图表 (#378)
|
2024-06-25 22:16:32 +08:00 |
|
nap0o
|
61127b3435
|
优化server-status主题首页网络图表 (#378)
|
2024-06-25 22:16:32 +08:00 |
|
UUBulb
|
417f314f2f
|
refactor: make the installer script POSIX compliant (#376)
|
2024-06-25 22:15:49 +08:00 |
|
UUBulb
|
8805dffe85
|
refactor: make the installer script POSIX compliant (#376)
|
2024-06-25 22:15:49 +08:00 |
|
dependabot[bot]
|
8cd9c89844
|
Bump github.com/hashicorp/go-retryablehttp from 0.7.2 to 0.7.7 (#377)
|
2024-06-25 22:11:17 +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
|
5a1df00488
|
优化gpu前端展示代码 (#375)
|
2024-06-23 22:20:04 +08:00 |
|
nap0o
|
877b4cd666
|
优化gpu前端展示代码 (#375)
|
2024-06-23 22:20:04 +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 |
|
github-actions[bot]
|
c5621b1392
|
update contributors[no ci]
|
2024-06-23 07:59:19 +00:00 |
|
github-actions[bot]
|
eee3225f3a
|
update contributors[no ci]
|
2024-06-23 07:59:19 +00: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 |
|
UUBulb
|
b36b40c883
|
feat: Add GPU inspection support (#373)
|
2024-06-23 10:27:33 +08:00 |
|
UUBulb
|
cf9bbb5ff4
|
feat: Add GPU inspection support (#373)
|
2024-06-23 10:27:33 +08:00 |
|
github-actions[bot]
|
a2559159d4
|
update contributors[no ci]
|
2024-06-22 14:52:43 +00:00 |
|
github-actions[bot]
|
65dee23137
|
update contributors[no ci]
|
2024-06-22 14:52:43 +00:00 |
|
UUBulb
|
bee32f3713
|
Hide DDNS domain info for guests (#371)
|
2024-06-22 22:52:29 +08:00 |
|
UUBulb
|
feb4659cab
|
Hide DDNS domain info for guests (#371)
|
2024-06-22 22:52:29 +08:00 |
|
github-actions[bot]
|
fa97728ec5
|
update contributors[no ci]
|
2024-06-22 14:51:57 +00:00 |
|
github-actions[bot]
|
bc7791efd2
|
update contributors[no ci]
|
2024-06-22 14:51:57 +00:00 |
|
nap0o
|
0d3e6981ef
|
default和serverstatus主题温度展示相关 (#372)
|
2024-06-22 22:51:42 +08:00 |
|
nap0o
|
6e6ec3256f
|
default和serverstatus主题温度展示相关 (#372)
|
2024-06-22 22:51:42 +08:00 |
|
github-actions[bot]
|
c35fc2ac84
|
update contributors[no ci]
|
2024-06-16 10:13:06 +00:00 |
|
github-actions[bot]
|
ce66f72cf9
|
update contributors[no ci]
|
2024-06-16 10:13:06 +00:00 |
|