Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.62 KB

File metadata and controls

42 lines (27 loc) · 1.62 KB
title Getting Started
description Start html2rss-web locally, verify one feed, and decide when to enable automatic generation or move to custom configs.
sidebar
order
1

import { Code } from "@astrojs/starlight/components";

This page points to the main onboarding flow.

Start Here

If you want the recommended path, go to Run html2rss-web with Docker.

That guide is the canonical setup flow for:

  • running html2rss-web locally
  • confirming the interface is working
  • opening a known feed URL
  • deciding when to use automatic generation or custom configs

Quick Shortcuts

Using the Ruby CLI

If you are working directly with the gem instead of html2rss-web, start with:

<Code code={html2rss auto https://example.com/blog} lang="bash" />

For strategy behavior and manual overrides, see the Strategy reference.

If the target site is unusually redirect-heavy or needs extra follow-up requests, the CLI also supports:

<Code code={html2rss auto https://example.com/blog --max-redirects 10 --max-requests 5} lang="bash" />

For config-driven runs, the same flags are available on html2rss feed.