This repository will be for Dockerfiles for the various LBRY packages.
Find a file
Leopere 753b711e96 Multiple changes
chainquery has an added Adminer container now.
reflector.go has a base config.tmpl file for testing string modification.
Exporting GOROOT now in Dockerfile
2018-10-09 10:28:13 -04:00
chainquery Multiple changes 2018-10-09 10:28:13 -04:00
docs default git issue template 2018-10-06 18:38:23 -04:00
lbrycrd Adding debugpaste-it.sh placeholder 2018-10-06 20:14:37 -04:00
lbrynet-daemon Add beginnings of debugpaste-it to lbrynet-daemon 2018-10-06 20:24:11 -04:00
reflector.go Multiple changes 2018-10-09 10:28:13 -04:00
traefik made debugpaste-it.sh executable 2018-10-06 20:24:39 -04:00
www.spee.ch Pushing trailing changes for starting debugpaste-it 2018-10-06 20:26:53 -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.