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
2021-01-09 22:35:46 +01:00
conf implement new nodejs helper 2020-08-08 20:44:31 +02:00
scripts Finding an available port 2021-01-09 22:35:46 +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 Fix linter warnings 2020-12-11 09:23:59 +01:00
issue_template.md Apply example_ynh 2020-08-08 20:21:09 +02:00
LICENSE First commit 2019-01-28 19:15:11 +01:00
manifest.json Fix linter warnings 2020-12-11 09:23:59 +01:00
pull_request_template.md Update pull_request_template.md 2019-06-13 23:50:29 +02:00
README.md Set badge to SVG 2021-01-05 23:49:01 +01:00

Distbin for YunoHost

Integration level
Install distbin with YunoHost

This package allows you to install distbin quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install 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.3.0

Screenshots

distbin-screenshot

Demo

Configuration

No configuration parameters available for now.

YunoHost specific features

Multi-user support

LDAP and HTTP are not supported.

The app can be used by multiple users, anonymously.

Supported architectures

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

Limitations

  • No known limitations.

Developer info

Please send 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