https://github.com/dusansimic/pod-miniflux
Ansible playbook for deploying Miniflux rss reader as Pod.
https://github.com/dusansimic/pod-miniflux
Last synced: 2 months ago
JSON representation
Ansible playbook for deploying Miniflux rss reader as Pod.
- Host: GitHub
- URL: https://github.com/dusansimic/pod-miniflux
- Owner: dusansimic
- License: mit
- Created: 2022-04-20T17:35:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-20T17:35:42.000Z (about 3 years ago)
- Last Synced: 2025-02-12T05:42:40.984Z (4 months ago)
- Language: Jinja
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Miniflux Pod
> Ansible role for setting up Miniflux Pod that is managed by systemd.
## Variables
Required variables:
| Variable name | Description |
| ------------- | ----------- |
| app_tag | Miniflux image tag |
| publish_port | Port that is used on the host machine for the app service |Required secrets:
| Secret name | Description |
| ----------- | ----------- |
| db_password | Postgres database password |
| app_admin_password | Admin password for Miniflux |For additional variables, check the `miniflux` role.