mirror of
https://github.com/YunoHost-Apps/mastodon_ynh.git
synced 2024-09-03 19:46:02 +02:00
Auto-update README
This commit is contained in:
parent
282ae0cf48
commit
7e9e890f5c
2 changed files with 0 additions and 91 deletions
43
README.md
43
README.md
|
@ -26,49 +26,6 @@ Mastodon is a free, open-source microblogging social network. It is a decentrali
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Disclaimers / important information
|
|
||||||
|
|
||||||
## Important points to read before installing
|
|
||||||
|
|
||||||
1. **Mastodon** require a dedicated **root domain**, eg. mastodon.domain.tld
|
|
||||||
1. The user choosen during the installation is automatically created in Mastodon with admin rights
|
|
||||||
1. At the end of the installation a mail is sent to the user with the automatically generated password
|
|
||||||
1. It seems important to close the inscriptions for your Mastodon, so that it remains a private body. We invite you to block remote malicious instances from the administration interface. You can also add text on your home page.
|
|
||||||
|
|
||||||
## Configuration
|
|
||||||
|
|
||||||
### Install
|
|
||||||
|
|
||||||
#### Using *screen* in case of disconnect
|
|
||||||
```
|
|
||||||
$ sudo apt-get install screen
|
|
||||||
$ screen
|
|
||||||
$ sudo yunohost app install https://github.com/YunoHost-Apps/mastodon_ynh.git
|
|
||||||
```
|
|
||||||
Recover after disconnect:
|
|
||||||
```
|
|
||||||
$ screen -d
|
|
||||||
$ screen -r
|
|
||||||
```
|
|
||||||
|
|
||||||
### Update
|
|
||||||
|
|
||||||
#### Using *screen* highly recommended
|
|
||||||
|
|
||||||
`$ sudo yunohost app upgrade mastodon -u https://github.com/YunoHost-Apps/mastodon_ynh --debug `
|
|
||||||
|
|
||||||
### Administrate with tooctl
|
|
||||||
|
|
||||||
`$ (cd /var/www/mastodon/live && sudo -u mastodon RAILS_ENV=production PATH=/opt/rbenv/versions/mastodon/bin bin/tootctl --help)`
|
|
||||||
|
|
||||||
## YunoHost specific features
|
|
||||||
|
|
||||||
#### Multi-users support
|
|
||||||
|
|
||||||
LDAP authentication is activated. All YunoHost users can authenticate.
|
|
||||||
|
|
||||||
Log-out from YunoHost's portal doesn't log out from Mastodon. See https://github.com/YunoHost/issues/issues/501
|
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: <https://joinmastodon.org/>
|
* Official app website: <https://joinmastodon.org/>
|
||||||
|
|
48
README_fr.md
48
README_fr.md
|
@ -27,54 +27,6 @@ Mastodon est un réseau social de microblog auto-hébergé et open source. C'est
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Avertissements / informations importantes
|
|
||||||
|
|
||||||
## Points importants à lire avant l'installation
|
|
||||||
|
|
||||||
1. **Mastodon** nécessite un **nom de domaine** dédié, par exemple : mastodon.domain.tld
|
|
||||||
1. L'utilisateur sélectionné pendant l'installation sera créé automatiquement dans Mastodon avec des droits d'administration.
|
|
||||||
1. À la fin de l'installation, un mail est envoyé à cet utilisateur avec un mot de passe généré automatiquement.
|
|
||||||
1. Pour que votre instance Mastodon reste privée, il est important de fermer les inscriptions. Nous vous invitons à bloquer les instances distantes indésirables depuis l'interface d'administration. Vous pouvez également ajouter un texte sur votre page d'accueil dans l'administration.
|
|
||||||
|
|
||||||
## Captures d'écran
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## Configuration
|
|
||||||
|
|
||||||
### Installation
|
|
||||||
|
|
||||||
#### Utilisation de *screen* en cas de déconnection
|
|
||||||
```
|
|
||||||
$ sudo apt-get install screen
|
|
||||||
$ screen
|
|
||||||
$ sudo yunohost app install https://github.com/YunoHost-Apps/mastodon_ynh.git
|
|
||||||
```
|
|
||||||
Récupérer l'installation après une deconnection :
|
|
||||||
```
|
|
||||||
$ screen -d
|
|
||||||
$ screen -r
|
|
||||||
```
|
|
||||||
L'utilisateur admin est créé automatiquement comme : user@domain.tld
|
|
||||||
|
|
||||||
### Mise à jour
|
|
||||||
|
|
||||||
#### Utilisation de *screen* fortement recommandée
|
|
||||||
|
|
||||||
`$ sudo yunohost app upgrade mastodon -u https://github.com/YunoHost-Apps/mastodon_ynh --debug `
|
|
||||||
|
|
||||||
### Administration avec tooctl
|
|
||||||
|
|
||||||
`$ (cd /var/www/mastodon/live && sudo -u mastodon RAILS_ENV=production PATH=/opt/rbenv/versions/mastodon/bin bin/tootctl --help)`
|
|
||||||
|
|
||||||
## Caractéristiques spécifiques YunoHost
|
|
||||||
|
|
||||||
#### Support multi-utilisateur
|
|
||||||
|
|
||||||
L'authentification LDAP est activée. Tous les utilisateurs YunoHost peuvent s'authentifier.
|
|
||||||
|
|
||||||
Se déconnecter depuis le portail YunoHost ne vous déconnecte pas de Mastodon. Voir https://github.com/YunoHost/issues/issues/501
|
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l’app : <https://joinmastodon.org/>
|
* Site officiel de l’app : <https://joinmastodon.org/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue