Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.

关于图标 #895

Closed
hellodword opened this issue Jan 25, 2021 · 5 comments
Closed

关于图标 #895

hellodword opened this issue Jan 25, 2021 · 5 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@hellodword
Copy link
Owner

一直以来阅读器们不是很配合 RSS 的标准读取指定的图标,而是去获取 link 的 favicon,导致所有 feeds 的图标都是同一个,这样体验很不好,我也一直在思考解决方案。

今天在路上想到一个方案:既然它们会读取 favicon,那么就提供给它们 favicon,例如 Mzg2ODAyNTgyMQ.favicon.privacyhide.com/favicon.ico 就会返回 Mzg2ODAyNTgyMQ== 对应的图标。

于是需要泛解析,对此支持的方式很多,例如 sslip.io ,或者一些 DNS 服务商。但是如果希望指向免费的服务却没有找到方案,总有各种各样的限制,例如 Cloudflare 的泛解析如果不想指向 ip,则需要企业版。

总的来说不是太希望依赖自己的服务器,并且希望能走 CDN,欢迎有思路或者有资源(例如 Cloudflare Enterprise 便可以泛解析指向一个 Cloudflare workers )的朋友一起讨论。

@hellodword hellodword added enhancement New feature or request help wanted Extra attention is needed labels Jan 25, 2021
@hellodword hellodword pinned this issue Jan 25, 2021
hellodword added a commit that referenced this issue Jan 25, 2021
hellodword added a commit that referenced this issue Mar 8, 2021
@hellodword
Copy link
Owner Author

暂时关闭本 issue,各位有什么思路或者希望提供资源可以回复

@emengweb
Copy link
Contributor

感觉资源上可以使用cf提供的pages,提供了静态文件的web服务应该可以满足icon的需求

@hellodword
Copy link
Owner Author

感觉资源上可以使用cf提供的pages,提供了静态文件的web服务应该可以满足icon的需求

这个 限制 应该会让 Cloudflare Free Plan 无法将 10000 个二级/三级域名指向它,如今图标服务的难点恰恰在于解析

@emengweb
Copy link
Contributor

看来只能添加泛解析,这样就必须有一台独立服务器做泛解析的域名指向,确实没有别好方法解决了

@hellodword
Copy link
Owner Author

看来只能添加泛解析,这样就必须有一台独立服务器做泛解析的域名指向,确实没有别好方法解决了

或者等一个 Cloudflare Enterprise 聚聚随手添加一个泛解析到 workers

@hellodword hellodword unpinned this issue May 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants