Skip to content

Add LinkStack link-sharing service - #51

Merged
xrhstosmour merged 2 commits into
mainfrom
feature/linkstack-web
Aug 7, 2026
Merged

Add LinkStack link-sharing service#51
xrhstosmour merged 2 commits into
mainfrom
feature/linkstack-web

Conversation

@xrhstosmour

@xrhstosmour xrhstosmour commented Aug 6, 2026

Copy link
Copy Markdown
Owner

What:

  1. Adds a self-hosted LinkStack personal link-sharing page at web/sharing/linkstack, following the existing docker-compose.yml + template.env pattern.
  2. Keeps it self-contained on 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, since Traefik already claims those in this repo.
  3. Pins the image to latest since upstream doesn't publish versioned tags, the same exception already made for storage/minio.
  4. Adds a new **Web** category to the README.

Why:

Pre-staging link sharing for a future VPS install.

Testing:

  1. docker compose config validates with no errors.
  2. docker compose up -d starts the container, reaches healthy status.
  3. curl against both the HTTP and HTTPS ports returns 200.
  4. docker compose down -v cleans up with no leftover state.

@xrhstosmour xrhstosmour added the enhancement New feature or request label Aug 6, 2026
@xrhstosmour xrhstosmour self-assigned this Aug 6, 2026
@xrhstosmour
xrhstosmour force-pushed the feature/linkstack-web branch from 420f87d to 3b330c7 Compare August 7, 2026 10:31
@xrhstosmour
xrhstosmour merged commit 4a581e8 into main Aug 7, 2026
@xrhstosmour
xrhstosmour deleted the feature/linkstack-web branch August 7, 2026 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant