1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00
The federated image shareing service Pixelfed for YunoHost
Find a file
lapineige d40911d28d
Add more languages
Added Deutsch, Italian, Arabic, Russian, Portuguese, Chinese (Continental + Taiwan)

(I tried 20 of them, here is the list of the ones working on my instance… I don't know why it fails for the other)
2022-03-18 10:22:16 +01:00
.github 4.3 2021-12-10 11:08:32 +01:00
conf add language 2022-03-18 09:37:18 +01:00
doc php7.4 2022-02-04 15:40:17 +01:00
scripts add language 2022-03-18 09:37:18 +01:00
.travis.yml Adding few automations 2019-04-11 20:31:13 +02:00
check_process Adding a check from actual 0.11.1~ynh2 2022-01-11 20:07:25 +01:00
config_panel.toml 4.3 2021-12-10 11:08:32 +01:00
LICENSE Initial commit 2018-05-27 00:40:05 +02:00
manifest.json Add more languages 2022-03-18 10:22:16 +01:00
README.md Auto-update README 2022-02-04 14:40:21 +00:00
README_fr.md Auto-update README 2022-02-04 14:40:05 +00:00

Pixelfed for YunoHost

Integration level
Install Pixelfed with YunoHost

Lire ce readme en français.

This package allows you to install Pixelfed quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

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.2~ynh1

Screenshots

Disclaimers / important information

Important points to read before installing

  1. Pixelfed require a dedicated root domain, eg. pixelfed.domain.tld

Administrator

After being first registered, you need to execute the folloing command to promote first registered as admin

Run:

$ sudo php7.4 /var/www/pixelfed/artisan user:admin 1

and respond yes to the question Add admin privileges to this user?.

Allow/Close registrations

Registrations are open by default. To change that setting, edit /var/www/pixelfed/.env and set OPEN_REGISTRATION=false instead of true. Then run php7.4 artisan config:cache to reload the settings.

Disable search engine indexing

If you don't want your Pixelfed instance to be indexed in search engine (and so on), edit /var/www/pixelfed/public/robots.txt like this:

User-agent: *
Disallow: /

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.

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/pixelfed_ynh/tree/testing --debug
or
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