61 lines
1.5 KiB
YAML
61 lines
1.5 KiB
YAML
|
base_dir: "${XDG_DOCUMENTS_DIR}/dev"
|
||
|
|
||
|
actions:
|
||
|
gitea_owned_repos:
|
||
|
api_url: "https://git.snaile.de/api/v1"
|
||
|
targets:
|
||
|
- "orgs/snailed"
|
||
|
- "users/luca"
|
||
|
endpoint: "repos"
|
||
|
token_cmd: "secret-tool lookup gitea api_token"
|
||
|
# read:organization
|
||
|
# read:repository
|
||
|
# read:user
|
||
|
extra_headers:
|
||
|
- "Authorization: token ${TOKEN}"
|
||
|
json_filter: ".[].ssh_url"
|
||
|
github_starred_repos:
|
||
|
api_url: "https://api.github.com"
|
||
|
targets: "users/ssnailed"
|
||
|
endpoint: "starred"
|
||
|
json_filter: ".[].ssh_url"
|
||
|
|
||
|
clone_flags: "--recursive -j8"
|
||
|
|
||
|
subdirectories:
|
||
|
desktop:
|
||
|
- "luca/bootstrapper"
|
||
|
- "luca/dmenu-custom"
|
||
|
- "luca/dwm-custom"
|
||
|
- "luca/dwmblocks-custom"
|
||
|
- "luca/st-custom"
|
||
|
- "luca/tokyonight-icons"
|
||
|
- "luca/tokyonight-theme"
|
||
|
server:
|
||
|
- "snailed/ansible-example"
|
||
|
- "snailed/ansible-homelab"
|
||
|
- "snailed/dotfiles-server"
|
||
|
- "snailed/qbittorrent-natpmp"
|
||
|
- "snailed/server-resources"
|
||
|
- "snailed/void-packages-custom"
|
||
|
- "snailed/xbps-builder"
|
||
|
- "spantaleev/matrix-docker-ansible-deploy"
|
||
|
- "void-linux/void-packages"
|
||
|
nvim:
|
||
|
- "snailed/taolf"
|
||
|
misc:
|
||
|
- "snailed/tidal-scraper"
|
||
|
- "b3nj5m1n/xdg-ninja"
|
||
|
- "jnweiger/led-name-badge-ls32"
|
||
|
|
||
|
block_unsorted: false
|
||
|
|
||
|
block_repos:
|
||
|
- "luca/dotfiles"
|
||
|
- "luca/pinentry-dmenu-custom"
|
||
|
- "snailed/matrix-inventory"
|
||
|
|
||
|
extra_repos:
|
||
|
- "https://github.com/void-linux/void-packages"
|
||
|
- "https://github.com/spantaleev/matrix-docker-ansible-deploy"
|