mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
30 lines
996 B
YAML
30 lines
996 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
|
|
releaseNotes: "" |