[GH-ISSUE #176] Do not depend on external (font) resources #122

Closed
opened 2026-02-26 02:32:12 +03:00 by kerem · 4 comments
Owner

Originally created by @TwizzyDizzy on GitHub (Jan 3, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/176

Hi folks,

I think the dependency to external (google font) resources could be removed. As somebody that self-hosts his/her software one may not want to routinely connect to google servers when connecting to one's host.

The following 4 external resources seem to currently be requested:

https://fonts.googleapis.com/css?family=Roboto:400,300,100&subset=latin,latin-ext,vietnamese,greek-ext,greek,cyrillic,cyrillic-ext
https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2
https://fonts.gstatic.com/s/roboto/v15/2tsd397wLxj96qwHyNIkxPesZW2xOQ-xsNqO47m55DA.woff2
https://www.gravatar.com/avatar/f2519f7bab34c2f39c1461b8d278c328?s=256

Cheers
Thomas

Originally created by @TwizzyDizzy on GitHub (Jan 3, 2016). Original GitHub issue: https://github.com/koel/koel/issues/176 Hi folks, I think the dependency to external (google font) resources could be removed. As somebody that self-hosts his/her software one may not want to routinely connect to google servers when connecting to one's host. The following 4 external resources seem to currently be requested: ``` https://fonts.googleapis.com/css?family=Roboto:400,300,100&subset=latin,latin-ext,vietnamese,greek-ext,greek,cyrillic,cyrillic-ext https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2 https://fonts.gstatic.com/s/roboto/v15/2tsd397wLxj96qwHyNIkxPesZW2xOQ-xsNqO47m55DA.woff2 https://www.gravatar.com/avatar/f2519f7bab34c2f39c1461b8d278c328?s=256 ``` Cheers Thomas
kerem 2026-02-26 02:32:12 +03:00
Author
Owner

@phanan commented on GitHub (Jan 4, 2016):

Actually having fonts self-hosted is in my plan. Gravatar is another case though.

<!-- gh-comment-id:168597049 --> @phanan commented on GitHub (Jan 4, 2016): Actually having fonts self-hosted is in my plan. Gravatar is another case though.
Author
Owner

@TwizzyDizzy commented on GitHub (Jan 4, 2016):

Ah, brilliant. As for gravatar: maybe a simple boolean environment var "USE_GRAVATAR" would do.

Cheers
Thomas

<!-- gh-comment-id:168634255 --> @TwizzyDizzy commented on GitHub (Jan 4, 2016): Ah, brilliant. As for gravatar: maybe a simple boolean environment var "USE_GRAVATAR" would do. Cheers Thomas
Author
Owner

@phanan commented on GitHub (Jan 4, 2016):

Nice idea.

On Mon, Jan 4, 2016 at 6:23 PM, Thomas Dalichow notifications@github.com
wrote:

Ah, brilliant. As for gravatar: maybe a simple boolean environment var
"USE_GRAVATAR" would do.

Cheers
Thomas


Reply to this email directly or view it on GitHub
https://github.com/phanan/koel/issues/176#issuecomment-168634255.

<!-- gh-comment-id:168649258 --> @phanan commented on GitHub (Jan 4, 2016): Nice idea. On Mon, Jan 4, 2016 at 6:23 PM, Thomas Dalichow notifications@github.com wrote: > Ah, brilliant. As for gravatar: maybe a simple boolean environment var > "USE_GRAVATAR" would do. > > Cheers > Thomas > > — > Reply to this email directly or view it on GitHub > https://github.com/phanan/koel/issues/176#issuecomment-168634255.
Author
Owner

@phanan commented on GitHub (Jan 7, 2016):

Closed in 2.0 branch.

<!-- gh-comment-id:169604988 --> @phanan commented on GitHub (Jan 7, 2016): Closed in 2.0 branch.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#122
No description provided.