mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #336] Internal server environment usage requirements #126
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#126
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
cssandiconfromfonts.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
cssandiconfrom network ,put them into thedistand rewrite the code where import the other internet resources.Additional context

@FatDoge commented on GitHub (Nov 25, 2019):
BTW, awesome project!
@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.
@FatDoge commented on GitHub (Nov 25, 2019):
Of course~
@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=swapandhttps://fonts.googleapis.com/icon?family=Material+Icons&display=swapWow, and I noticed that the resources refer the more resources...
@liyasthomas commented on GitHub (Nov 26, 2019):
I went quite busy, will make them available for offline ASAP.
@FatDoge commented on GitHub (Nov 26, 2019):
Thanks a lot.
👍
@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