fix configs

This commit is contained in:
baldarn
2024-01-24 14:03:38 +01:00
parent f592845997
commit 252a942af8
5 changed files with 8 additions and 8 deletions

View File

@@ -1,3 +1,6 @@
## 2024.1.24 (24-01-2024)
- Fix configs
## 2024.1.22 (22-01-2024)
- Updated version and upstream

View File

@@ -14,7 +14,7 @@
# 1 Build Image #
#################
ARG BUILD_FROM=whatsapper/whatsapper
ARG BUILD_FROM=baldarn/whatsapper
FROM ${BUILD_FROM}

View File

@@ -27,10 +27,7 @@ This addon is based on the [docker image](https://hub.docker.com/r/whatsapper/wh
## Configuration
```yaml
certfile: fullchain.pem #ssl certificate, must be located in /ssl
keyfile: privkey.pem #sslkeyfile, must be located in /ssl
ssl: should the app use https or not
group: group that can be contacted from whatsapper
TODO
```
Webui can be found at `<your-ip>:port`.

View File

@@ -13,10 +13,10 @@
],
"name": "Whatsapper",
"ports": {
"4123/tcp": 3000
"3000/tcp": 4000
},
"ports_description": {
"4123/tcp": "Api interface"
"3000/tcp": "Api interface"
},
"slug": "whatsapper",
"udev": true,

View File

@@ -1,5 +1,5 @@
{
"last_update": "22-1-2024",
"last_update": "24-1-2024",
"repository": "alexbelgium/hassio-addons",
"slug": "whatsapper",
"source": "github",