Skip to content

The federated image shareing service Pixelfed for YunoHost

License

Notifications You must be signed in to change notification settings

jcrabapple/pixelfed_ynh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<<<<<<< HEAD

Pixelfed for YunoHost

Integration level Working status Maintenance status

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

Screenshots

Screenshot of Pixelfed

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 php8.0 /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.

Change max upload limit

To change max upload limit (default : 50MB), edit the Pixelfed php-fpm.conf file and find the line Common values to change to increase file upload limit And adjust those values:

php_admin_value[post_max_size] = 50M
php_admin_value[upload_max_filesize] = 50M

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

Build Status Latest Stable Version License

Introduction

A free and ethical photo sharing platform, powered by ActivityPub federation.

Official Documentation

Documentation for Pixelfed can be found on the Pixelfed documentation website.

Run on YunoHost

Install on YunoHost

Pixelfed app for YunoHost. See the package source code

License

Pixelfed is open-sourced software licensed under the AGPL license.

Communication

The ways you can communicate on the project are below. Before interacting, please read through the Code Of Conduct.

Pixelfed Sponsors

We would like to extend our thanks to the following sponsors for funding Pixelfed development. If you are interested in becoming a sponsor, please visit the Pixelfed Patreon Page

upstream/staging

About

The federated image shareing service Pixelfed for YunoHost

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 62.3%
  • Vue 19.0%
  • Blade 17.2%
  • Shell 1.2%
  • HTML 0.3%