UUBulb
643c6dd3a1
ddns: remove ipv6 nameservers, support custom nameservers ( #439 )
2024-10-18 22:06:01 +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
UUBulb
427e0e5449
feat: description file for custom theme; use gjson ( #433 )
...
* feat: description file for custom theme; use gjson
* fix gosec
* remove outdated stuff
2024-10-10 00:08:16 +08:00
naiba
75a75758df
feat: 管理后台自定义代码
2024-08-14 00:24:17 +08:00
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
UUBulb
8c909dfb7b
chore: fix some typos ( #370 )
2024-06-16 18:04:27 +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
Akkia
c92e4999bc
✨ 支持cloudflare access OIDC认证 ( #354 )
2024-05-03 08:47:53 +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
naiba
fcb98c50f9
后台关闭切换主题功能
2024-02-27 21:05:39 +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
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
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
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
naiba
d41b21cabc
dash: v0.14.12 new theme AngelKanade
2023-04-09 00:28:21 +08:00
rootmelo92118
aca55751c3
Update config.go
2023-02-03 13:12:14 +08:00
naiba
360d30681e
🐛 fix service stats
2022-10-12 23:06:25 +08:00
ysicing
bfe8b7e741
feat(oauth2): add gitea oauth2 support
...
add gitea oauth2 support
Signed-off-by: ysicing <i@ysicing.me >
2022-10-12 19:34:15 +08:00
naiba
c8f6c5172e
⬆️ upgrade dependencies
2022-09-14 22:26:14 +08:00
naiba
0f99a30c4c
✨ custon dashboard template [no ci]
2022-06-03 09:45:11 +08:00
naiba
d58eb460b2
✨ dashboard v0.13.20 Login with Gitlab、Jihulab
2022-05-26 20:00:20 +08:00
naiba
9633662708
🚀 dashboard v0.13.16 自定义外部主题
2022-05-19 09:46:11 +08:00
naiba
8aedc2b6bc
♻️ refactor settings page [skip ci]
2022-04-30 23:02:40 +08:00
naiba
53b6b9fcea
🌐 localization [skip ci]
2022-04-27 23:51:45 +08:00
Akkia
f64c7b6301
fix: 修复修改通知方式所在组后 不会移除其原有map映射关系的问题
2022-04-15 23:23:51 +08:00
Akkia
a7261b1510
WIP: 补全各模块的通知分组设置
2022-04-15 03:13:53 +08:00
Akkia
2ebcc13ab8
WIP: 通知方式分组 支持将不同的报警|监控|计划任务的通知 发送到指定的通知分组
2022-04-14 21:06:42 +08:00
naiba
fd8755b2c6
typo
2022-04-12 20:11:19 +08:00
Akkia
4bee826252
optimize: 优化自动更新相关代码
2022-04-12 18:05:26 +08:00
Akkia
09d3607cee
refactor: 优化代码组织结构
2022-04-12 13:16:33 +08:00
Akkia
9776cf6182
添加代码注释+修正一个typo
2022-04-11 22:51:02 +08:00
naiba
81f3d5c4ef
✨ 可选监控哪些分区及网卡
2022-03-19 17:22:15 +08:00
naiba
41ba57637f
✨ 可选的通知信息 IP 不打码
2022-02-19 14:29:06 +08:00
Lemoe
a8cb14b270
✨ 反向代理 gRPC 端口(支持 Cloudflare CDN)
2021-11-11 12:52:37 +08:00
naiba
7e5a91160a
⚡ ️ pprof 性能调优 / 计划任务支持秒级
2021-09-29 19:58:02 +08:00
Zhu Rengen
1685673376
add GRPCHost config
2021-08-10 15:44:59 +08:00
naiba
c05e0658d8
🚸 IP 变更提醒增强
2021-06-22 14:05:36 +08:00
naiba
bdb65b05e1
NAT64 的机器一直报 IP 变更,加忽略!
2021-04-07 21:11:59 +08:00
naiba
8062e346d5
✨ 接入 Gitee 登录,v0.4.11 之前的用户需要更新配置文件
2021-03-02 23:08:40 +08:00
naiba
9c3ac0dd84
✨ 前台查看密码 close #24 close #41
2021-01-31 13:37:43 +08:00
naiba
8cc5d1c32b
💥 v2.0 必须更新面板,新增服务监控
2021-01-16 00:45:49 +08:00
naiba
97fc5d790a
✨ feat: ip change notification close #31
2021-01-13 22:30:28 +08:00
naiba
8f6ba31e00
🚸 增强面板自定义CSS功能
2020-12-24 09:54:17 +08:00
naiba
2e4b8ae734
feat(theme): 自定义主题
2020-12-19 10:57:10 +08:00
naiba
19dde87567
✨ add theme hotaru
2020-12-09 19:05:40 +08:00
naiba
8d2933ac21
✨ 一键脚本
2020-11-29 22:17:40 +08:00
naiba
8b4bd0e40e
🎨 custom http port
2020-10-24 21:44:03 +08:00
naiba
f2c304e396
🎨 improve offline server detect
2020-10-24 21:29:05 +08:00
奶爸
024a11bcd0
多管理员
2020-03-22 22:28:25 +08:00
奶爸
f2080ed795
持久化Token
2019-12-20 23:58:09 +08:00