diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md new file mode 100644 index 0000000..1a38dd5 --- /dev/null +++ b/doc/DISCLAIMER.md @@ -0,0 +1,19 @@ +## Installation + +### Register a new domain and add it to YunoHost + +Before installing, read the [Friendica installation instructions](https://github.com/friendica/friendica/blob/develop/doc/Install.md) for important information about installation. + +- Dedicated domain (must install under web root like **https://friendica.example.com/** not **https://example.com/friendica/** ) + +- Friendica requires browser-approved SSL certificates. + +### Install Friendica +Use the YunoHost admin panel to install Friendica by entering the GitHub repo address in the custom app URL: + + https://github.com/YunoHost-Apps/friendica_ynh + +## User with LDAP admin rights +**For admin rights**: When installation is complete, you will need to visit your domain page and login with the **admin account username and password** which was entered at the time of installation process. You can then create your profile and access the admin panel. + + **For normal YunoHost users :** Normal LDAP users can login through Ldap authentication and create there profiles. diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md new file mode 100644 index 0000000..3a5efdd --- /dev/null +++ b/doc/DISCLAIMER_fr.md @@ -0,0 +1,19 @@ +## Installation + +### Enregistrez un nouveau domaine et ajoutez-le à YunoHost + +Avant l'installation, lisez les [instructions d'installation de Friendica](https://github.com/friendica/friendica/blob/develop/doc/Install.md) pour obtenir des informations importantes sur l'installation. + +- Domaine dédié (doit être installé sous la racine Web comme **https://friendica.example.com/** et non **https://example.com/friendica/** ) + +- Friendica nécessite des certificats SSL approuvés par le navigateur. + +### Installer Friendica +Utilisez le panneau d'administration YunoHost pour installer Friendica en saisissant l'adresse du dépôt GitHub dans l'URL de l'application personnalisée : + +https://github.com/YunoHost-Apps/friendica_ynh + +## Utilisateur avec des droits d'administrateur LDAP +**Pour les droits d'administrateur** : une fois l'installation terminée, vous devrez visiter la page de votre domaine et vous connecter avec le **nom d'utilisateur et le mot de passe du compte administrateur** qui ont été saisis au moment du processus d'installation. Vous pouvez ensuite créer votre profil et accéder au panneau d'administration. + + **Pour les utilisateurs normaux de YunoHost :** Les utilisateurs LDAP normaux peuvent se connecter via l'authentification LDAP et y créer des profils. diff --git a/doc/screenshots/friendica-vier-profile.png b/doc/screenshots/friendica-vier-profile.png new file mode 100644 index 0000000..72d0253 Binary files /dev/null and b/doc/screenshots/friendica-vier-profile.png differ diff --git a/manifest.json b/manifest.json index 7e0a524..17f0952 100644 --- a/manifest.json +++ b/manifest.json @@ -6,9 +6,17 @@ "en": "Social Communication Server", "fr": "Serveur de Communication Social" }, + "version": "2021.07~ynh1", "url": "http://friendi.ca", + "upstream": { + "license": "AGPL-3.0-only", + "website": "http://friendi.ca", + "demo": "https://demo.example.com", + "admindoc": "https://github.com/friendica/friendica/wiki", + "userdoc": "https://wiki.friendi.ca/", + "code": "https://github.com/friendica/friendica" + }, "license": "AGPL-3.0-only", - "version": "2021.04~ynh2", "maintainer": { "name": "Anmol Sharma", "email": "" @@ -38,7 +46,6 @@ "type": "user", "example": "johndoe" } - ] } }