1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/homarr_ynh.git synced 2024-09-03 19:26:00 +02:00
homarr_ynh/README.md

62 lines
2.4 KiB
Markdown
Raw Permalink Normal View History

2022-12-28 22:35:57 +01:00
<!--
2024-05-08 03:36:51 +02:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
2022-12-28 22:35:57 +01:00
It shall NOT be edited by hand.
-->
2022-12-28 22:36:02 +01:00
# Homarr for YunoHost
2022-12-28 22:35:57 +01:00
2023-02-15 09:26:05 +01:00
[![Integration level](https://dash.yunohost.org/integration/homarr.svg)](https://dash.yunohost.org/appci/app/homarr) ![Working status](https://ci-apps.yunohost.org/ci/badges/homarr.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/homarr.maintain.svg)
2022-12-28 22:36:02 +01:00
[![Install Homarr with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=homarr)
2022-12-28 22:35:57 +01:00
2024-05-08 03:36:51 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2022-12-28 22:35:57 +01:00
2024-05-08 03:36:51 +02:00
> *This package allows you to install Homarr 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-12-28 22:35:57 +01:00
## Overview
2022-12-28 22:40:36 +01:00
Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place.
It integrates with the services you use to display information on the homepage (E.g. Show upcoming Sonarr/Radarr releases).
2022-12-28 22:35:57 +01:00
2022-12-29 17:12:10 +01:00
### Features
2022-12-28 22:35:57 +01:00
2022-12-28 22:45:58 +01:00
- Integrates with services you use.
- Search the web directly from your homepage.
- Real-time status indicator for every service.
- Automatically finds icons while you type the name of a service.
- Widgets that can display all types of information.
- Very light-weight and fast.
2022-12-28 22:35:57 +01:00
2024-05-17 13:01:31 +02:00
**Shipped version:** 0.15.3~ynh3
2022-12-28 22:35:57 +01:00
2024-05-08 03:36:51 +02:00
**Demo:** <https://homarr.ajnart.fr/fr>
2022-12-28 22:35:57 +01:00
## Screenshots
2022-12-28 22:40:36 +01:00
![Screenshot of Homarr](./doc/screenshots/screenshot.png)
2022-12-28 22:35:57 +01:00
## Documentation and resources
2024-05-08 03:36:51 +02:00
- Official app website: <https://homarr.dev/>
- Official user documentation: <https://homarr.dev/docs/about>
- Official admin documentation: <https://homarr.dev/docs/about>
- Upstream app code repository: <https://github.com/ajnart/homarr>
- YunoHost Store: <https://apps.yunohost.org/app/homarr>
- Report a bug: <https://github.com/YunoHost-Apps/homarr_ynh/issues>
2022-12-28 22:35:57 +01:00
## Developer info
2024-05-08 03:36:51 +02:00
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/homarr_ynh/tree/testing).
2022-12-28 22:35:57 +01:00
2024-05-08 03:36:51 +02:00
To try the `testing` branch, please proceed like that:
2022-12-28 22:35:57 +01:00
2024-05-08 03:36:51 +02:00
```bash
2022-12-28 22:36:02 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/homarr_ynh/tree/testing --debug
2022-12-28 22:35:57 +01:00
or
2022-12-28 22:36:02 +01:00
sudo yunohost app upgrade homarr -u https://github.com/YunoHost-Apps/homarr_ynh/tree/testing --debug
2022-12-28 22:35:57 +01:00
```
2024-05-08 03:36:51 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>