Skip to content
View lyoshenka's full-sized avatar

Organizations

@truthcoin @lbryio @CabinDAO @vibecamp
Block or Report

Block or report lyoshenka

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
lyoshenka/README.md

Howdy 👋

I'm building LBRY, a decentralized media protocol for the modern era. It underlies Odysee, the community-first video site that Youtube could have been if it hadn't sold out to ad companies.

If this kind of project speaks to you, reach out! I'd love to chat.

Find me at grin.io or on Twitter at @grin_io.

Pinned

  1. lbryio/lbry-sdk lbryio/lbry-sdk Public

    The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.

    Python 7.2k 476

  2. lbryio/lbry-desktop lbryio/lbry-desktop Public

    A browser and wallet for LBRY, the decentralized, user-controlled content marketplace.

    JavaScript 3.6k 409

  3. cloudflare-ddns cloudflare-ddns Public

    Simple, free dynamic DNS via Cloudflare

    PHP 153 30

  4. Quick and dirty DDNS using Bash and ... Quick and dirty DDNS using Bash and Cloudflare (API v4 compatible)
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # Step 1: Fill in EMAIL, TOKEN, DOMAIN and SUBDOMAIN. Your API token is here: https://dash.cloudflare.com/profile/api-tokens
    4
    #         Make sure the token is the Global token, or has these permissions: #zone:read, #dns_record:read, #dns_records:edit
    5
    #         If you want to set the root domain instead of a subdomain, set SUBDOMAIN to "@"
  5. How to setup Ngrok with a self-signe... How to setup Ngrok with a self-signed SSL cert
    1
    ## Intro
    2
    
                  
    3
    The plan is to create a pair of executables (`ngrok` and `ngrokd`) that are connected with a self-signed SSL cert. Since the client and server executables are paired, you won't be able to use any other `ngrok` to connect to this `ngrokd`, and vice versa.
    4
    
                  
    5
    ## DNS
  6. txt txt Public

    Super-simple pastebin

    Go 10 3