first commit

This commit is contained in:
2025-01-25 14:53:59 +03:00
commit 0f14bd9635
24 changed files with 3015 additions and 0 deletions

15
lure-updater.example.toml Normal file
View File

@@ -0,0 +1,15 @@
[git]
repoURL = "https://github.com/lure-sh/lure-repo.git"
repoDir = "/etc/lure-updater/repo"
[git.commit]
# The name and email to use in the git commit
name = "CHANGE ME"
email = "CHANGE ME"
[git.credentials]
# Username and password for git push. Use a personal access token as the password for Github.
username = "CHANGE ME"
password = "CHANGE ME"
[webhook]
# A hash of the webhook password. Generate one using `lure-updater -g`.
pwd_hash = "CHANGE ME"