mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 17:31:03 +01: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,23 +0,0 @@
|
||||
{
|
||||
"arch": [
|
||||
"amd64"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Whatsapper for Home Assistant",
|
||||
"image": "ghcr.io/alexbelgium/whatsapper-{arch}",
|
||||
"map": [
|
||||
"addon_config:rw",
|
||||
"share:rw"
|
||||
],
|
||||
"name": "Whatsapper",
|
||||
"ports": {
|
||||
"3000/tcp": 4000
|
||||
},
|
||||
"ports_description": {
|
||||
"3000/tcp": "Api interface"
|
||||
},
|
||||
"slug": "whatsapper",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/whatsapper",
|
||||
"version": "1.0.4"
|
||||
}
|
||||
17
whatsapper/config.yaml
Normal file
17
whatsapper/config.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
arch:
|
||||
- amd64
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: Whatsapper for Home Assistant
|
||||
image: ghcr.io/alexbelgium/whatsapper-{arch}
|
||||
map:
|
||||
- addon_config:rw
|
||||
- share:rw
|
||||
name: Whatsapper
|
||||
ports:
|
||||
3000/tcp: 4000
|
||||
ports_description:
|
||||
3000/tcp: Api interface
|
||||
slug: whatsapper
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/whatsapper
|
||||
version: 1.0.4
|
||||
Reference in New Issue
Block a user