mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 22:04:06 +02:00
@@ -1,3 +1,6 @@
|
|||||||
|
## 2024.1.24 (24-01-2024)
|
||||||
|
- Fix configs
|
||||||
|
|
||||||
## 2024.1.22 (22-01-2024)
|
## 2024.1.22 (22-01-2024)
|
||||||
- Updated version and upstream
|
- Updated version and upstream
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
# 1 Build Image #
|
# 1 Build Image #
|
||||||
#################
|
#################
|
||||||
|
|
||||||
ARG BUILD_FROM=whatsapper/whatsapper
|
ARG BUILD_FROM=baldarn/whatsapper
|
||||||
|
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
|
|||||||
@@ -27,10 +27,7 @@ This addon is based on the [docker image](https://hub.docker.com/r/whatsapper/wh
|
|||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
certfile: fullchain.pem #ssl certificate, must be located in /ssl
|
TODO
|
||||||
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
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Webui can be found at `<your-ip>:port`.
|
Webui can be found at `<your-ip>:port`.
|
||||||
|
|||||||
@@ -13,10 +13,10 @@
|
|||||||
],
|
],
|
||||||
"name": "Whatsapper",
|
"name": "Whatsapper",
|
||||||
"ports": {
|
"ports": {
|
||||||
"4123/tcp": 3000
|
"3000/tcp": 4000
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"4123/tcp": "Api interface"
|
"3000/tcp": "Api interface"
|
||||||
},
|
},
|
||||||
"slug": "whatsapper",
|
"slug": "whatsapper",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"last_update": "22-1-2024",
|
"last_update": "24-1-2024",
|
||||||
"repository": "alexbelgium/hassio-addons",
|
"repository": "alexbelgium/hassio-addons",
|
||||||
"slug": "whatsapper",
|
"slug": "whatsapper",
|
||||||
"source": "github",
|
"source": "github",
|
||||||
|
|||||||
Reference in New Issue
Block a user