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
2020-04-21 05:44:31 +02:00
conf Replacing horizon systemd service by supervisor 2020-04-21 05:44:31 +02:00
scripts Replacing horizon systemd service by supervisor 2020-04-21 05:44:31 +02:00
.travis.yml Adding few automations 2019-04-11 20:31:13 +02:00
check_process Replacing horizon systemd service by supervisor 2020-04-21 05:44:31 +02:00
LICENSE Initial commit 2018-05-27 00:40:05 +02:00
manifest.json Replacing horizon systemd service by supervisor 2020-04-21 05:44:31 +02:00
pull_request_template.md Update pull_request_template.md 2019-06-13 23:52:45 +02:00
README.md Update to 0.10.9 2020-04-18 10:55:35 +02:00

Pixelfed for YunoHost

Integration level
Install pixelfed with YunoHost

This package allow you to install pixelfed quickly and simply on a YunoHost server.
If you don't have YunoHost, please see here to know how to install and enjoy it.

Overview

The federated image sharing service Pixelfed, for YunoHost

Shipped version: 0.10.9

Important points to read before installing

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

Screenshots

Configuration

Administrator

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

Run:

$ (cd /var/www/pixelfed && php7.3 artisan user:admin 1)

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

Allow/Close registration

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.3 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 files and may or may not respect its content.

Pixelfed php commands and php version

Pixelfed might require some command line instructions if you want to make manual changes to your configuration. By default php 7.0 is currently used when you type php. You need to use php7.3 [command] instead. Those commands can be found in the official documentation.

Documentation

YunoHost specific features

Supported architectures

  • x86-64b - Build Status
  • ARMv8-A - Build Status

Developers info

Please do 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