susugo
susugo
### Welcome - [X] Yes, I've searched similar issues on GitHub and didn't find any. ### How do you use lego? Library ### Detailed Description reference: https://www.amazonaws.cn/articles/storage/object-acl-or-bucket-policy/ Additionally, the Key...
For example mine : sync.yml ``` registry.js.design: images: justwatch/elasticsearch_exporter: - "1.1.0" elasticsearch/elasticsearch: - "7.8.1" ``` My Sync Command ``` skopeo sync --tls-verify=false --src yaml --dest docker sync.yml js-registry:5000/ ``` My...
"Hello @vitalif, I've found that when MinIO and CSI are in the same cluster, and there's no external domain name, using systemd's GeeseFS prevents the connection through Kubernetes' service-ClusterIP. In...
### Current Behavior "I configured an OpenTelemetry, but forgot to set it in the plugins configuration, causing an ingress memory overflow." ``` 2024-05-20T09:43:37+08:00 error apisix/apisix_route.go:894 failed to record status change...
### Problem Description 有些用户感觉聊天窗口小,然后没有反向右上角的全屏,我想让用户访问web的时候默认全屏怎么做到呢 ### Solution Description 通过docker run 添加env实现控制默认全屏 ### Alternatives Considered _No response_ ### Additional Context _No response_
### Description I hope to have the best solution for optimizing ETCD and a Prometheus alarm strategy to ensure APISIX stability Just yesterday, The APISIX produced has crashed, and I...
[//]: # (请按照以下格式关联 issue) [//]: # (请在提交 PR 前确认所提交的功能可用,需要附上截图,谢谢) [//]: # (项目维护者一般仅在周末处理 PR,因此如若未能及时回复希望能理解) [//]: # (开发者交流群:910657413) [//]: # (请在提交 PR 之前删除上面的注释) close #issue_number 我已确认该 PR 已自测通过,相关截图如下: (此处放上测试通过的截图,如果不涉及前端改动或从 UI 上无法看出,请放终端启动成功的截图)
我已确认该 PR 已自测通过,相关截图如下:  
**feat: 余额不足提示中文增强引导性** 我确认该PR已自测已通过,相关截图如下: 
# 为什么做这个功能 **背景:** 因为我现在设置Vip组或者Svip的时候会解锁更多模型和**优质线路和更低的倍率** **问题:** 但是我发现过于滥用比如一个用户说default的太慢想体验一下优质通道,后面开通的逐渐变多,导致和default一样卡顿; **解决:** 引入开通vip渠道到期时间概念,类似淘宝的88vip,开通1月多少💰,会得到**优质线路**到期自动降级为default这样让vip有时间限制功能,通过发卡系统里面的人工处理后台开通vip; # 效果图: ## 永不过期  ## 特定到期时间  ## default与原先一致  # 后端降级用户条件: 1. 当用户登录的时候会校验权益情况; ``` // 校验用户是不是非default,如果是非default,判断到期时间如果过期了降级为default if user.ExpirationDate > 0...