mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Merge branch '0.11.1' of https://github.com/YunoHost-Apps/pixelfed_ynh into 0.11.1
This commit is contained in:
commit
9ce34344cf
2 changed files with 120 additions and 33 deletions
68
README.md
68
README.md
|
@ -1,26 +1,43 @@
|
||||||
|
<!--
|
||||||
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||||
|
It shall NOT be edited by hand.
|
||||||
|
-->
|
||||||
|
|
||||||
# Pixelfed for YunoHost
|
# Pixelfed for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/pixelfed)  
|
[](https://dash.yunohost.org/appci/app/pixelfed)  
|
||||||
[](https://install-app.yunohost.org/?app=pixelfed)
|
[](https://install-app.yunohost.org/?app=pixelfed)
|
||||||
|
|
||||||
> *This package allows you to install Pixelfed quickly and simply on a YunoHost server.
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
|
> *This package allows you to install Pixelfed quickly and simply on a YunoHost server.
|
||||||
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
The federated image sharing service Pixelfed, for YunoHost
|
|
||||||
|
|
||||||
**Shipped version:** 0.11.0~ynh2
|
PixelFed is a decentralized and federated image sharing software under development.
|
||||||
|
In addition to taking over the functionality of Instagram, the functioning of PixelFed is:
|
||||||
|
|
||||||
|
* Decentralized: Each instance can follow one or more other PixelFed instances in order to allow their respective members to interact. A first pixelfed.social public body limited to 10,000 members has already been created.
|
||||||
|
|
||||||
|
* Federated: Via the ActivityPub protocol, PixelFed can interact with other software that is part of the Fediverse, such as Mastodon or PeerTube for example.
|
||||||
|
|
||||||
|
It is also possible to import your data from Instagram.
|
||||||
|
|
||||||
|
**Shipped version:** 0.11.1~ynh1
|
||||||
|
|
||||||
|
**Demo:** https://demo.example.com
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Disclaimers / important information
|
||||||
|
|
||||||
## Important points to read before installing
|
## Important points to read before installing
|
||||||
|
|
||||||
1. **Pixelfed** require a dedicated **root domain**, eg. pixelfed.domain.tld
|
1. **Pixelfed** require a dedicated **root domain**, eg. pixelfed.domain.tld
|
||||||
|
|
||||||
## Screenshots
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## Configuration
|
|
||||||
|
|
||||||
### Administrator
|
### Administrator
|
||||||
|
|
||||||
After being first registered, you need to execute the folloing command to promote first registered as admin
|
After being first registered, you need to execute the folloing command to promote first registered as admin
|
||||||
|
@ -48,31 +65,14 @@ Note: search engines will see that file and may or may not respect its content.
|
||||||
|
|
||||||
Since 0.10.10, by default `/discover/places/`, `/stories/` and `/i/` are present in that file.
|
Since 0.10.10, by default `/discover/places/`, `/stories/` and `/i/` are present in that file.
|
||||||
|
|
||||||
### Pixelfed php commands and php version
|
## Documentation and resources
|
||||||
|
|
||||||
Pixelfed might require some command line instructions if you want to make manual changes to your configuration.
|
* Official app website: https://pixelfed.org/
|
||||||
By default php 7.0 is currently used when you type `php`. You need to use `php7.3 [command]` instead.
|
* Official user documentation: https://yunohost.org/apps
|
||||||
Those commands can be found in the official documentation.
|
* Official admin documentation: https://yunohost.org/packaging_apps
|
||||||
|
* Upstream app code repository: https://some.forge.com/example/example
|
||||||
## Documentation
|
* YunoHost documentation for this app: https://yunohost.org/app_pixelfed
|
||||||
|
* Report a bug: https://github.com/YunoHost-Apps/pixelfed_ynh/issues
|
||||||
* [Official documentation](https://docs.pixelfed.org/)
|
|
||||||
|
|
||||||
## YunoHost specific features
|
|
||||||
|
|
||||||
#### Supported architectures
|
|
||||||
|
|
||||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/pixelfed/)
|
|
||||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/pixelfed/)
|
|
||||||
|
|
||||||
## Links
|
|
||||||
|
|
||||||
* Report a bug: https://github.com/YunoHost-Apps/pixelfed_ynh
|
|
||||||
* App website: https://pixelfed.org
|
|
||||||
* Upstream app repository: https://github.com/pixelfed/pixelfed
|
|
||||||
* YunoHost website: https://yunohost.org
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
||||||
|
@ -84,3 +84,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/pixelfed_ynh/tree/tes
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade pixelfed -u https://github.com/YunoHost-Apps/pixelfed_ynh/tree/testing --debug
|
sudo yunohost app upgrade pixelfed -u https://github.com/YunoHost-Apps/pixelfed_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
85
README_fr.md
Normal file
85
README_fr.md
Normal file
|
@ -0,0 +1,85 @@
|
||||||
|
# Pixelfed pour YunoHost
|
||||||
|
|
||||||
|
[](https://dash.yunohost.org/appci/app/pixelfed)  
|
||||||
|
[](https://install-app.yunohost.org/?app=pixelfed)
|
||||||
|
|
||||||
|
*[Read this readme in english.](./README.md)*
|
||||||
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
|
> *Ce package vous permet d'installer Pixelfed rapidement et simplement sur un serveur YunoHost.
|
||||||
|
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||||
|
|
||||||
|
## Vue d'ensemble
|
||||||
|
|
||||||
|
PixelFed est un logiciel décentralisé et fédéré de partage d'images en cours de développement.
|
||||||
|
En plus de reprendre les fonctionnalités d'Instagram, le fonctionnement de PixelFed est:
|
||||||
|
|
||||||
|
* Décentralisé : Chaque instance peut suivre une ou plusieurs autres instances PixelFed afin de permettre à leurs membres respectifs d'interagir. Une première instance publique pixelfed.social limitée à 10 000 membres a déjà été créée.
|
||||||
|
|
||||||
|
* Fédéré : Via le protocole ActivityPub, PixelFed peut interagir avec d'autres logiciels qui font partie du Fediverse, comme Mastodon ou PeerTube par exemple.
|
||||||
|
|
||||||
|
Il est également possible d'importer ses données depuis Instagram.
|
||||||
|
|
||||||
|
|
||||||
|
**Version incluse :** 0.11.1~ynh1
|
||||||
|
|
||||||
|
**Démo :** https://demo.example.com
|
||||||
|
|
||||||
|
## Captures d'écran
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
|
## Points importants à lire avant l'installation
|
||||||
|
|
||||||
|
1. **Pixelfed** nécessite un **domaine racine** dédié, par ex. pixelfed.domain.tld
|
||||||
|
|
||||||
|
### Administrateur
|
||||||
|
|
||||||
|
Après avoir été enregistré pour la première fois, vous devez exécuter la commande suivante pour promouvoir le premier enregistré en tant qu'administrateur
|
||||||
|
|
||||||
|
**Courir:**
|
||||||
|
|
||||||
|
$ (cd /var/www/pixelfed && php7.3 artisan user:admin 1)
|
||||||
|
|
||||||
|
et répondez oui à la question « Ajouter des privilèges d'administrateur à cet utilisateur ? »
|
||||||
|
|
||||||
|
### Autoriser/Fermer les inscriptions
|
||||||
|
|
||||||
|
Les inscriptions sont ouvertes par défaut.
|
||||||
|
Pour modifier ce paramètre, modifiez `/var/www/pixelfed/.env` et définissez `OPEN_REGISTRATION=false` au lieu de `true`.
|
||||||
|
Ensuite, exécutez `php7.3 artisan config:cache` pour recharger les paramètres.
|
||||||
|
|
||||||
|
### Désactiver l'indexation des moteurs de recherche
|
||||||
|
|
||||||
|
Si vous ne voulez pas que votre instance Pixelfed soit indexée dans le moteur de recherche (et ainsi de suite), modifiez `/var/www/pixelfed/public/robots.txt` comme ceci :
|
||||||
|
```
|
||||||
|
Agent utilisateur: *
|
||||||
|
Interdire : /
|
||||||
|
```
|
||||||
|
Remarque : les moteurs de recherche verront ce fichier et pourront ou non respecter son contenu.
|
||||||
|
|
||||||
|
Depuis la 0.10.10, par défaut `/discover/places/`, `/stories/` et `/i/` sont présents dans ce fichier.
|
||||||
|
|
||||||
|
## Documentations et ressources
|
||||||
|
|
||||||
|
* Site officiel de l'app : https://pixelfed.org/
|
||||||
|
* Documentation officielle utilisateur : https://yunohost.org/apps
|
||||||
|
* Documentation officielle de l'admin : https://yunohost.org/packaging_apps
|
||||||
|
* Dépôt de code officiel de l'app : https://some.forge.com/example/example
|
||||||
|
* Documentation YunoHost pour cette app : https://yunohost.org/app_pixelfed
|
||||||
|
* Signaler un bug : https://github.com/YunoHost-Apps/pixelfed_ynh/issues
|
||||||
|
|
||||||
|
## Informations pour les développeurs
|
||||||
|
|
||||||
|
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/pixelfed_ynh/tree/testing).
|
||||||
|
|
||||||
|
Pour essayer la branche testing, procédez comme suit.
|
||||||
|
```
|
||||||
|
sudo yunohost app install https://github.com/YunoHost-Apps/pixelfed_ynh/tree/testing --debug
|
||||||
|
ou
|
||||||
|
sudo yunohost app upgrade pixelfed -u https://github.com/YunoHost-Apps/pixelfed_ynh/tree/testing --debug
|
||||||
|
```
|
||||||
|
|
||||||
|
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
Loading…
Add table
Reference in a new issue