2022-01-10 13:37:52 +01:00
<!--
2024-03-29 07:22:26 +01:00
N.B.: This README was automatically generated by < https: / / github . com / YunoHost / apps / tree / master / tools / readme_generator >
2022-01-10 13:37:52 +01:00
It shall NOT be edited by hand.
-->
2022-01-10 13:37:59 +01:00
# Selfoss for YunoHost
2022-01-10 13:37:52 +01:00
2024-08-31 10:32:11 +02:00
[![Integration level ](https://dash.yunohost.org/integration/selfoss.svg )](https://ci-apps.yunohost.org/ci/apps/selfoss/) ![Working status ](https://ci-apps.yunohost.org/ci/badges/selfoss.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/selfoss.maintain.svg )
2023-03-10 12:46:30 +01:00
2022-01-10 13:37:59 +01:00
[![Install Selfoss with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=selfoss)
2022-01-10 13:37:52 +01:00
2024-06-23 14:35:43 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2022-01-10 13:37:52 +01:00
2024-03-29 07:22:26 +01:00
> *This package allows you to install Selfoss quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
2022-01-10 13:37:52 +01:00
## Overview
2022-01-10 13:37:59 +01:00
Selfoss is a multipurpose RSS reader and feed aggregation web application. It allows you to easily follow updates from different web sites, social networks and other platforms, all in single place. It is written in PHP, allowing you to run it basically anywhere.
2022-01-10 13:37:52 +01:00
2024-08-31 15:08:13 +02:00
**Shipped version:** 2.19~ynh5
2022-01-10 13:37:52 +01:00
## Screenshots
2022-08-15 18:29:21 +02:00
![Screenshot of Selfoss ](./doc/screenshots/screenshot1.png )
2022-01-10 13:37:52 +01:00
## Documentation and resources
2024-03-29 07:22:26 +01:00
- Official app website: < https: // selfoss . aditu . de />
- Official user documentation: < https: // selfoss . aditu . de />
- Official admin documentation: < https: // github . com / fossar / selfoss / wiki >
- Upstream app code repository: < https: // github . com / fossar / selfoss >
- YunoHost Store: < https: // apps . yunohost . org / app / selfoss >
- Report a bug: < https: // github . com / YunoHost-Apps / selfoss_ynh / issues >
2022-01-10 13:37:52 +01:00
## Developer info
2024-03-29 07:22:26 +01:00
Please send your pull request to the [`testing` branch ](https://github.com/YunoHost-Apps/selfoss_ynh/tree/testing ).
2022-01-10 13:37:52 +01:00
2024-03-29 07:22:26 +01:00
To try the `testing` branch, please proceed like that:
2022-08-15 18:29:21 +02:00
2024-03-29 07:22:26 +01:00
```bash
2022-01-10 13:37:59 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/selfoss_ynh/tree/testing --debug
2022-01-10 13:37:52 +01:00
or
2022-01-10 13:37:59 +01:00
sudo yunohost app upgrade selfoss -u https://github.com/YunoHost-Apps/selfoss_ynh/tree/testing --debug
2022-01-10 13:37:52 +01:00
```
2022-08-15 18:29:21 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >