flt6
flt6
### Operating system Ubuntu 22.04.4 LTS ### Description run `docker-compose up` ### Docker compose ```yaml services: windows: image: dockurr/windows container_name: windows environment: VERSION: "winxp" devices: - /dev/kvm cap_add: - NET_ADMIN...
### Describe the bug An error occurred while transfering file from Android to windows. Nearly each time it occurred. HttpException: Connection closed while receiving data, uri = /api/localsend/v2/upload?sessionId=***********&fileId=*********** ### To...
### 在提问之前 - [x] 我理解 Issue 是用于反馈和解决问题的,而非吐槽评论区,将尽可能提供更多信息帮助问题解决 - [x] 我已使用最新测试版([下载链接](https://dl.schale.top/baad/develop)),并且使用最新测试版时该 bug 仍然未被修复 ### 问题描述 这个域名assets.schale.top的SSL过期了 ### 系统信息 - 安卓版本: - 系统版本: - 手机型号: - 屏幕分辨率: ### 复现步骤 。 ### 日志文件...
Note, Notion API can deal with ID like `88c52f937663497d93b245934c741f39` directly now.
**Describe the bug** Every time when I switch tools, it appear to be a 1-2s delay. **It only appears when GPU is not being used by any other programs.** **To...
修改自docker 镜像:nginx CPU和内存拉到最小 网络配置:暴露80开启公网访问 高级配置: 启动命令:/bin/bash 运行参数:/app/start.sh 环境变量: ``` HOSTNAME=公网访问处显示的地址 PASSWORD=自己设的密码 CONTEXT_PATH=自己设随机字符串 SSL_CERTIFICATE=/app/ssl/cert.crt SSL_CERTIFICATE_KEY=/app/ssl/cert.key ``` 配置文件: - /app/ssl/cert.crt 内容任意 - /app/ssl/cert.key 内容任意 - /app/start.sh 和docker相同 ```bash cp -f '/etc/nginx/nginx-template.conf' '/etc/nginx/nginx.conf'...