forked from michael.heier/umbrel-apps
d54b97f457
Co-authored-by: Mayank Chhabra <mayank@umbrel.com> Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
29 lines
979 B
YAML
29 lines
979 B
YAML
manifestVersion: 1
|
|
id: agora
|
|
category: Files
|
|
name: Agora
|
|
version: "0.1.2"
|
|
tagline: Sell your files for Bitcoin
|
|
description: >-
|
|
Agora is a project that allows anyone to sell files on the web for
|
|
bitcoin using the Lightning Network.
|
|
|
|
|
|
Agora serves the contents of a local directory, providing file listings and downloads over HTTP. For example, you can point it at a directory full of PDFs, allowing users to browse and view the PDFs in their web browser. If agora is connected to an LND node, it can be configured to require Lightning Network payments for downloads.
|
|
developer: Casey Rodarmor & Sönke Hahn
|
|
website: https://agora-org.github.io/agora/
|
|
dependencies:
|
|
- lightning
|
|
repo: https://github.com/agora-org/agora
|
|
support: https://t.me/agoradiscussion
|
|
port: 12080
|
|
gallery:
|
|
- 1.jpg
|
|
- 2.jpg
|
|
- 3.jpg
|
|
path: /admin/
|
|
deterministicPassword: true
|
|
defaultUsername: umbrel
|
|
torOnly: false
|
|
submitter: Jonathan Zernik
|
|
submission: https://github.com/getumbrel/umbrel/pull/1282 |