Move script bin folder and config to src

This commit is contained in:
2025-07-04 10:46:22 +09:00
parent 22d18ae4dd
commit 2d5d728a7a
10 changed files with 123 additions and 63 deletions

View File

@@ -1,10 +1,14 @@
# Github webhook scripts
These are scripts to setup the basic webhook folder for one campaign and a simple crontab script to pull data from the repository
This will not do the basic setup, this only sets up a new folder with a basic clone run
These are scripts to setup the basic webhook folder structure,
the clone base for one campaign and a simple crontab script to pull data from the repository
## Scripts
- git_pull.sh
- init_new_clone.sh
- base_setup.sh: setup for the folder structure, users, etc
- init_new_clone.sh: Basic clone script
- git_pull.sh: The script to run in crontab
## TODO
Future versions will hold an incoming webhook handler and a polling scripts (systemd based)