mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-23 13:06:28 +01:00
fix configs
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
## 2024.1.24 (24-01-2024)
|
||||
- Fix configs
|
||||
|
||||
## 2024.1.22 (22-01-2024)
|
||||
- Updated version and upstream
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
# 1 Build Image #
|
||||
#################
|
||||
|
||||
ARG BUILD_FROM=whatsapper/whatsapper
|
||||
ARG BUILD_FROM=baldarn/whatsapper
|
||||
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
|
||||
@@ -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`.
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"last_update": "22-1-2024",
|
||||
"last_update": "24-1-2024",
|
||||
"repository": "alexbelgium/hassio-addons",
|
||||
"slug": "whatsapper",
|
||||
"source": "github",
|
||||
|
||||
Reference in New Issue
Block a user