18 lines
527 B
Markdown
18 lines
527 B
Markdown
# RSS to Gemini Converter
|
|
|
|
A tool to convert RSS feeds to Gemini-compatible text.
|
|
|
|
## Configuration
|
|
|
|
The application allows configuring the output directory where converted Gemini files are stored.
|
|
|
|
- **Environment Variable**: `OUTPUT_DIR`
|
|
- **Command Flag**: `-output`
|
|
|
|
The default output directory is `./data/gemini`.
|
|
|
|
## Deployment
|
|
|
|
- **Production (`zion`)**: Set `OUTPUT_DIR` to `/mnt/hive/shared/gemini`.
|
|
- **Testing (`nyarlathotep`)**: Writing to `/mnt/hive/shared/gemini` is permitted for testing as per user directive.
|