mirror of
https://github.com/YunoHost-Apps/domoticz_ynh.git
synced 2024-09-03 18:26:17 +02:00
Auto-update README
This commit is contained in:
parent
faa4cc9a04
commit
d2570c10fb
2 changed files with 17 additions and 19 deletions
17
README.md
17
README.md
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
|
@ -32,7 +32,6 @@ For example this system can be used with:
|
|||
|
||||
The MQTT broker Mosquitto is integrated into the package and requires its own domain or subdomain. It's an optional setting.
|
||||
You may also install the [Mosquitto package](https://github.com/YunoHost-Apps/mosquitto_ynh) without using the one provided by domoticz_ynh.
|
||||
|
||||
**Shipped version:** 2024.4~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
@ -42,12 +41,12 @@ You may also install the [Mosquitto package](https://github.com/YunoHost-Apps/mo
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: <https://domoticz.com/>
|
||||
* Official user documentation: <https://www.domoticz.com/DomoticzManual.pdf>
|
||||
* Official admin documentation: <https://www.domoticz.com/wiki/Main_Page>
|
||||
* Upstream app code repository: <https://github.com/domoticz/domoticz>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/domoticz>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/domoticz_ynh/issues>
|
||||
- Official app website: <https://domoticz.com/>
|
||||
- Official user documentation: <https://www.domoticz.com/DomoticzManual.pdf>
|
||||
- Official admin documentation: <https://www.domoticz.com/wiki/Main_Page>
|
||||
- Upstream app code repository: <https://github.com/domoticz/domoticz>
|
||||
- YunoHost Store: <https://apps.yunohost.org/app/domoticz>
|
||||
- Report a bug: <https://github.com/YunoHost-Apps/domoticz_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
|
@ -55,7 +54,7 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos
|
|||
|
||||
To try the testing branch, please proceed like that.
|
||||
|
||||
``` bash
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/domoticz_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade domoticz -u https://github.com/YunoHost-Apps/domoticz_ynh/tree/testing --debug
|
||||
|
|
19
README_fr.md
19
README_fr.md
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
|
@ -34,7 +34,6 @@ Vous pouvez également installer le [package pour Mosquitto](https://github.com/
|
|||
|
||||
|
||||
|
||||
|
||||
**Version incluse :** 2024.4~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
@ -44,12 +43,12 @@ Vous pouvez également installer le [package pour Mosquitto](https://github.com/
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l’app : <https://domoticz.com/>
|
||||
* Documentation officielle utilisateur : <https://www.domoticz.com/DomoticzManual.pdf>
|
||||
* Documentation officielle de l’admin : <https://www.domoticz.com/wiki/Main_Page>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/domoticz/domoticz>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/domoticz>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/domoticz_ynh/issues>
|
||||
- Site officiel de l’app : <https://domoticz.com/>
|
||||
- Documentation officielle utilisateur : <https://www.domoticz.com/DomoticzManual.pdf>
|
||||
- Documentation officielle de l’admin : <https://www.domoticz.com/wiki/Main_Page>
|
||||
- Dépôt de code officiel de l’app : <https://github.com/domoticz/domoticz>
|
||||
- YunoHost Store : <https://apps.yunohost.org/app/domoticz>
|
||||
- Signaler un bug : <https://github.com/YunoHost-Apps/domoticz_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
|
@ -57,10 +56,10 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
|
|||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
|
||||
``` bash
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/domoticz_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade domoticz -u https://github.com/YunoHost-Apps/domoticz_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
||||
|
|
Loading…
Reference in a new issue