https://github.com/yunohost-apps/reel2bits_ynh
Soundcloud-like but simple, easy and KISS (and ActivityPub) for YunoHost
https://github.com/yunohost-apps/reel2bits_ynh
activitypub reel2bits yunohost yunohost-apps
Last synced: 5 months ago
JSON representation
Soundcloud-like but simple, easy and KISS (and ActivityPub) for YunoHost
- Host: GitHub
- URL: https://github.com/yunohost-apps/reel2bits_ynh
- Owner: YunoHost-Apps
- License: agpl-3.0
- Archived: true
- Created: 2019-04-05T00:54:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-19T06:28:22.000Z (over 3 years ago)
- Last Synced: 2025-05-08T15:43:03.274Z (5 months ago)
- Topics: activitypub, reel2bits, yunohost, yunohost-apps
- Language: Shell
- Homepage: https://reel2bits.org/
- Size: 145 KB
- Stars: 13
- Watchers: 7
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reel2Bits for YunoHost
[](https://dash.yunohost.org/appci/app/reel2bits)
[](https://install-app.yunohost.org/?app=reel2bits)> *This package allow you to install Reel2Bits quickly and simply on a YunoHost server.
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) 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
1. **Reel2Bits** require a dedicated **root domain**, eg. reel2bits.domain.tld
1. Even if requested during installation: admin, language and password variables are not used
1. 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
* [Official demo](https://demo.reel2bits.org/)
## YunoHost specific features
#### Supported architectures
* x86-64b - [](https://ci-apps.yunohost.org/ci/apps/reel2bits/)
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/reel2bits/)## Links
* Report a bug: https://github.com/YunoHost-Apps/reel2bits_ynh/issues
* Upstream app repository: https://github.com/rhaamo/reel2bits
* YunoHost website: https://yunohost.org/---
Developers info
----------------Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/reel2bits_ynh/tree/testing).
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
```