1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/distbin_ynh.git synced 2024-09-03 18:26:10 +02:00
Distributed pastebin with ActivityPub for YunoHost
Find a file
yalh76 cf0c554038
Merge pull request #24 from YunoHost-Apps/env
Moving environment variable from systemd to .env file
2019-02-08 23:24:31 +01:00
conf Moving environment variable from systemd to .env file 2019-02-08 23:10:29 +01:00
scripts Moving environment variable from systemd to .env file 2019-02-08 23:10:29 +01:00
sources First commit 2019-01-28 19:15:11 +01:00
.gitignore Fix remove 2019-01-29 08:21:29 +01:00
.travis.yml Changing Travis for python 2019-01-30 19:52:40 +01:00
check_process adding link to LDAP authentication 2019-02-08 20:54:06 +01:00
LICENSE First commit 2019-01-28 19:15:11 +01:00
manifest.json update maintainer 2019-02-07 17:31:02 +01:00
README.md Cleaning 2019-02-05 18:07:39 +01:00

distbin app for YunoHost

Integration level
Install distbin with YunoHost

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

A distributed pastebin. i.e. it is a service where anyone can post things on the web, and others can react by posting anywhere else on the web (including here). .

A networked place to store posted web documents. This is meant to allow for distributed social commentary and reaction around these documents using best practices recommended or noted by the W3C Social Web Working Group.

Shipped version: 1.0

Screenshots

distbin-screenshot1

distbin-screenshot2

License

LICENSE: Apache-2.0

Demo

Configuration

No configuration parameter available for now.

YunoHost specific features

Multi-users support

LDAP and HTTP are not supported The app can be used by multiple users, anonymously.

Supported architectures

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

Limitations

  • No known limitations. But still developping.

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