add file writing logic and README update
This commit is contained in:
17
README.md
17
README.md
@@ -0,0 +1,17 @@
|
||||
# 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.
|
||||
|
||||
Reference in New Issue
Block a user