[GH-ISSUE #336] Internal server environment usage requirements #126

Closed
opened 2026-03-16 13:35:01 +03:00 by kerem · 7 comments
Owner

Originally created by @FatDoge on GitHub (Nov 25, 2019).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/336

Originally assigned to: @liyasthomas on GitHub.

Is your feature request related to a problem? Please describe.
When I deploy on an internal server,I noticed that the postwoman request css and icon from fonts.googleapis.com, but the internal server can not request the resources,so the layout become confusing.

Describe the solution you'd like
Wish the all resources can be used offline.

Describe alternatives you've considered
Just copy the css and icon from network ,put them into the dist and rewrite the code where import the other internet resources.

Additional context
微信图片_20191125154303.png

Originally created by @FatDoge on GitHub (Nov 25, 2019). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/336 Originally assigned to: @liyasthomas on GitHub. **Is your feature request related to a problem? Please describe.** When I deploy on an internal server,I noticed that the postwoman request ```css``` and ```icon``` from ```fonts.googleapis.com```, but the internal server can not request the resources,so the layout become confusing. **Describe the solution you'd like** Wish the all resources can be used offline. **Describe alternatives you've considered** Just copy the ```css``` and ```icon``` from network ,put them into the ```dist``` and rewrite the code where import the other internet resources. **Additional context** ![微信图片_20191125154303.png](https://i.loli.net/2019/11/25/j9qhPnEIBXAbFNd.png)
kerem 2026-03-16 13:35:01 +03:00
  • closed this issue
  • added the
    feature
    label
Author
Owner

@FatDoge commented on GitHub (Nov 25, 2019):

BTW, awesome project!

<!-- gh-comment-id:558032587 --> @FatDoge commented on GitHub (Nov 25, 2019): BTW, awesome project!
Author
Owner

@liyasthomas commented on GitHub (Nov 25, 2019):

Actually this request was implemented quite a long ago, but I had to revert that on a critical error. Since you've mentioned this again, I'll fix it today itself.

And btw, it would be great if you gave credits to us or or atleast do not change the links to GitHub repo :)

<!-- gh-comment-id:558033369 --> @liyasthomas commented on GitHub (Nov 25, 2019): Actually this request was implemented quite a long ago, but I had to revert that on a critical error. Since you've mentioned this again, I'll fix it today itself. > And btw, it would be great if you gave credits to us or or atleast do not change the links to GitHub repo :)
Author
Owner

@FatDoge commented on GitHub (Nov 25, 2019):

Actually this request was implemented quite a long ago, but I had to revert that on a critical error. Since you've mentioned this again, I'll fix it today itself.

And btw, it would be great if you gave credits to us or or atleast do not change the links to GitHub repo :)

Of course~

<!-- gh-comment-id:558050030 --> @FatDoge commented on GitHub (Nov 25, 2019): > Actually this request was implemented quite a long ago, but I had to revert that on a critical error. Since you've mentioned this again, I'll fix it today itself. > > > And btw, it would be great if you gave credits to us or or atleast do not change the links to GitHub repo :) Of course~
Author
Owner

@FatDoge commented on GitHub (Nov 26, 2019):

If it is convenient, can you tell me where is the external network resource reference involved in packaging?
I mean the https://fonts.googleapis.com/css?family=Poppins:500,700|Roboto+Mono:400&display=swap and https://fonts.googleapis.com/icon?family=Material+Icons&display=swap
Wow, and I noticed that the resources refer the more resources...

<!-- gh-comment-id:558420267 --> @FatDoge commented on GitHub (Nov 26, 2019): If it is convenient, can you tell me where is the external network resource reference involved in packaging? I mean the ```https://fonts.googleapis.com/css?family=Poppins:500,700|Roboto+Mono:400&display=swap``` and ```https://fonts.googleapis.com/icon?family=Material+Icons&display=swap``` Wow, and I noticed that the resources refer the more resources...
Author
Owner

@liyasthomas commented on GitHub (Nov 26, 2019):

I went quite busy, will make them available for offline ASAP.

<!-- gh-comment-id:558421593 --> @liyasthomas commented on GitHub (Nov 26, 2019): I went quite busy, will make them available for offline ASAP.
Author
Owner

@FatDoge commented on GitHub (Nov 26, 2019):

Thanks a lot.
👍

<!-- gh-comment-id:558424011 --> @FatDoge commented on GitHub (Nov 26, 2019): Thanks a lot. 👍
Author
Owner

@NBTX commented on GitHub (Nov 28, 2019):

@FatDoge I'm not sure if @liyasthomas has gotten around to making the resources offline, but for your own edification, the references to the resources are here:
https://github.com/liyasthomas/postwoman/blob/master/assets/css/fonts.scss

<!-- gh-comment-id:559579071 --> @NBTX commented on GitHub (Nov 28, 2019): @FatDoge I'm not sure if @liyasthomas has gotten around to making the resources offline, but for your own edification, the references to the resources are here: https://github.com/liyasthomas/postwoman/blob/master/assets/css/fonts.scss
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/hoppscotch#126
No description provided.