docs: open source readiness - documentation and community files#4
Open
docs: open source readiness - documentation and community files#4
Conversation
Add missing documentation for open source readiness: - CODE_OF_CONDUCT.md (Contributor Covenant v2.1) - CHANGELOG.md (full version history from v0.0.1-beta to v0.1.9) - .github/ISSUE_TEMPLATE/bug_report.yml - .github/ISSUE_TEMPLATE/feature_request.yml - .github/PULL_REQUEST_TEMPLATE.md - docs/cli-reference.md (complete CLI reference) - docs/api-reference.md (REST API with curl examples) - docs/tunnel-security.md (JWT, HTTP auth, IP allowlisting) - docs/transports.md (QUIC vs WebSocket vs H2 guide) - docs/configuration.md (.localup.yml format and usage) - docs/reverse-tunnels.md (agent mode and private service access) Fix Cargo.toml repository URL to point to correct GitHub repo.
Local release workflow for the Tauri desktop app with version bumping, building, optional Apple notarization, Tauri auto-updater support, and GitHub Release creation.
CLI reference: - Remove --transport from Common Relay Options (only exists on relay http) - Add TLS Relay Extras section (--http-redirect-addr, --https-redirect-port, --http-passthrough-addr) - Add --oauth-client and --transport to HTTP Relay Extras - Add OAUTH_CLIENTS env var to relay server section - Document daemon add flags with correct default (https, not http) - Add --custom-domain flag to daemon add API reference: - Add 11 missing endpoints: magic link send/verify, device info/deny, ACME challenge list/cancel/restart, GET auth-token by ID, ACME HTTP-01 challenge serving, teams list
CI pipeline fixes: - Add GTK/glib/WebKit system dependencies for Tauri desktop build - Add Bun to lint, test, build, and E2E jobs (needed by localup-client build script) Node.js SDK lint fixes: - Sort imports alphabetically (biome organizeImports) - Use Number.parseInt instead of global parseInt - Use string literals instead of unnecessary template literals - Add trailing commas per biome formatter - Break long lines per biome line width (100) - Disable noExplicitAny for quic.ts (optional dynamic imports)
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.
Summary
localup-dev/localupNew Files
Community / Open Source
User Documentation (
docs/).localup.ymlformat,localup init,up/down, daemon, system serviceFix
tunnel/geo-tunneltolocalup-dev/localupTest plan
--helpoutput