mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-02 07:10:53 +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,41 +0,0 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "web page monitoring, notification and change detection",
|
||||
"environment": {
|
||||
"LC_ALL": "en_US.UTF-8",
|
||||
"TIMEOUT": "60000"
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/changedetection.io-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"name": "Changedetection.io",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
"PUID": 0,
|
||||
"TIMEOUT": "60000"
|
||||
},
|
||||
"ports": {
|
||||
"5000/tcp": 5000
|
||||
},
|
||||
"ports_description": {
|
||||
"5000/tcp": "Webui"
|
||||
},
|
||||
"schema": {
|
||||
"BASE_URL": "str?",
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
"TIMEOUT": "int",
|
||||
"TZ": "str?"
|
||||
},
|
||||
"slug": "changedetection.io",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/changedetection.io",
|
||||
"version": "0.50.21",
|
||||
"webui": "http://[HOST]:[PORT:5000]"
|
||||
}
|
||||
32
changedetection.io/config.yaml
Normal file
32
changedetection.io/config.yaml
Normal file
@@ -0,0 +1,32 @@
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: web page monitoring, notification and change detection
|
||||
environment:
|
||||
LC_ALL: en_US.UTF-8
|
||||
TIMEOUT: '60000'
|
||||
image: ghcr.io/alexbelgium/changedetection.io-{arch}
|
||||
init: false
|
||||
map:
|
||||
- config:rw
|
||||
name: Changedetection.io
|
||||
options:
|
||||
PGID: 0
|
||||
PUID: 0
|
||||
TIMEOUT: '60000'
|
||||
ports:
|
||||
5000/tcp: 5000
|
||||
ports_description:
|
||||
5000/tcp: Webui
|
||||
schema:
|
||||
BASE_URL: str?
|
||||
PGID: int
|
||||
PUID: int
|
||||
TIMEOUT: int
|
||||
TZ: str?
|
||||
slug: changedetection.io
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/changedetection.io
|
||||
version: 0.50.21
|
||||
webui: http://[HOST]:[PORT:5000]
|
||||
Reference in New Issue
Block a user