SnDer / PixFed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.9.4

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.2 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.2 artisan config:cache to reload the settings.

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.2 [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
  • Jessie x86-64b - Build Status

Links


Developers info

Only if you want to use a testing branch for coding, instead of merging directly into master. 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

About

License:GNU Affero General Public License v3.0


Languages

Language:Shell 100.0%