Releases: dimgord/sopds-go
v1.3.3
sopds-go v1.3.3
Self-hosted OPDS catalog server. See README for setup, PROGRESS.md for the per-revision log.
Changelog
Other
- 0aac77c: auth: resend-verification email flow with 60s per-user cooldown (Rev 73) (@dimgord)
- 032c6db: config.yaml.example: align server.port to 8081 (matches compose + README) (@dimgord)
- 69baf12: config.yaml.example: expose SMTP + JWT blocks for email verification (@dimgord)
- 0156c30: config.yaml.example: fix YAML — quote auth user values, default disabled (@dimgord)
- 9c3d0e0: docker: Taskfile.docker.example.yml — ops helpers for compose stack (Rev 72) (@dimgord)
- 61ed856: docker: add docker-compose.example.yml + README compose-stack recipe (Rev 71) (@dimgord)
- 8a1df5f: docker: drop init.sql from compose recipe — env vars already provision DB+user (@dimgord)
- c3e6b27: docker: fix PG 18 volume mount path — /var/lib/postgresql, not /data subdir (@dimgord)
- 1502904: docs+tasks: migrate-before-scan + non-blocking logs default (@dimgord)
- 2c73c09: smtp: password_env: env-var indirection for secret-store integration (Rev 74) (@dimgord)
- 9350243: v1.3.3: resend-verification + SMTP password_env + docker recipe (Rev 75) (@dimgord)
Verification: sha256sum -c checksums.txt against the downloaded archive.
Quick install (Linux x86_64):
curl -LO https://github.com/dimgord/sopds-go/releases/download/v1.3.3/sopds-go_1.3.3_linux_x86_64.tar.gz
tar xzf sopds-go_1.3.3_linux_x86_64.tar.gz
sudo install sopds /usr/local/bin/License: AGPL-3.0 — see LICENSE.
v1.3.2
sopds-go v1.3.2
Self-hosted OPDS catalog server. See README for setup, PROGRESS.md for the per-revision log.
Changelog
Other
- 47c35db: deps: PostgreSQL 16 → 18 across configs (Rev 69) (@dimgord)
- a0f35e6: nix: drop sopds-tts-rs path input — fixes nix run for remote users (Rev 68) (@dimgord)
- f04c341: nix: fix vendorHash so nix run/build actually works (Rev 67) (@dimgord)
- 61f847c: v1.3.2: push Rev 68 (nix) + Rev 69 (PG 16→18) to release pipeline (Rev 70) (@dimgord)
Verification: sha256sum -c checksums.txt against the downloaded archive.
Quick install (Linux x86_64):
curl -LO https://github.com/dimgord/sopds-go/releases/download/v1.3.2/sopds-go_1.3.2_linux_x86_64.tar.gz
tar xzf sopds-go_1.3.2_linux_x86_64.tar.gz
sudo install sopds /usr/local/bin/License: AGPL-3.0 — see LICENSE.
v1.3.1
sopds-go v1.3.1
Self-hosted OPDS catalog server. See README for setup, PROGRESS.md for the per-revision log.
Changelog
Other
- 4eba94c: docs+status: fix attribution, drop dead links, distinguish ESRCH/EPERM (Rev 64, 65) (@dimgord)
- dabb284: v1.3.1: re-publish archives with Rev 64+65 doc/status fixes (Rev 66) (@dimgord)
Verification: sha256sum -c checksums.txt against the downloaded archive.
Quick install (Linux x86_64):
curl -LO https://github.com/dimgord/sopds-go/releases/download/v1.3.1/sopds-go_1.3.1_linux_x86_64.tar.gz
tar xzf sopds-go_1.3.1_linux_x86_64.tar.gz
sudo install sopds /usr/local/bin/License: AGPL-3.0 — see LICENSE.
v1.3.0
sopds-go v1.3.0
Self-hosted OPDS catalog server. See README for setup, PROGRESS.md for the per-revision log.
Changelog
Bug fixes
Other
- 1d77f01: License: GPL-3.0 → AGPL-3.0 — close SaaS network-use loophole (Rev 53) (@dimgord)
- 343b9b5: NOTICE.md — third-party attributions audit (Rev 55) (@dimgord)
- 06e3d21: README polish for OSS publication (Rev 54) (@dimgord)
- e3eb2b9: Remove test_baseline.txt from tracked tree + gitignore (@dimgord)
- cc2de6c: Rename module path: github.com/sopds/sopds-go → github.com/dimgord/sopds-go (Rev 56) (@dimgord)
- db8def8: brew: Homebrew tap + GoReleaser brews integration (Rev 61) (@dimgord)
- 6d2f4e5: docker: multi-arch image build + GHCR publish via GoReleaser (Rev 59) (@dimgord)
- 98483e3: nix: root flake.nix — Go packages + composed Rust+CUDA dev shell (Rev 60) (@dimgord)
- 22ee76f: release: GoReleaser config + workflow + version-injection refactor (Rev 58) (@dimgord)
- ce9df29: release: drop sopds-tts from GoReleaser/Docker — needs CGO + libonnxruntime (@dimgord)
- 4a97602: tts: gate CGO files behind //go:build cgo so CGO=0 release builds work (@dimgord)
- 19122eb: v1.3.0: OSS-publication-ready milestone (Rev 63) (@dimgord)
Verification: sha256sum -c checksums.txt against the downloaded archive.
Quick install (Linux x86_64):
curl -LO https://github.com/dimgord/sopds-go/releases/download/v1.3.0/sopds-go_1.3.0_linux_x86_64.tar.gz
tar xzf sopds-go_1.3.0_linux_x86_64.tar.gz
sudo install sopds /usr/local/bin/License: AGPL-3.0 — see LICENSE.