Unhide .env and other
Signed-off-by: T-Hax <>
This commit is contained in:
parent
90dccbf1ae
commit
19bf152be5
3 changed files with 7 additions and 3 deletions
17
gitea.env.example
Normal file
17
gitea.env.example
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue