Revert "Add italian translation of Vaultwarden docs (#2142)" (#2143)

This reverts commit ffbbc2dab8.
This commit is contained in:
Éric Gaspar 2022-11-17 17:38:18 +01:00 committed by GitHub
parent ffbbc2dab8
commit 6d3ba4576d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,52 +9,47 @@ routes:
- '/app_bitwarden' - '/app_bitwarden'
--- ---
![Logo di Bitwarden](image://bitwarden_logo.png?width=80) ![Bitwarden's logo](image://bitwarden_logo.png?width=80)
[![Installa Vaultwarden con YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=vaultwarden) [![Livello di integrazione](https://dash.yunohost.org/integration/vaultwarden.svg)](https://dash.yunohost.org/appci/app/vaultwarden) [![Install Vaultwarden with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=vaultwarden) [![Integration level](https://dash.yunohost.org/integration/vaultwarden.svg)](https://dash.yunohost.org/appci/app/vaultwarden)
### Indice ### Index
- [Configurazione](#configurazione) - [Configuration](#configuration)
- [Limiti con YunoHost](#limiti-con-yunohost) - [Limitations with YunoHost](#limitations-with-yunohost)
- [Applicazioni per utenti](#applicazioni-per-utenti) - [Customer Applications](#customer-applications)
- [Collegamenti utili](#collegamenti-utili) - [Useful links](#useful-links)
Vaultwarden è un gestore di password gratuito con funzioni a pagamento, con licenza AGPL, che permette di generare e custodire password in maniera sicura. Una singola password, chiamata 'master password', protegge l'accesso alla cassaforte. Il progetto Bitwarden è stato iniziato nel 2016 da Kyle Spearrin, un ingegnere software. Vaultwarden is a freemium libre password manager under AGPL license, allowing generation and storage of passwords in a secure way. These are protected by a single password called the "master password". It was created in 2016 by Kyle Spearrin, a software architect.
Il programma è disponibile sui principali sistemi operativi (GNU/Linux, Windows, macOS, iOS, Android e da riga di comando), e come estensione per i browser. È, inoltre, possibile accedere alle password dal sito.[¹](#fonti) The software is available for most operating systems (GNU/Linux, Windows, macOS, iOS, Android and command-line), and as a web browser plug-in. It is also possible to view passwords from a website.[¹](#sources)
## Configurazione ## Configuration
Per configurare l'applicazione, visita: `sotto.dominio.tld/admin` To configure the app, go to this address: `sub.domain.tld/admin`
### Token admin ## Limitations with YunoHost
Se installata da web, Vaultwarden non comunica il token necessario per accedere all'interfaccia di amministrazione. Per recuperare la password, è necessario: HTTP and LDAP authentication are not supported.
- fare il login da riga di comando (`ssh admin@sotto.dominio.tld`) ed
- eseguire `grep "admin_token" /etc/yunohost/apps/vaultwarden/settings.yml`
## Limiti con YunoHost ## Customer applications
HTTP e l'autenticazione LDAP non sono supportati. | Application name [²] | Platform | Multi-account | Source | Play Store | F-Droid | Apple Store |
## Applicazioni per utenti
| Nome applicazione | Piattaforma | Multi-account | Fonte | Play Store | F-Droid | Apple Store |
|----------------------|----------|---------------|--------|------------|---------|-------------| |----------------------|----------|---------------|--------|------------|---------|-------------|
| Bitwarden | GNU/Linux / MacOS / Windows | [](https://bitwarden.com/help/account-switching/) | [bitwarden.com - download](https://bitwarden.com/download) | | Bitwarden | GNU/Linux / macOS / Windows | Oui | [bitwarden.com - download](https://bitwarden.com/#download) |
| Bitwarden | Android / iOS | [](https://bitwarden.com/help/account-switching/) | | [Playstore - Bitwarden](https://play.google.com/store/apps/details?id=com.x8bit.bitwarden) | Sì ([repo da aggiungere](https://mobileapp.bitwarden.com/fdroid/)) | [App Store - Bitwarden](https://itunes.apple.com/app/bitwarden-free-password-manager/id1137397744?mt=8) | | Bitwarden | Android / iOS | ? | | [Playstore - Birwarden](https://play.google.com/store/apps/details?id=com.x8bit.bitwarden) | X | [App Store - Bitwarden](https://itunes.apple.com/app/bitwarden-free-password-manager/id1137397744?mt=8) |
> [²]: (of) : Official / (un) : Unofficial
## Collegamenti utili ## Useful links
+ Sito: [bitwarden.com](https://bitwarden.com/) + Website: [bitwarden.com](https://bitwarden.com/)
+ Documentazione ufficiale: [help.bitwarden.com](https://help.bitwarden.com/) + Official documentation: [help.bitwarden.com](https://help.bitwarden.com/)
+ Repository dell'applicazione YunoHost: [github.com - YunoHost-Apps/vaultwarden](https://github.com/YunoHost-Apps/vaultwarden_ynh) + Application software repository: [github.com - YunoHost-Apps/vaultwarden](https://github.com/YunoHost-Apps/vaultwarden_ynh)
+ Segnala un problema o miglioramento aprendo una segnalazione (issue): [github.com - YunoHost-Apps/vaultwarden/issues](https://github.com/YunoHost-Apps/vaultwarden_ynh/issues) + Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/vaultwarden/issues](https://github.com/YunoHost-Apps/vaultwarden_ynh/issues)
----- -----
### Fonti ### Sources
¹ [wikipedia.org - Bitwarden](https://en.wikipedia.org/wiki/Bitwarden) ¹ [wikipedia.org - Bitwarden](https://en.wikipedia.org/wiki/Bitwarden)