From a3ca17dc929e10aba05a8f9cc06072026bde5c5b Mon Sep 17 00:00:00 2001 From: root Date: Fri, 10 Feb 2023 20:26:21 +0530 Subject: [PATCH] Add link to the NGP deployment --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e53b749..27a1f1d 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,7 @@ There are a few things that PM does better, like watch history tracking, and com As a byproduct, the code is also much cleaner, dysfunctional patterns and paradigms have been replaced with clean, beautiful code :). -There's an experimental branch implementing preferences & watch history syncing, alongside username and password generation using [EDS](https://git.maharshi.ninja/root/libeds) at the `feature-eds` branch. It requires a Web3 Wallet available in the browser like MetaMask or Brave Wallet. I don't plan to merge it to master since it significantly complicates the usage for people without a Web3 Wallet configured. - -This branch is deployed at [ng.piped.১.net](https://ng.piped.১.net/). +There's an experimental branch implementing preferences & watch history syncing, alongside username and password generation using [EDS](https://git.maharshi.ninja/root/libeds) at the `feature-eds` branch. There are two deployments, one supporting authentication via Web3 wallets like MetaMask, Brave, etc. at [ng.piped.১.net](https://ng.piped.১.net) and with a standard username-password combination at [ngp.piped.১.net](https://ngp.piped.১.net), do note that accounts are not recoverable if you lose your password. Private keys are derived from your password via PBKDF with the username as the salt. ## Links @@ -20,6 +18,7 @@ This branch is deployed at [ng.piped.১.net](https://ng.piped.১.net/). |-------------------------------|-------------|----------------|------------------| | https://piped-material.১.net | Production | | Kavin | | https://piped-material.ftp.sh | Production | | Kavin | +| https://ngp.piped.১.net | Production | EDS-Password | Kavin | | https://piped-staging.ftp.sh | Staging | | Kavin | | https://ui.piped.১.net | Staging | IPv6-only | mmjee | | https://ng.piped.১.net | Staging | IPv6-only, EDS | mmjee |