mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
Merge branch 'master' into testing
This commit is contained in:
commit
fbd6339090
1 changed files with 62 additions and 0 deletions
62
README_it.md
Normal file
62
README_it.md
Normal file
|
@ -0,0 +1,62 @@
|
||||||
|
<!--
|
||||||
|
N.B.: Questo README è stato automaticamente generato da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||||
|
NON DEVE essere modificato manualmente.
|
||||||
|
-->
|
||||||
|
|
||||||
|
# Rocket.Chat per YunoHost
|
||||||
|
|
||||||
|
[![Livello di integrazione](https://dash.yunohost.org/integration/rocketchat.svg)](https://dash.yunohost.org/appci/app/rocketchat) ![Stato di funzionamento](https://ci-apps.yunohost.org/ci/badges/rocketchat.status.svg) ![Stato di manutenzione](https://ci-apps.yunohost.org/ci/badges/rocketchat.maintain.svg)
|
||||||
|
|
||||||
|
[![Installa Rocket.Chat con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=rocketchat)
|
||||||
|
|
||||||
|
*[Leggi questo README in altre lingue.](./ALL_README.md)*
|
||||||
|
|
||||||
|
> *Questo pacchetto ti permette di installare Rocket.Chat su un server YunoHost in modo semplice e veloce.*
|
||||||
|
> *Se non hai YunoHost, consulta [la guida](https://yunohost.org/install) per imparare a installarlo.*
|
||||||
|
|
||||||
|
## Panoramica
|
||||||
|
|
||||||
|
Rocket.Chat is an open-source fully customizable communications platform developed in JavaScript for organizations with high standards of data protection.
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- End to End Encryption
|
||||||
|
- Multifactor Authentication
|
||||||
|
- Customizable User Permission
|
||||||
|
- Mobile Apps for [iOS](https://apps.apple.com/app/rocket-chat/id1148741252) and [Android](https://play.google.com/store/apps/details?id=chat.rocket.android)
|
||||||
|
- Desktop Apps for [macOS](https://apps.apple.com/br/app/rocket-chat/id1086818840), [Linux](https://snapcraft.io/rocketchat-desktop) and [Windows](https://releases.rocket.chat/desktop/latest/download)
|
||||||
|
|
||||||
|
**Versione pubblicata:** 6.6.3~ynh1
|
||||||
|
|
||||||
|
**Prova:** <https://cloud.rocket.chat/trial>
|
||||||
|
|
||||||
|
## Screenshot
|
||||||
|
|
||||||
|
![Screenshot di Rocket.Chat](./doc/screenshots/screenshot.jpg)
|
||||||
|
|
||||||
|
## :red_circle: Anti-funzionalità
|
||||||
|
|
||||||
|
- **Applicazione con licenza parzialmente libera**: Quest’applicazione è protetta da licenza generalmente libera, ma con delle clausole che potrebbero limitare il suo utilizzo.
|
||||||
|
|
||||||
|
## Documentazione e risorse
|
||||||
|
|
||||||
|
- Sito web ufficiale dell’app: <https://rocket.chat/>
|
||||||
|
- Documentazione ufficiale per gli utenti: <https://docs.rocket.chat/guides/user-guides>
|
||||||
|
- Documentazione ufficiale per gli amministratori: <https://docs.rocket.chat/>
|
||||||
|
- Repository upstream del codice dell’app: <https://github.com/RocketChat/Rocket.Chat>
|
||||||
|
- Store di YunoHost: <https://apps.yunohost.org/app/rocketchat>
|
||||||
|
- Segnala un problema: <https://github.com/YunoHost-Apps/rocketchat_ynh/issues>
|
||||||
|
|
||||||
|
## Informazioni per sviluppatori
|
||||||
|
|
||||||
|
Si prega di inviare la tua pull request alla [branch di `testing`](https://github.com/YunoHost-Apps/rocketchat_ynh/tree/testing).
|
||||||
|
|
||||||
|
Per provare la branch di `testing`, si prega di procedere in questo modo:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo yunohost app install https://github.com/YunoHost-Apps/rocketchat_ynh/tree/testing --debug
|
||||||
|
o
|
||||||
|
sudo yunohost app upgrade rocketchat -u https://github.com/YunoHost-Apps/rocketchat_ynh/tree/testing --debug
|
||||||
|
```
|
||||||
|
|
||||||
|
**Maggiori informazioni riguardo il pacchetto di quest’app:** <https://yunohost.org/packaging_apps>
|
Loading…
Reference in a new issue