Unhide .env and other

Signed-off-by: T-Hax <>
This commit is contained in:
T-Hax 2023-05-10 18:45:53 +00:00
parent 90dccbf1ae
commit 19bf152be5
3 changed files with 7 additions and 3 deletions

17
gitea.env.example Normal file
View file

@ -0,0 +1,17 @@
#!/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