mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 20:34:04 +02:00
Restore original configuration for addons_updater and templates
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
||||
[![Donate][paypal-badge]](https://www.paypal.com/donate/?hosted_button_id=DZFULJZTP3UQA)
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
[](https://www.codacy.com/gh/alexbelgium/hassio-addons/dashboard?utm_source=github.com&utm_medium=referral&utm_content=alexbelgium/hassio-addons&utm_campaign=Badge_Grade)
|
||||
[](https://github.com/alexbelgium/hassio-addons/actions/workflows/weekly-supelinter.yaml)
|
||||
|
||||
@@ -1,49 +0,0 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"backup_exclude": [
|
||||
"backups"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "An agent used to manage all the resources in a Swarm cluster",
|
||||
"docker_api": true,
|
||||
"full_access": true,
|
||||
"hassio_api": true,
|
||||
"image": "ghcr.io/alexbelgium/portainer_agent-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"name": "Portainer Agent",
|
||||
"ports": {
|
||||
"80/tcp": null,
|
||||
"9001/tcp": 9001
|
||||
},
|
||||
"ports_description": {
|
||||
"80/tcp": "Portainer edge agent",
|
||||
"9001/tcp": "Portainer agent"
|
||||
},
|
||||
"schema": {
|
||||
"AGENT_CLUSTER_ADDR": "str?",
|
||||
"AGENT_CLUSTER_PROBE_INTERVAL": "str?",
|
||||
"AGENT_CLUSTER_PROBE_TIMEOUT": "str?",
|
||||
"AGENT_SECRET": "str?",
|
||||
"AGENT_SECRET_TIMEOUT": "str?",
|
||||
"EDGE": "list(0|1)?",
|
||||
"EDGE_ID": "str?",
|
||||
"EDGE_INACTIVITY_TIMEOUT": "str?",
|
||||
"EDGE_INSECURE_POLL": "list(0|1)?",
|
||||
"EDGE_KEY": "str?",
|
||||
"LOG_LEVEL": "str?",
|
||||
"PORTAINER_AGENT_ARGS": "str?"
|
||||
},
|
||||
"slug": "portainer_agent",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "alpine-sts"
|
||||
}
|
||||
41
portainer_agent/config.yaml
Normal file
41
portainer_agent/config.yaml
Normal file
@@ -0,0 +1,41 @@
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armv7
|
||||
backup_exclude:
|
||||
- backups
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: An agent used to manage all the resources in a Swarm cluster
|
||||
docker_api: true
|
||||
full_access: true
|
||||
hassio_api: true
|
||||
image: ghcr.io/alexbelgium/portainer_agent-{arch}
|
||||
init: false
|
||||
map:
|
||||
- config:rw
|
||||
- share:rw
|
||||
- ssl
|
||||
name: Portainer Agent
|
||||
ports:
|
||||
80/tcp: null
|
||||
9001/tcp: 9001
|
||||
ports_description:
|
||||
80/tcp: Portainer edge agent
|
||||
9001/tcp: Portainer agent
|
||||
schema:
|
||||
AGENT_CLUSTER_ADDR: str?
|
||||
AGENT_CLUSTER_PROBE_INTERVAL: str?
|
||||
AGENT_CLUSTER_PROBE_TIMEOUT: str?
|
||||
AGENT_SECRET: str?
|
||||
AGENT_SECRET_TIMEOUT: str?
|
||||
EDGE: list(0|1)?
|
||||
EDGE_ID: str?
|
||||
EDGE_INACTIVITY_TIMEOUT: str?
|
||||
EDGE_INSECURE_POLL: list(0|1)?
|
||||
EDGE_KEY: str?
|
||||
LOG_LEVEL: str?
|
||||
PORTAINER_AGENT_ARGS: str?
|
||||
slug: portainer_agent
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: alpine-sts
|
||||
Reference in New Issue
Block a user