{"id":16164125,"url":"https://github.com/tleguern/ansible-role-selfoss","last_synced_at":"2026-02-14T16:32:59.715Z","repository":{"id":141734597,"uuid":"207166571","full_name":"tleguern/ansible-role-selfoss","owner":"tleguern","description":"Ansible role for selfoss RSS reader","archived":false,"fork":false,"pushed_at":"2024-06-18T10:59:23.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-24T00:39:51.386Z","etag":null,"topics":["ansible-role","openbsd","rss-reader","selfoss"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tleguern.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-08T20:01:15.000Z","updated_at":"2024-06-18T10:59:26.000Z","dependencies_parsed_at":"2024-06-18T12:13:17.106Z","dependency_job_id":"929edab2-cf72-4cad-a690-8bb805066bd5","html_url":"https://github.com/tleguern/ansible-role-selfoss","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tleguern/ansible-role-selfoss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tleguern%2Fansible-role-selfoss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tleguern%2Fansible-role-selfoss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tleguern%2Fansible-role-selfoss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tleguern%2Fansible-role-selfoss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tleguern","download_url":"https://codeload.github.com/tleguern/ansible-role-selfoss/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tleguern%2Fansible-role-selfoss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29449370,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible-role","openbsd","rss-reader","selfoss"],"created_at":"2024-10-10T02:45:24.960Z","updated_at":"2026-02-14T16:32:59.696Z","avatar_url":"https://github.com/tleguern.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# `ansible` role `selfoss`\n\nInstall and configure the `selfoss` RSS reader with support for multi-users setup.\nA new salt is generated for each installation and the password hash gathered from the `/password` service is written in config.ini.\n\nThe only supported operating system is OpenBSD but the code should be easy to adapt.\n\n# Requirements\n\nNone\n\n# Role Variables\n\n| Variable | Description | Default |\n|----------|-------------|---------|\n| `selfoss_default_install_dir` | Default installation directory for selfoss | `/var/www/selfoss` |\n| `selfoss_install_dir` | Alternative installation directory | `{{ selfoss_default_install_dir }}` |\n| `selfoss_url` | Alternative URL for the service | (Mandatory) |\n| `selfoss_username` | Account username | (Mandatory) |\n| `selfoss_password` | Account password | (Mandatory) |\n| `selfoss_php_path` | Path to the PHP binary | `{{ ___selfoss_php_path }}` |\n| `selfoss_www_user` | UNIX user for the web server | `{{ ___selfoss_www_user }}` |\n| `selfoss_www_group` | UNIX group for the web server | `{{ ___selfoss_www_group }}` |\n| `selfoss_special_time` | cron special time | `daily` |\n| `selfoss_packages` | list of packages necessary for selfoss | `{{ __selfoss_packages }}` |\n| `selfoss_php_version` | PHP version installed for selfoss | `7.4.33` |\n\n## OpenBSD\n\n| Variable | Default |\n|----------|---------|\n| `___selfoss_php_path` | `/usr/local/bin/php-{{ selfoss_php_version }}` |\n| `___selfoss_www_user` | `www` |\n| `___selfoss_www_group` | `daemon` |\n| `__selfoss_packages` | ['selfoss', 'php-pdo_sqlite'] |\n\n# Dependencies\n\nNone\n\n# Example Playbook for a regular installation\n\n```yaml\n- hosts: localhost\n  roles:\n    - ansible-role-selfoss\n      selfoss_username: hugues\n      selfoss_password: \"{{ vaulted_password_hugues }}\"\n      selfoss_url: https://hugues-selfoss.example.org\n    - ansible-role-nginx\n```\n\n# Example Playbook for multi-user installation\n\n```yaml\n- hosts: localhost\n  roles:\n    - ansible-role-selfoss\n      selfoss_install_dir: /var/www/selfoss_jean-pierre\n      selfoss_username: jean-pierre\n      selfoss_password: \"{{ vaulted_password_jean-pierre }}\"\n      selfoss_url: https://jean-pierre.rss.example.org\n    - ansible-role-selfoss\n      selfoss_install_dir: /var/www/selfoss_yves-marie\n      selfoss_username: yves-marie\n      selfoss_password: \"{{ vaulted_password_yves-marie }}\"\n      selfoss_url: https://yves-marie.rss.example.org\n    - ansible-role-nginx\n```\n\n# License\n\n```\nCopyright (c) 2019 Tristan Le Guern \u003ctleguern@bouledef.eu\u003e\n\nPermission to use, copy, modify, and distribute this software for any\npurpose with or without fee is hereby granted, provided that the above\ncopyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES\nWITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF\nMERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR\nANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\nWHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN\nACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF\nOR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n```\n\n# Author Information\n\nTristan Le Guern \u003ctleguern@bouledef.eu\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftleguern%2Fansible-role-selfoss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftleguern%2Fansible-role-selfoss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftleguern%2Fansible-role-selfoss/lists"}