From 646947a43ec38a834e4046b28eb70b999df090b2 Mon Sep 17 00:00:00 2001 From: T-Hax <> Date: Thu, 11 May 2023 20:57:48 +0000 Subject: [PATCH] make config simpler Signed-off-by: T-Hax <> --- README.md | 4 ++-- TLDR.md | 4 ++-- gitea.env.example | 19 +++---------------- 3 files changed, 7 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 5c0dabd..26f9364 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ The guide to installing and configuring NPM and Yarn V3 follows. ```bash # Add into your .npmrc -@tornado:registry=https://git.tornado.ws/api/packages/tornado-packages/npm/ +@tornado:registry=https://development.tornadocash.community/api/packages/T-Hax/npm/ ``` or ```bash # Add into your .npmrc -@tornado:registry=https://development.tornadocash.community/api/packages/T-Hax/npm/ +@tornado:registry=https://git.tornado.ws/api/packages/tornado-packages/npm/ ``` ## Proper `yarn` solution (more privacy) diff --git a/TLDR.md b/TLDR.md index c2d3669..9ad18f9 100644 --- a/TLDR.md +++ b/TLDR.md @@ -2,14 +2,14 @@ repeating the short npm solution ```bash # Add into your .npmrc -@tornado:registry=https://git.tornado.ws/api/packages/tornado-packages/npm/ +@tornado:registry=https://development.tornadocash.community/api/packages/T-Hax/npm/ ``` or ```bash # Add into your .npmrc -@tornado:registry=https://development.tornadocash.community/api/packages/T-Hax/npm/ +@tornado:registry=https://git.tornado.ws/api/packages/tornado-packages/npm/ ``` otherwise if ready to use yarn 3: diff --git a/gitea.env.example b/gitea.env.example index ab74007..34db2f8 100644 --- a/gitea.env.example +++ b/gitea.env.example @@ -1,17 +1,4 @@ #!/bin/bash - -REGISTRY_1_USER="user" -REGISTRY_1_DOMAIN="domain.com" -REGISTRY_1_GITEA_AUTH="0000000000000000000000000000000000000000" - -REGISTRY_2_USER= -REGISTRY_2_DOMAIN= -REGISTRY_2_GITEA_AUTH= - -# And so on... - -# And then you set it, example: - -export TARGET_REGISTRY_USER=$REGISTRY_1_USER -export TARGET_REGISTRY_DOMAIN=$REGISTRY_1_DOMAIN -export GITEA_AUTH_TOKEN=$REGISTRY_1_GITEA_AUTH \ No newline at end of file +export TARGET_REGISTRY_USER= +export TARGET_REGISTRY_DOMAIN= +export GITEA_AUTH_TOKEN= \ No newline at end of file