11 lines
449 B
Bash
11 lines
449 B
Bash
# Gitea Credentials
|
|
GIT_USERNAME=nicole.rappe
|
|
GIT_PASSWORD=USE-AN-APP-PASSWORD
|
|
|
|
# NTFY Push Notification Server URL
|
|
NTFY_URL=https://ntfy.cyberstrawberry.net/git-repo-updater
|
|
|
|
# Repository/Destination Pairs (Add as Many as Needed)
|
|
REPO_01="https://git.bunny-lab.io/repo1.git,/srv/containers/destination"
|
|
REPO_02="https://git.bunny-lab.io/repo1.git,/srv/containers/destination"
|
|
REPO_03="https://git.bunny-lab.io/repo1.git,/srv/containers/destination" |