diff --git a/README.md b/README.md index 7ffacd9..346bf89 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The [streams repository](https://codeberg.org/streams/streams/) lets you install Your websites will be compatible with **Mastodon**, **Pleroma**, **Pixelfed**, **Friendica**, **Hubzilla**, **Funkwhale**, **Peertube**, **Plume**, **WriteFreely** and many, many more. -**Shipped version:** 23.09.28~ynh1 +**Shipped version:** 23.09.28~ynh2 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 0f6c789..54eaa37 100644 --- a/README_fr.md +++ b/README_fr.md @@ -21,7 +21,7 @@ Le [dépôt streams](https://codeberg.org/streams/streams/) vous permet d'instal Vos sites web seront compatibles avec **Mastodon**, **Pleroma**, **Pixelfed**, **Friendica**, **Hubzilla**, **Funkwhale**, **Peertube**, **Plume**, **WriteFreely** et bien d'autres encore. -**Version incluse :** 23.09.28~ynh1 +**Version incluse :** 23.09.28~ynh2 ## Captures d’écran diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 3d4fb0f..25fcdf5 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -4,7 +4,7 @@ ### Admin user rights, logs and failed database updates -- **For admin rights**: When installation is complete, you will need to visit your new website and login with the **admin's YunoHost account username** which was chosen at the time of installation process. You should then be able to create your first channel and have the **admin rights** for your website. +- **Admin account**: When installation is complete, you must visit your new website and create the first account using the **admin's email address** (the admin is the YunoHost user which was chosen at the beginning of the installation process). You will then be able to create your first channel and have access the **admin pages** for your website. - **Failing to get admin rights**: If the admin cannot access the admin settings at `https://mywebsite.domain.tld/admin` or you want to grant admin rights to any other registered user on your website, then you have to **manually add 4096** to the ***account_roles*** under ***accounts*** for that user in the **database through software like phpMyAdmin**. diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md index 049a7d2..e45f216 100644 --- a/doc/ADMIN_fr.md +++ b/doc/ADMIN_fr.md @@ -4,7 +4,7 @@ ### Droits d'utilisateur de l'administrateur, journaux et échec des mises à jour de la base de données -- **Pour les droits d'administrateur** : lorsque l'installation est terminée, vous devrez visiter la page d'accueil de votre nouveau site et vous connecter avec le **nom d'utilisateur YunoHost du compte administrateur** qui a été choisi au moment du processus d'installation. Vous devriez alors pouvoir créer votre premier canal et disposer des **droits d'administrateur** pour le site. +- **Compte administrateur** : lorsque l'installation est terminée, vous devez vous rendre sur la page d'accueil de votre nouveau site et créer le premier compte en utilisant **l'adresse électronique de l' administrateur** (l'administrateur est l'utilisateur YunoHost qui a été choisi au début du processus d'installation). Vous pouvez ensuite créer votre premier canal et accéder à **l'interface d'administration** de votre site. - **Échec de l'obtention des droits d'administration** : si l'administrateur ne peut pas accéder aux paramètres d'administration sur `https://monsite.domaine.tld/admin`, vous devez **ajouter manuellement 4096** aux ***account_roles*** sous ***accounts*** pour cet utilisateur dans la **base de données** par exemple via **phpMyAdmin**. diff --git a/manifest.toml b/manifest.toml index add3466..518cdf9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Streams" description.en = "Open source fediverse server" description.fr = "Serveur fediverse open source" -version = "23.09.28~ynh1" +version = "23.09.28~ynh2" maintainers = ["Papa Dragon"] diff --git a/tests.toml b/tests.toml index c21b5cd..6bb808f 100644 --- a/tests.toml +++ b/tests.toml @@ -14,4 +14,5 @@ test_format = 1.0 # ------------------------------- test_upgrade_from.def1a2f42f7366b541978694d78086d8473563e8.name = "Upgrade from 23.08.31~ynh1" - test_upgrade_from.30902874480821166e7aa493a756b9571f8c5c4b.name = "Upgrade from 23.09.28~ynh1" + test_upgrade_from.30902874480821166e7aa493a756b9571f8c5c4b.name = "Upgrade from 23.09.09~ynh1" + test_upgrade_from.aed2ed5aebf10f6cd66951af0cedcf248891faf9.name = "Upgrade from 23.09.28~ynh1"