naiba
|
22842ebc75
|
chore: typo
|
2024-07-28 23:39:43 +08:00 |
|
UUBulb
|
aef968250f
|
chore: wrong name (#399)
|
2024-07-28 23:17:25 +08:00 |
|
UUBulb
|
100600d594
|
ci: only keep the latest release (#398)
|
2024-07-28 23:08:16 +08:00 |
|
naiba
|
fe234f4f38
|
improve: Handle case when host is not found in LookupGeoIP
|
2024-07-28 15:11:50 +08:00 |
|
naiba
|
df9487b5fc
|
fix: CountryCode 被冲掉
|
2024-07-28 14:39:14 +08:00 |
|
UUBulb
|
26d81f6d7a
|
feat: use embed geoip database (#396)
* feat: use embed geoip database
* mention ipinfo
* only read once
* comments
comments
* chore: installer version
---------
Co-authored-by: naiba <hi@nai.ba>
|
2024-07-28 13:59:58 +08:00 |
|
UUBulb
|
9d96c58ff9
|
api: add DisPlayIndex info (#397)
|
2024-07-28 13:43:28 +08:00 |
|
nap0o
|
5bb7efdeb9
|
🎉 通过自定义代码实现server-status主题深色模式半透明样式的前置准备 (#395)
|
2024-07-24 23:15:17 +08:00 |
|
github-actions[bot]
|
519882c4a9
|
update contributors[no ci]
|
2024-07-23 10:27:07 +00:00 |
|
MadDogOwner
|
ed96432b79
|
installer: improve region detection reliability using multiple APIs (#394)
|
2024-07-23 18:26:45 +08:00 |
|
github-actions[bot]
|
1c057d93bd
|
update contributors[no ci]
|
2024-07-19 22:49:08 +00:00 |
|
UUBulb
|
6005004681
|
installer: use multiple geoip api to determine location (#393)
|
2024-07-20 06:48:53 +08:00 |
|
Spetrum
|
d8f4236404
|
Switch IP checking service to ip-api.com (#391)
|
2024-07-17 21:21:04 +08:00 |
|
UUBulb
|
f95191c8af
|
fix: concurrent write to single WebSocket connection (#392)
|
2024-07-17 10:06:23 +08:00 |
|
naiba
|
34fedd91d2
|
fix: dashboard standalon-alone install
|
2024-07-15 16:01:24 +08:00 |
|
naiba
|
f675b884f5
|
feat: fetch version from api for dashboard standalone install
|
2024-07-14 22:52:53 +08:00 |
|
naiba
|
0b13fec029
|
fix: workflow branch name
|
2024-07-14 19:52:04 +08:00 |
|
naiba
|
67b788a969
|
✨ 内置HTTP内网穿透
|
2024-07-14 19:41:50 +08:00 |
|
naiba
|
b63f693661
|
fix: branch name
|
2024-07-14 14:46:08 +08:00 |
|
github-actions[bot]
|
ac64aa7355
|
update contributors[no ci]
|
2024-07-14 06:38:29 +00:00 |
|
UUBulb
|
05d69d5c07
|
ci: sync release to gitee (#390)
|
2024-07-14 14:38:12 +08:00 |
|
naiba
|
ce624a0ca6
|
fix: loop delay
|
2024-07-14 13:04:35 +08:00 |
|
naiba
|
1c91fcffac
|
feat: 去除 webTerminal 的 websocket 依赖
|
2024-07-14 12:47:36 +08:00 |
|
UUBulb
|
417f972659
|
installer: restore the China mirror of agent (#389)
|
2024-07-14 07:34:45 +08:00 |
|
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 |
|