Add LinkStack link-sharing service - #51
Merged
Merged
Conversation
xrhstosmour
force-pushed
the
feature/linkstack-web
branch
from
August 7, 2026 10:31
420f87d to
3b330c7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What:
LinkStackpersonal link-sharing page atweb/sharing/linkstack, following the existingdocker-compose.yml+template.envpattern.SQLite(upstream's stock image doesn't document an external DB backend), with both HTTP and HTTPS ports env-driven (LINKSTACK_HTTP_PORT/LINKSTACK_HTTPS_PORT) rather than hardcoded 80/443, sinceTraefikalready claims those in this repo.latestsince upstream doesn't publish versioned tags, the same exception already made forstorage/minio.**Web**category to theREADME.Why:
Pre-staging link sharing for a future VPS install.
Testing:
docker compose configvalidates with no errors.docker compose up -dstarts the container, reacheshealthystatus.curlagainst both the HTTP and HTTPS ports returns200.docker compose down -vcleans up with no leftover state.