lbry.com, the website for the LBRY protocol
Find a file
2020-03-10 16:45:37 -04:00
.github Add GitHub templates for issues and pull requests 2018-10-22 00:40:02 +03:00
content Update startup-troubleshooting.md 2020-03-07 18:16:35 -05:00
controller what year is it 2020-02-07 15:51:06 -05:00
data rejigger header and some other things for lbry.tv 2020-03-10 16:45:37 -04:00
hooks Add php pre-commit hook 2018-05-09 12:23:57 -04:00
lib fix year labeling 2020-02-07 19:03:35 -05:00
model allow setting of open graph image in blog posts 2019-10-01 13:05:21 -04:00
view rejigger header and some other things for lbry.tv 2020-03-10 16:45:37 -04:00
web rejigger header and some other things for lbry.tv 2020-03-10 16:45:37 -04:00
.gitattributes add sass compiler, fix update script, fix ROOT_DIR, create Config class 2016-03-07 16:53:43 -05:00
.gitignore Add php pre-commit hook 2018-05-09 12:23:57 -04:00
.gitmodules remove submodule link on web/components/ 2019-11-22 15:57:59 -05:00
autoload.php update function name for the cache 2018-12-05 10:35:37 -05:00
bootstrap.php Adjust site to use PSR-2 coding standard 2018-05-21 11:49:15 -04:00
check_syntax.sh update php version 2018-04-22 14:04:00 -04:00
composer.json replaced html5 parser 2019-10-07 17:02:36 -04:00
composer.lock replaced html5 parser 2019-10-07 17:02:36 -04:00
composer.phar Add files via upload (#1138) 2019-10-10 13:35:13 -04:00
dev.sh Fixed submodules not updating issue 2019-04-24 15:41:02 -05:00
gradient.jpg Add files via upload 2018-06-14 17:39:26 -04:00
INSTALL.md Update INSTALL 2019-03-20 17:13:01 -05:00
LICENSE update year (#1215) 2020-02-03 17:04:05 -05:00
monero_trans.png Add files via upload 2018-05-31 12:06:25 -04:00
php-cs-fixer Add php pre-commit hook 2018-05-09 12:23:57 -04:00
README.md empty commit 2019-11-20 13:54:38 -05:00
update.php Fixed submodules not updating issue 2019-04-24 15:41:02 -05:00

lbry.com

We came from the future to help you save the Internet
Official website for the LBRY protocol.

Installation

Please see INSTALL for comprehensive, easy-to-follow instructions on running this project.

Usage

Unless you are planning to contribute to the lbry.com website, this project serves little independent purpose.

To access a local copy of lbry.com, follow INSTALL and then access localhost:8000 in your browser. This will allow you to make changes to the website, test locally, and then submit pull requests.

Contributing

Contributions to this project are welcome, encouraged, and compensated. For more details, see CONTRIBUTING.

License

This project is MIT licensed. For the full license, see LICENSE.

Build URLs

lbry.com provides functionality for redirecting to build assets of other LBRY repos. The general structure is:

lbry.com/releases/<github_repo_name>.<extension>

For example, to get the latest lbry-desktop release on Windows, you would use the URL:

lbry.com/releases/lbry-desktop.exe

Extension is used to get the release for the appropriate operating system, even if the release asset does not match the extension provided.

Operating System Extensions
Windows msi, exe
macOS dmg, pkg
Linux (Debian) deb
Android apk

The asset returned will match the latest release on the appropriate GitHub repo.

Release candidates can also be targeted. For release candidates, use the following structure:

lbry.com/releases/pre/<github_repo_name>.<extension>

Security

We take security seriously. Please contact security@lbry.com regarding any security issues.

Our PGP key is here if you need it.

Contact

The primary contact for this project is @netoperatorwibby (paul+github@lbry.com).