15 Commits

Author SHA1 Message Date
peskyadmin
7eee40203a init: ts-shiori — official ghcr.io/go-shiori/shiori:v1.7.0
Bookmark manager (Go, single binary). Single container, SQLite in a
named volume. Default admin (shiori/gopher) is auto-created on first run.

Known issue: Shiori v1.7.0's SPA wizard detection panics with HTTP 500
on the first /api/bookmarks request when no session exists. The setup
wizard does NOT appear on first visit — log in with the default
credentials above and change the password immediately.

Port 8080 inside the sidecar namespace. Optional SHIORI_HTTP_SECRET_KEY
env var would persist sessions across restarts (not enabled by default).
2026-08-02 23:37:50 -04:00
peskyadmin
e71e6f8bf5 feat: improve template structure and documentation
- Add dual serve config (serve.json + serve.headscale.json)
- Add SECURITY.md with default passwords warning
- Add .env.example with clear REQUIRED / REFERENCE / CUSTOMIZE sections
- Rewrite README with clear Tailscale vs Headscale paths
- Harden .gitignore (env files, keys, Tailscale state)
- Update docker-compose.yml with clear section labels
- Make volume names service-specific ({{service}}-db-data)
- Ensure both db and app services depend on the Tailscale sidecar
2026-08-02 19:03:59 -04:00
peskyadmin
332fc486d2 fix: use environment variables for TS_AUTHKEY and TS_LOGIN_SERVER
- docker-compose.yml: TS_AUTHKEY and TS_LOGIN_SERVER now read from environment
- README.md: updated Tailscale configuration instructions to reference env vars instead of editing the file
- Added .gitignore to prevent committing secrets or Tailscale state

This protects reusable test auth keys and custom coordination servers from being committed to any ts-* repo.
2026-08-02 10:23:43 -04:00
5499d04cd9 minor 2025-04-15 22:22:07 -05:00
79bf27f1a1 use dam image 2025-04-15 20:47:01 -05:00
87abc51969 add links 2025-04-15 20:46:28 -05:00
801ecc2107 docker-compose to docker compose 2025-04-10 21:13:43 -05:00
2d561cb4e0 add url to initial steps 2025-04-09 19:38:45 -05:00
5ea0ea7e06 remove optional feature 2025-04-08 22:22:42 -05:00
66f5d12992 update template for case 2025-04-08 21:19:38 -05:00
9b0c43be65 minor change 2025-04-08 21:01:25 -05:00
8b7ec169f9 update for cert prop 2025-04-08 19:28:33 -05:00
2e5b745dcb + funnel info 2025-04-08 19:14:09 -05:00
9c3513be6e remove all references of a service 2025-04-08 16:36:45 -05:00
c4b862850d Add README.md 2025-04-08 16:33:12 -05:00