Commit Graph
55 Commits
Author SHA1 Message Date
UUBulbandGitHub 8d0f6fb7c4 add path check for multiplexer (#451) 2024-10-23 12:55:10 +08:00
UUBulbandGitHub 65aa18300d use plain error type for expected behaviors (#447) 2024-10-22 10:25:45 +08:00
UUBulbandGitHub 15585ef12e ddns: add listProviders api (#446)
* ddns: add listProviders api

* fix swagger
2024-10-22 00:04:17 +08:00
UUBulbandGitHub 5efd995992 dev: add ddns list api (#445) 2024-10-21 16:22:30 +08:00
UUBulbandGitHub aa0d570b2b dev: add ddns create, edit and batch delete api (#444) 2024-10-21 14:30:50 +08:00
UUBulbandGitHub cf5408751e add a helper function (#443) 2024-10-21 12:11:02 +08:00
UUBulbandGitHub d5744d0c73 fix installer (#442)
* fix installer

* version
2024-10-20 00:33:28 +08:00
UUBulbandGitHub e7837d8eaf installer: fix some style issues (#441)
* installer: fix some style issues

* translate

* translate

* replace cf-ns
2024-10-19 22:03:00 +08:00
UUBulbandGitHub aa81fc02ab fix: add custom theme key (#440) 2024-10-19 11:59:31 +08:00
UUBulbandGitHub f6531a52bd ddns: remove ipv6 nameservers, support custom nameservers (#439) 2024-10-18 22:06:01 +08:00
UUBulbandGitHub c58c4f866a do not check description file for theme-custom (#437)
* do not check description file for theme-custom

* deprecation note
2024-10-18 12:26:59 +08:00
UUBulbandGitHub fc9f1b6bcc fix(ddns): handle second-level domain correctly (#438) 2024-10-18 12:26:43 +08:00
UUBulbandGitHub be7b6e9c5e fix(ddns): add missing field WebhookRequestType (#436)
* fix(ddns): add missing field WebhookRequestType

* add missing placeholders
2024-10-17 23:35:28 +08:00
a503f0cf40 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
UUBulbandGitHub 0b7f43b149 fix dashboard custom theme, expose HideForGuest for api (#434)
* fix: dashboard custom theme

* api: expose HideForGuest
2024-10-10 13:38:09 +08:00
UUBulbandGitHub 55f5c89c1c 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
b886f70e48 chore: l10n: improve translation (#431)
* l10n: improve translation

* refine

---------

Co-authored-by: naiba <hi@nai.ba>
2024-10-06 20:53:55 +08:00
UUBulbandGitHub ebcc8a6efb installer: fix docker-compose detection logic (#428) 2024-10-06 09:35:12 +08:00
UUBulbandGitHub c4d8b63d32 installer: fix docker-compose detection (#427) 2024-10-05 23:43:16 +08:00
UUBulbandGitHub bdf36276da improve: use sync.Pool for buffer allocation (#423) 2024-09-27 18:50:19 +08:00
UUBulbandGitHub 511f43784e fix dashboard install script (#419) 2024-09-03 08:54:07 +08:00
UUBulbandGitHub 3f6112a919 fix: docker image (#418) 2024-09-02 23:19:43 +08:00
UUBulbandGitHub 23751440c6 [ci][docker]: use matrix to reduce build time & change base image to busybox (#417)
* ci: use matrix to reduce build time

* docker: change base image to busybox

* reuse workflows

* only download ipinfo db on tag pushes

* goreleaser
2024-09-02 22:13:13 +08:00
UUBulbandGitHub 989c9f9740 fix/fm: reset upload state after completion (#416) 2024-08-28 23:23:23 +08:00
UUBulbandGitHub 71508f8724 修复多CPU在默认主题和AngelKanade下显示的问题,完善内网穿透本地化文本 (#415) 2024-08-25 11:33:25 +08:00
UUBulbandGitHub eb6dd2855e refactor: ddns (#414)
* refactor ddns

* update webhook
2024-08-24 11:11:06 +08:00
UUBulbandGitHub cae443d5c8 fm: store file to OPFS temporarily (#413) 2024-08-21 22:19:40 +08:00
UUBulbandGitHub 47f8447a22 feat: framed fm for webshell (#411)
* feat: framed fm for webshell

* 1MB buffer
2024-08-20 22:25:29 +08:00
UUBulbandGitHub 9c986d06cb ci增加重传机制 (#410) 2024-08-18 08:56:52 +08:00
UUBulbandGitHub 6b05a21641 ws: ignore all DDNS fields (#406) 2024-08-09 21:47:29 +08:00
UUBulbandGitHub f289b76f47 installer: fix geo_check (#404) 2024-08-05 10:21:14 +08:00
UUBulbandGitHub aef968250f chore: wrong name (#399) 2024-07-28 23:17:25 +08:00
UUBulbandGitHub 100600d594 ci: only keep the latest release (#398) 2024-07-28 23:08:16 +08:00
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
UUBulbandGitHub 9d96c58ff9 api: add DisPlayIndex info (#397) 2024-07-28 13:43:28 +08:00
UUBulbandGitHub 6005004681 installer: use multiple geoip api to determine location (#393) 2024-07-20 06:48:53 +08:00
UUBulbandGitHub f95191c8af fix: concurrent write to single WebSocket connection (#392) 2024-07-17 10:06:23 +08:00
UUBulbandGitHub 05d69d5c07 ci: sync release to gitee (#390) 2024-07-14 14:38:12 +08:00
UUBulbandGitHub 417f972659 installer: restore the China mirror of agent (#389) 2024-07-14 07:34:45 +08:00
UUBulbandGitHub 4df60c6955 ddns: improve performance (#385) 2024-07-07 10:19:58 +08:00
UUBulbandGitHub 0501e120f6 fix: timestamp conversion (#383) 2024-07-04 14:32:19 +08:00
UUBulbandGitHub cfa425bb33 feat: notifications support for GPU & Temperature (#381) 2024-07-03 12:34:45 +08:00
UUBulbandGitHub 61e16f96c5 fix: EUID is a readonly variable on some shells (#379) 2024-06-25 23:00:30 +08:00
UUBulbandGitHub 8805dffe85 refactor: make the installer script POSIX compliant (#376) 2024-06-25 22:15:49 +08:00
UUBulbandGitHub aa9eb533ad Temporary fix for DDNSDomain leaks (#374) 2024-06-23 15:59:03 +08:00
UUBulbandGitHub cf9bbb5ff4 feat: Add GPU inspection support (#373) 2024-06-23 10:27:33 +08:00
UUBulbandGitHub feb4659cab Hide DDNS domain info for guests (#371) 2024-06-22 22:52:29 +08:00
UUBulbandGitHub 0ed7436176 Add option to reduct temperature information (#369) 2024-06-16 18:12:45 +08:00
UUBulbandGitHub 2aabe1bd61 chore: fix some typos (#370) 2024-06-16 18:04:27 +08:00
UUBulbandGitHub a9da084711 ci: using time/tzdata package to provide zoneinfo (#365) 2024-06-14 10:24:58 +08:00
UUBulbandGitHub eaba7abd35 Use agent's builtin support for services instead (#357) 2024-05-21 23:11:43 +08:00
UUBulbandGitHub 8475674eb7 chore: fix a typo (#355) 2024-05-05 20:12:54 +08:00
UUBulbandGitHub 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
UUBulbandGitHub 0373d03fb2 fix installer bugs & improve (#341)
* fix installer bugs && improve

* Update install_en.sh
2024-03-30 11:08:29 +08:00
UUBulbandGitHub f647a5f8e6 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