Initial commit

This commit is contained in:
Yaser
2026-08-13 19:42:08 +03:30
commit d59bf30ef0
173 changed files with 11702 additions and 0 deletions

10
bin/install_webhook Normal file
View File

@@ -0,0 +1,10 @@
SECRET=$(ruby -rsecurerandom -e 'puts SecureRandom.hex(20)')
sed s/GENERATED_HMAC_SECRET/${SECRET}/g templates/webhook.service > webhook.service
sed -i s#OPENDAX_DIRECTORY#${PWD}#g webhook.service
echo "Generated Secret: ${SECRET}"
sudo mv ./webhook.service /etc/systemd/system/webhook.service
sudo systemctl daemon-reload
sudo systemctl start webhook