Compare commits
2 Commits
a79f5c7ee6
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| d28e2ea89a | |||
| f79501e4c8 |
12
README.md
12
README.md
@@ -28,20 +28,20 @@ This role doesn't have any dependencies to other roles.
|
|||||||
freshrss_checksum: "99fd1d0e6f506832e6600c98e4c9369edad6bfec715df9b1b7c8c3eb6a455c22"
|
freshrss_checksum: "99fd1d0e6f506832e6600c98e4c9369edad6bfec715df9b1b7c8c3eb6a455c22"
|
||||||
freshrss_refresh_interval: 10
|
freshrss_refresh_interval: 10
|
||||||
roles:
|
roles:
|
||||||
- freshrss
|
- ansible-role-freshrss
|
||||||
```
|
```
|
||||||
|
|
||||||
## Variables
|
## Variables
|
||||||
|
|
||||||
| Variable | Required | Default | Description |
|
| Variable | Required | Default | Description |
|
||||||
| --------------------------- | -------- | ---------------------------------- | ---------------------------------------------------------------- |
|
| --------------------------- | -------- | ---------------------------------- | ---------------------------------------------------------------- |
|
||||||
| `freshrss_root_dir` | **Yes** | - | Directory where FreshRSS archive is downloaded and extracted |
|
|
||||||
| `freshrss_path` | No | `{{ freshrss_root_dir }}/freshrss` | Web-accessible path where FreshRSS will be symlinked |
|
|
||||||
| `freshrss_version` | **Yes** | - | FreshRSS version to deploy (e.g., `"1.27.1"`) |
|
|
||||||
| `freshrss_refresh_interval` | No | `15` | Feed refresh interval in minutes (every X minutes) |
|
|
||||||
| `freshrss_checksum` | No | `""` | SHA256 checksum to verify the archive if user sets it |
|
| `freshrss_checksum` | No | `""` | SHA256 checksum to verify the archive if user sets it |
|
||||||
| `freshrss_user` | No | `www-data` | User that will own FreshRSS files and run the cron job |
|
|
||||||
| `freshrss_group` | No | `www-data` | Group that will own FreshRSS files |
|
| `freshrss_group` | No | `www-data` | Group that will own FreshRSS files |
|
||||||
|
| `freshrss_path` | No | `{{ freshrss_root_dir }}/freshrss` | Web-accessible path where FreshRSS will be symlinked |
|
||||||
|
| `freshrss_refresh_interval` | No | `15` | Feed refresh interval in minutes (every X minutes) |
|
||||||
|
| `freshrss_root_dir` | **Yes** | - | Directory where FreshRSS archive is downloaded and extracted |
|
||||||
|
| `freshrss_user` | No | `www-data` | User that will own FreshRSS files and run the cron job |
|
||||||
|
| `freshrss_version` | **Yes** | - | FreshRSS version to deploy (e.g., `"1.27.1"`) |
|
||||||
|
|
||||||
## Additional information
|
## Additional information
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user