mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 21:24:20 +01:00
* Add translation files to all add-ons * lint * Apply suggestions from code review Co-authored-by: Stefan Agner <stefan@agner.ch> * Adjust zwave docs * Adjust zwave_js docs * Adjust ada docs * Reorder ada * Reorder duckdns * Reorder git_pull * Reorder google_assistant * Reorder homematic * Reorder letsencrypt * Reorder mosquitto * Reorder nginx_proxy * Reorder samba * Reorder ssh * Lint Co-authored-by: Stefan Agner <stefan@agner.ch>
56 lines
1.1 KiB
YAML
56 lines
1.1 KiB
YAML
---
|
|
version: 7.13.1
|
|
slug: git_pull
|
|
name: Git pull
|
|
description: Simple git pull to update the local configuration
|
|
url: https://github.com/home-assistant/hassio-addons/tree/master/git_pull
|
|
advanced: true
|
|
arch:
|
|
- armhf
|
|
- armv7
|
|
- aarch64
|
|
- amd64
|
|
- i386
|
|
boot: manual
|
|
hassio_api: true
|
|
hassio_role: homeassistant
|
|
image: homeassistant/{arch}-addon-git_pull
|
|
init: false
|
|
map:
|
|
- config:rw
|
|
options:
|
|
repository: null
|
|
git_branch: master
|
|
git_remote: origin
|
|
auto_restart: false
|
|
restart_ignore:
|
|
- ui-lovelace.yaml
|
|
- .gitignore
|
|
git_command: pull
|
|
git_prune: false
|
|
deployment_key: []
|
|
deployment_user: ""
|
|
deployment_password: ""
|
|
deployment_key_protocol: rsa
|
|
repeat:
|
|
active: false
|
|
interval: 300
|
|
schema:
|
|
repository: str
|
|
git_branch: str
|
|
git_remote: str
|
|
auto_restart: bool
|
|
restart_ignore:
|
|
- str
|
|
git_command: list(pull|reset)
|
|
git_prune: bool
|
|
deployment_key:
|
|
- str
|
|
deployment_user: str
|
|
deployment_password: password
|
|
deployment_key_protocol: match(rsa|dsa|ecdsa|ed25519|rsa)
|
|
repeat:
|
|
active: bool
|
|
interval: int
|
|
startup: services
|