-
Notifications
You must be signed in to change notification settings - Fork 1
docs: funnel through quickstart and consolidate #1147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
e2a54f8
docs: simplify getting started around url-to-rss
gildesmarais 2abd2c7
docs: align with quickstart
gildesmarais 385e356
docs: reorganize web-application flow and remove duplication
gildesmarais d3ba7ff
docs: refine root index funnel and document user journey in AGENTS.md
gildesmarais 389dbde
docs: rename how-to to guides and normalize internal links
gildesmarais 21506f9
docs: consolidate Get Involved section and fix broken internal links
gildesmarais 57679ab
docs: unify Feed Directory terminology
gildesmarais 92c8abb
style: prettier
gildesmarais 8bf7593
Apply suggestions from code review
gildesmarais File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,26 +1,14 @@ | ||
| # Domain & routing | ||
| CADDY_HOST=example.com | ||
|
|
||
| # Core runtime | ||
| RACK_ENV=production | ||
|
|
||
| # Security | ||
| # Production secrets | ||
| # Generate with: openssl rand -hex 32 | ||
| HTML2RSS_SECRET_KEY=replace-with-64-hex-characters-generated-by-openssl-rand-hex-32 | ||
|
|
||
| # Authenticated health endpoint token | ||
| # Required by the documented Compose stack. | ||
| # If you build a custom stack and probe only /api/v1/health/live and /api/v1/health/ready, | ||
| # you can omit this value. | ||
| HEALTH_CHECK_TOKEN=replace-with-strong-health-token | ||
|
|
||
| # Auto source (optional; keep false unless you need automatic feed generation) | ||
| AUTO_SOURCE_ENABLED=false | ||
| # Web UI / feed creation token | ||
| # Paste this into the web app when it asks for an access token. | ||
| HTML2RSS_ACCESS_TOKEN=replace-with-strong-access-token | ||
|
|
||
| # Observability (optional) | ||
| #SENTRY_DSN= | ||
| # Optional authenticated health token | ||
| # Set this only if you plan to use GET /api/v1/health instead of /api/v1/health/ready. | ||
| # HEALTH_CHECK_TOKEN=replace-with-strong-health-token | ||
|
|
||
| # Performance tuning (override defaults only when needed) | ||
| WEB_CONCURRENCY=2 | ||
| WEB_MAX_THREADS=5 | ||
| RACK_TIMEOUT_SERVICE_TIMEOUT=15 | ||
| # `AUTO_SOURCE_ENABLED=true` and `BOTASAURUS_SCRAPER_URL=http://botasaurus:4010` | ||
| # come from docker-compose.yml in this example. |
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.