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

[Suggestion] Don't use external CDN #387

Open
Falci opened this issue Sep 22, 2021 · 2 comments
Open

[Suggestion] Don't use external CDN #387

Falci opened this issue Sep 22, 2021 · 2 comments

Comments

@Falci
Copy link

Falci commented Sep 22, 2021

The dashboard loads resources from external servers, like getumbrel.github.io:

<img
v-for="image in app.gallery"
class="d-none"
:key="app.id + image"
:src="`https://getumbrel.github.io/umbrel-apps-gallery/${app.id}/${image}`"
/>

I believe we could improve the users privacy if we load the images from the local instance.
I didn't check for other resources/servers

@gavinowens
Copy link

+1

@gavinowens
Copy link

Actually, I think this is so that app developers can update their apps on demand.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants