mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[GH-ISSUE #310] Web asset fail load when offline #117
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#117
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 @martadinata666 on GitHub (Oct 2, 2022).
Original GitHub issue: https://github.com/lldap/lldap/issues/310
As the title said, when the host gone offline and there is no cached
static fontsandbootstrapthe web management wont show anything (blank page). Use local defined bootstrap and fonts, so it doesn't need to fetch anything online.Edit: i saw the Dockerfile that it download the fonts but somehow it doesnt exist
@martadinata666 commented on GitHub (Oct 2, 2022):
The assets downloaded but not used?
github.com/nitnelave/lldap@5402aa5aa2/app/index.htmlSeems fetching over internet instead using local ?
@nitnelave commented on GitHub (Oct 4, 2022):
There's
index_local.htmlfor that:github.com/nitnelave/lldap@5402aa5aa2/app/index_local.htmlYou can see that it's copied correctly in the top-level Dockerfile: https://github.com/nitnelave/lldap/blob/main/Dockerfile#L48
but it's not the case for the automated images in CI. Would you mind updating them?
@martadinata666 commented on GitHub (Oct 4, 2022):
for a long time just realized there is two
index.html, i will add it. 👍🏼@martadinata666 commented on GitHub (Oct 8, 2022):
Closed by PR https://github.com/nitnelave/lldap/pull/311