naiba
eec7e4f021
chore: handle errors in ReportSystemInfo methods
2025-03-03 22:56:48 +08:00
naiba
712f85aa31
fix: return errors instead of nil in RequestTask and ReportSystemState methods
2025-03-03 22:45:08 +08:00
UUBulb
af55fae652
improve check for offline rules ( #1013 )
...
* improve check for offline rules
* bug fixes
* update dependencies
* fix error wrap
* fix offline check
* improve readability
2025-03-02 15:37:21 +08:00
UUBulb
ea068d4db1
refactor: simplify server & service manipulation ( #993 )
...
* refactor: simplify server & service manipulation
* update
* fix
* update for nat, ddns & notification
* chore
* update cron
* update dependencies
* use of function iterators
* update default dns servers
2025-02-21 23:08:12 +08:00
naiba
f8f4975090
improve: geoip
2025-02-09 14:39:12 +08:00
UUBulb
eeb96caf4d
feat: batch set server config ( #983 )
...
* feat: batch set server config
* run in parallel
* fix route
* fix
* return some information
* fix order
2025-02-04 11:25:49 +08:00
UUBulb
b75a49c3c6
feat: edit server config online ( #980 )
...
* feat: edit server config online
* clean
* refactor
* generate template
* fix deadlocks
* fix
2025-01-31 13:33:53 +08:00
UUBulb
2a6206f1a9
ddns: allow overriding domains per configuration ( #979 )
2025-01-30 12:19:40 +08:00
UUBulb
ff4fd31ec4
small improvements ( #958 )
...
* small improvements
* fix: return empty iterator if no json present
* use time.Tick
* changes
2025-01-19 21:22:00 +08:00
naiba
c5cb385dc3
chore: refactor
2025-01-04 12:32:29 +08:00
naiba
60de03142e
improve: server list lock
2025-01-04 01:10:16 +08:00
naiba
c9056eaa44
refactor: fallback agent ip to connecting ip
2024-12-19 23:21:31 +08:00
UUBulb
5f5620b352
fix: add nil check for ReportSystemState ( #583 )
2024-12-13 22:27:30 +08:00
naiba
7c8cfc4b2f
feat: upgrade frontend
2024-12-07 12:19:48 +08:00
naiba
29d0d2eb3c
feat: 优化 GeoIP 更新逻辑
2024-12-07 11:06:42 +08:00
naiba
4861b3e013
feat: refactor grpc keepalive
2024-12-05 00:11:34 +08:00
naiba
a7e4fe0909
rename repo
2024-11-28 19:38:54 +08:00
naiba
6db1a4b19d
improve: use stream reduce auth check time
2024-11-23 12:43:02 +08:00
UUBulb
13810bb38b
report geoip separately, fix server creation & deletion bugs ( #14 )
...
* new geoip method
* report geoip separately, fix server creation & deletion bugs
* fix struct tag
* fix write name
* remove deleteion list
* remove rpc realip header
* Revert "remove rpc realip header"
This reverts commit 8a5f86cf2d7df87f28cfa2a3b3430f449dd6ed73.
2024-11-22 22:40:43 +08:00
uubulb
d56224a118
feat: add i18n support
2024-11-01 05:07:04 +08:00
uubulb
1c308929ee
merge upstream, improve geoip pkg
2024-10-31 03:34:25 +08:00
UUBulb
70b914d535
add setting api ( #461 )
2024-10-27 13:10:07 +08:00
naiba
542f06551e
refactor: remove pages, combine grpc http port
2024-10-20 11:47:45 +08:00
naiba
8849cb51e6
init jwt
2024-10-20 00:09:16 +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
UUBulb
911bce71ff
refactor: ddns ( #414 )
...
* refactor ddns
* update webhook
2024-08-24 11:11:06 +08:00
naiba
e0599e7a38
fix: 流量统计异常
2024-08-12 10:06:55 +08:00
naiba
4546524df0
improve: 优化可能造成流量统计异常的情况
2024-08-11 10:35:19 +08:00
naiba
4ce4d85a3e
improve: Handle case when host is not found in LookupGeoIP
2024-07-28 15:11:50 +08:00
naiba
acd5d54886
fix: CountryCode 被冲掉
2024-07-28 14:39:14 +08:00
UUBulb and naiba
2eb8417b24
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
naiba
2a35a6f0e5
feat: 去除 webTerminal 的 websocket 依赖
2024-07-14 12:47:36 +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
UUBulb
c1db52dc4a
ddns: Add ability to update IPv4 or IPv6 only ( #342 )
...
* ddns: Add ability to resolve IPv4 or IPv6 only
* Fix bugs
* cdn cache
2024-03-30 11:00:55 +08:00
Darc Z
357155cb90
Fix DDNS bugs and split up ddns module ( #326 )
...
* fix: webhook retry logic
fix: adjust record type based on ipv4 ipv6
refract: move ddns providers to a new module
* refract: move ddns module to pkg/
2024-02-26 11:49:28 +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
Akkia
e6d46f11fe
始终发送ip变更通知+优化ssl与延迟通知静音缓存规则
2023-06-19 05:02:20 +08:00
naiba
946ce73096
🚀 dashboard v0.14.6 with installer v0.11.0
2022-10-31 21:54:37 +08:00
naiba
43d99981af
💬 update notification text [skip ci]
2022-04-30 19:23:19 +08:00
Akkia
56e9f5a637
update: 发送消息前对服务器状态进行拷贝 保证消息发送的状态指标与触发该请求的状态指标相同
2022-04-18 19:59:42 +08:00
Akkia
e29161782c
update: 增加更多占位符与单元测试
2022-04-17 21:06:30 +08:00
Akkia
2ebcc13ab8
WIP: 通知方式分组 支持将不同的报警|监控|计划任务的通知 发送到指定的通知分组
2022-04-14 21:06:42 +08:00
naiba
41ba57637f
✨ 可选的通知信息 IP 不打码
2022-02-19 14:29:06 +08:00
naiba
5bdfc0e052
theme-mdui by @MikoyChinese
2022-01-09 11:54:14 +08:00
naiba
be356fe2b2
⬆️ 升级依赖、修复一个内存泄露问题
2021-11-11 21:40:13 +08:00
naiba
a6c2a6fdfe
🔖 dashboard v0.10.0
2021-09-27 21:18:09 +08:00
naiba
0e05d0a021
🐛 修复区间流量统计
2021-07-16 18:09:50 +08:00
naiba
f7e9ea72dd
✨ 任意时间区间(月流量)统计,无视重启~
2021-07-14 23:53:37 +08:00
naiba
5f46036f0e
优化 agent 信息上报与 ARM 安装面板的错误提示
2021-06-30 18:15:53 +08:00