lbry.com, the website for the LBRY protocol
Find a file
2019-04-16 16:51:43 -05:00
.github Add GitHub templates for issues and pull requests 2018-10-22 00:40:02 +03:00
content add back crypopia 2019-04-16 10:02:05 -04:00
controller mediocre fix for error returns from google oauth 2019-04-16 11:25:54 -04:00
data remove incorrect redirect 2019-04-03 18:17:25 -04:00
hooks Add php pre-commit hook 2018-05-09 12:23:57 -04:00
lib Removed random YT reward and added notes 2019-04-16 16:51:43 -05:00
model more graceful error handling 2019-03-25 17:25:04 -04:00
view Removed random YT reward and added notes 2019-04-16 16:51:43 -05:00
web Closes #898 2019-04-16 10:01:43 -05: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 Closes #989 2019-03-20 15:56:39 -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 Change .io to .com (#984) 2019-03-19 16:59:22 -05:00
composer.lock Redesign 2019-03-19 08:55:04 -05:00
composer.phar Update composer to version 1.7.2 from 1.6.5 2018-09-22 00:48:30 +07:00
dev.sh Initial commit 2019-03-28 17:52:41 -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 LICENSE (#915) 2019-01-03 17:40: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 Update README.md (#1002) 2019-03-25 12:29:20 -04:00
update.php Update install/upgrade instructions 2019-03-19 09:25:11 -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).