Compare commits
2 Commits
b52faac854
...
02d3e02919
| Author | SHA1 | Date | |
|---|---|---|---|
| 02d3e02919 | |||
| 4686d0d5f5 |
14
README.md
14
README.md
@@ -19,14 +19,22 @@ It **does not** deploy php, nor a webserver or a database. However, it does inst
|
||||
|
||||
```yaml
|
||||
freshrss_root_dir: "/var/www"
|
||||
freshrss_path: "/var/www/rss"
|
||||
freshrss_version: "1.27.1"
|
||||
freshrss_refresh_interval: 15 # every 15 minutes
|
||||
freshrss_refresh_interval: 15
|
||||
```
|
||||
|
||||
Variables:
|
||||
|
||||
- `freshrss_root_dir`: Directory where FreshRSS archive is downloaded and extracted (required)
|
||||
- `freshrss_path`: Web-accessible path where FreshRSS will be symlinked (defaults to `{{ freshrss_root_dir }}/freshrss`)
|
||||
- `freshrss_version`: FreshRSS version to deploy (e.g., "1.27.1")
|
||||
- `freshrss_refresh_interval`: Feed refresh interval in minutes (e.g., 15 = every 15 minutes)
|
||||
|
||||
## FreshRSS configuration
|
||||
|
||||
It's done once deployed, navigate to the address you’ve installed your server to complete the installation from the GUI.
|
||||
The configuration is to be done once deployed.
|
||||
|
||||
Navigate to the address you’ve installed your server to complete the installation from the GUI.
|
||||
|
||||
## License
|
||||
|
||||
|
||||
3
defaults/main.yml
Normal file
3
defaults/main.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
freshrss_path: "{{ freshrss_root_dir }}/freshrss"
|
||||
|
||||
Reference in New Issue
Block a user