Implement Git-based script deployment system

This commit is contained in:
2025-11-24 15:13:57 -05:00
parent 00814cd6b5
commit e5541315ec
3 changed files with 88 additions and 5 deletions

View File

@@ -5,6 +5,20 @@
allow_reboot: false
manage_network: false
root_gpgkeys:
- id: 42A3A92C5DA0F3E5F71A3710105B748C1362EB96
scripts:
trusted_keys:
- id: 42A3A92C5DA0F3E5F71A3710105B748C1362EB96
repos:
- name: dotfiles
url: https://github.com/krislamo/dotfiles
version: 999d745710b9db500e82d1a0d0107ac5d623a669
scripts:
- src: gotify/.local/bin/gotify
dest: /usr/local/bin/gotify
################
#### proxy #####
################