getumbrel / umbrel-apps

The official app repository of the Umbrel App Store. Submit apps and updates here. Learn how → https://github.com/getumbrel/umbrel-apps#readme
https://apps.umbrel.com
516 stars 381 forks source link

App Submission: LinkStack - Self-hosted open-source Linktree alternative #1537

Open dennysubke opened 6 days ago

dennysubke commented 6 days ago

App Submission

LinkStack - Self-hosted open-source Linktree alternative

...

Icon

LinkStackLogo256x256

(unfortunately only png 😔) ...

Gallery images

WP1-MASTER

WP2-MASTER

WP3-MASTER

WP4-MASTER

WP5-MASTER

I have tested my app on:

github-actions[bot] commented 6 days ago

⚠ī¸   Linting finished with 2 warnings   âš ī¸

Thank you for your submission! This is an automated linter that checks for common issues in pull requests to the Umbrel App Store.

Please review the linting results below and make any necessary changes to your submission.

Linting Results

Severity File Description
⚠ī¸ linkstack/docker-compose.yml Invalid image tag "latest":
Images should not use the "latest" tag
ℹī¸ linkstack/docker-compose.yml External port mapping "8190:80":
Port mappings may be unnecessary for the app to function correctly. Docker's internal DNS resolves container names to IP addresses within the same network. External access to the web interface is handled by the app_proxy container. Port mappings are only needed if external access is required to a port not proxied by the app_proxy, or if an app needs to expose multiple ports for its functionality (e.g., DHCP, DNS, P2P, etc.).
ℹī¸ linkstack/docker-compose.yml Potentially using unsafe user in service "linkstack":
The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.
⚠ī¸ linkstack/umbrel-app.yml "icon" and "gallery" needs to be empty for new app submissions:
The "icon" and "gallery" fields must be empty for new app submissions as it is being created by the Umbrel team.

Legend

Symbol Description
❌ Error: This must be resolved before this PR can be merged.
⚠ī¸ Warning: This is highly encouraged to be resolved, but is not strictly mandatory.
ℹī¸ Info: This is just for your information.