No description
Find a file
2021-03-14 20:57:25 +01:00
conf Cleanup 2020-06-04 00:50:26 +02:00
scripts Cleanup 2020-06-04 00:50:26 +02:00
.gitignore First commit 2019-04-05 03:35:36 +02:00
.travis.yml Create .travis.yml 2019-04-05 04:46:42 +02:00
check_process Upgrade version 2020-05-23 17:01:40 +02:00
LICENSE switch licence to AGPL3 2019-06-26 07:59:21 +02:00
manifest.json Update manifest.json 2021-03-14 20:56:39 +01:00
pull_request_template.md Update pull_request_template.md 2019-06-13 23:53:57 +02:00
README.md Upgrade to 0.0.1-2020-02-04 2020-02-04 23:07:17 +01:00

Reel2Bits for YunoHost

Integration level
Install Reel2Bits with YunoHost

This package allow you to install Reel2Bits 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

Soundcloud-like but simple, easy and KISS (and ActivityPub).

Shipped version: 0.0.1-2020-02-04

Important points to read before installing

  1. Reel2Bits is under development
  2. Reel2Bits require a dedicated root domain, eg. reel2bits.domain.tld
  3. Even if requested during installation: admin, language and password variables are not used
  4. When your Reel2Bits instance is installed, you need to execute the following command to create a first user and give it admin rights: (cd /var/www/reel2bits/api && export APP_SETTINGS=config.prod_secret.Config && ve3/bin/flask users create)

Screenshots

Demo

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/reel2bits_ynh/tree/testing --debug
or
sudo yunohost app upgrade reel2bits -u https://github.com/YunoHost-Apps/reel2bits_ynh/tree/testing --debug