docs + ci: self-hosting guide, release workflows #47
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
v0.1.0
v0.1.1
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta!47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/docs-and-release"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
No self-hosting docs (#32). No release process (#35).
Solution
docs/self-hosting.md— prerequisites, env vars, DB setup, NixOS module, reverse proxy, fonts, deployment.github/workflows/release.yml— tag-triggered release with auto-generated notes.github/workflows/nightly.yml— scheduled pre-release, keeps only latestscripts/bump-version.sh— semver bump forpackage.jsonCloses #32, closes #35.