This repository will be for Dockerfiles for the various LBRY packages.
Go to file
2018-10-10 20:17:32 -04:00
chainquery docker-compose build needs to ignore this 2018-10-10 20:13:10 -04:00
docs default git issue template 2018-10-06 18:38:23 -04:00
lbrycrd Find & replace fix 2018-10-10 20:17:32 -04:00
lbrynet-daemon lbrynet-daemon got renamed when switching networks 2018-10-09 20:11:53 -04:00
reflector.go Updated networking for exposing a web front end. 2018-10-09 14:33:47 -04:00
traefik Updated networking for exposing a web front end. 2018-10-09 14:33:47 -04:00
www.spee.ch Updated networking for exposing a web front end. 2018-10-09 14:33:47 -04:00
LICENSE Started on Reflector.go 2018-10-08 16:53:51 -04:00
README.md Some ultra basic documentation for now 2018-10-06 20:02:13 -04:00

lbry-Docker

Currently supported platforms

X64 cpu architecture

More will be added on request and over time

Documentation is WIP

Currently this repository is a WIP and is under heavy construction, use at your own risk make sure you keep regular backups of your wallets. Your milage may vary as how far this will work for you be sure to file good and concise issues if you plan to and keep in mind we're allergic to regressions when filing PR's.

Debugpaste

I'll be including a function to get a self destructing debugpaste of your LBRY appliances logs you'll be able to execute something similar to the following in all containers to export raw logs to a paste service where you can then either modify them removing sensitive data or just take that URL and create a new issue after you (Use Issue Search) to make sure there isn't already an open thread for your issue.

Example debugpaste

cd chainquery/
docker-compose exec chainquery debugpaste
https://haste.nixc.us/ocatumatozaq.nginx

You can then take output given in the response from the debugpaste command and put that into your github issue.