devome

Results 8 issues of devome

## My registry config: ``` version: 0.1 log: fields: service: registry storage: delete: enabled: true cache: blobdescriptor: inmemory filesystem: rootdirectory: /var/lib/registry http: addr: :5000 headers: X-Content-Type-Options: [nosniff] Access-Control-Allow-Origin: ['*'] ```...

### Verify Steps - [X] Tracker 我已经在 [Issue Tracker](……/) 中找过我要提出的问题 - [X] Need 当前 OpenClash 并不包含该功能特性或者还不完善 - [X] Framework 这是 OpenClash 应包含的特性, 并非 Clash 特性 - [X] Meaningful 我提交的不是无意义的 催促更新或修复...

enhancement

## 脚本作用 用于qBittorrent下载完成后实现以下内容: 1. 自动向EMBY/JELLYFIN触发扫描媒体库; 2. 自动向[ChineseSubFinder](https://github.com/allanpk716/ChineseSubFinder)(需要0.26.0以上版本)触发为刚刚下载完成的视频下载中文字幕。 ## [nevinee/qbittorrent](https://hub.docker.com/r/nevinee/qbittorrent) 镜像使用本脚本的方法 下载 [diy.sh](https://raw.githubusercontent.com/devome/dockerfiles/master/qbittorrent/diy/diy.sh) 放在容器内的`/data/diy/diy.sh`,然后按照该文件注释编辑即可。 如果你本来存在`/data/diy/diy.sh`,可以将 [diy.sh](https://raw.githubusercontent.com/devome/dockerfiles/master/qbittorrent/diy/diy.sh) 内容放在你现有的`diy.sh`之后。 ## 其他 qBittorrent 客户端使用本脚本的方法 1. 自行根据你qBittorrent所处的环境确保这几个命令可用:`bash curl find grep jq`; 2. 下载 [diy.sh](https://raw.githubusercontent.com/devome/dockerfiles/master/qbittorrent/diy/diy.sh),**增加可执行权限,并按照注释编辑**; 3....

documentation
good first issue

## 你使用的 chinesesubfinder 是什么版本,什么环境? chinesesubfinder 版本: v0.19.5 环境: docker ## 你想要新增或者改进什么功能? 大佬好像正在开发带webui的版本,所以希望能在接下来的版本中能实现像这样的功能: 1. 环境中已经配置了ffmpeg,建议可以直接使用ffmpeg来直接读取视频文件中的字幕信息,这样好处是不用再借助于Emby提供视频信息,对于不使用Emby的用户更加友好。如果发现视频中已经有中文字幕了,可以直接跳过。运行`ffprobe -i 视频文件 -v quiet -print_format json -show_streams`可将视频信息输出为json格式(还支持xml, ini, csv, flat格式,详见http://ffmpeg.org/ffprobe.html ),也可以直接只显示字幕轨道信息:`ffprobe -i 视频文件 -v quiet -print_format...

enhancement

详见:https://gist.github.com/devome/59ef47caf10e7a58a0bcbe315f2bed1a 注:这是直接整理服务器上有而手机上没有的那部分照片的,可以把它们整理成Pho能识别的云端路径格式。

### subconverter版本 0.9.0 ### 依赖版本 - libyaml-cpp: 0.7.0(系统仓库) - libcurl: 7.88.1(系统仓库) - libtoml11: 3.7.1(系统仓库) - rapidjson: 1.1.0(系统仓库) - libpcre2: 10.42(系统仓库) - quickjspp: github上最新版本 - libcron: 1.3.1(github上最新版本) ### 错误信息 在Debian 12中编译,相关依赖已安装,成功编译后运行时报错:...

I'm the maintainer of [hoarder on AUR](https://aur.archlinux.org/packages/hoarder). Now I have revert to v0.16.0, and the PKGBUILD of v0.17.0 see: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=hoarder&id=6beab33f442b0f0355557bac4edd67e1365e208a . The [hoader-workers.service](https://aur.archlinux.org/cgit/aur.git/tree/hoarder-workers.service?h=hoarder) of the latest version v0.17.0 reports an...

bug

目前的后端程序只支持命令行参数传入自定义信息,但参数中会带有app_key和smtp_password这类敏感信息,这样会导致这些信息会出现在进程信息中。 一般来说,还是建议每个用来传递自定义信息的命令行参数都支持以环境变量来设置,这样无论是对Docker用户来说,还是对systemd用户来说,都可以更好的隐藏敏感信息。