-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feat] 希望能增加自定义域名 #10
Comments
https://docs.gitlab.com/ee/api/repository_files.html |
大佬,我看s3插件的作者添加了一个 outputURLPattern 来处理,效果十分好,麻烦大佬看看是否容易弄呢,谢谢了。 |
参考这里 #11 (comment) 。 一样的问题。实际上URL hack 应该是发生在导出图片链接时候的动作,而不应该是存储图片原始链接时候的动作。当前的实现都会导致直接存储重写后的路径。 |
这里提到的:自定义域名通常低于原始域名,理论是这样子。但我实际使用中,是使用 cloudflare worker 的自定义域名,而worker 里集成了多个 gitlab , github 和 r2 等的PAT,以后扩展仓库,就在 worker 里加可以了,自定义域名那里不需要改,所以希望能有这样的功能,输出用户需要的路径即可。我的是 https://<自定义域名>/{fileName}。(即使gitlab是私库,也包括路径,但我都写在 worker 代码里,所以使用这样的路径是可以找到真实的图片地址的) |
Is your feature request related to a problem? Please describe.(新功能想法是如何产生的?)
现在只能在 PicGo 的全局设置里设置,并不能在 Gitlab 图床设置里单独设置
Describe the solution you'd like(简述你设想的解决方案)
像 GitHub 那个模块一样,能自定义域名。我是用于 worker 代理和自定义域名的。
Describe alternatives you've considered(简述你设想的其他方案)
没有,希望能增加
Additional context(补充内容)
没有
The text was updated successfully, but these errors were encountered: