Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 closember reel2bits yunohost
Last synced: 3 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
- Created: 2019-04-05T00:54:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-19T06:28:22.000Z (almost 3 years ago)
- Last Synced: 2024-04-13T21:02:01.369Z (10 months ago)
- Topics: activitypub, closember, reel2bits, yunohost
- Language: Shell
- Homepage: https://reel2bits.org/
- Size: 145 KB
- Stars: 13
- Watchers: 8
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reel2Bits for YunoHost
[![Integration level](https://dash.yunohost.org/integration/reel2bits.svg)](https://dash.yunohost.org/appci/app/reel2bits)
[![Install Reel2Bits with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](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
![](https://user-images.githubusercontent.com/30271971/71564281-89018900-2a9e-11ea-88be-c12034c5350b.png)
## Demo
* [Official demo](https://demo.reel2bits.org/)
## YunoHost specific features
#### Supported architectures
* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/reel2bits%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/reel2bits/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/reel2bits%20%28Apps%29.svg)](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
```