chore(ntfy): fix config and logo
This commit is contained in:
parent
a0e3b90ff5
commit
a6eba4706d
|
@ -7,12 +7,11 @@
|
||||||
"id": "ntfy",
|
"id": "ntfy",
|
||||||
"tipi_version": 1,
|
"tipi_version": 1,
|
||||||
"version": "2.7.0",
|
"version": "2.7.0",
|
||||||
"categories": [
|
"categories": ["utilities"],
|
||||||
"utilities"
|
|
||||||
],
|
|
||||||
"description": "Send push notifications to any devices using a simple HTTP PUT or POST request.",
|
"description": "Send push notifications to any devices using a simple HTTP PUT or POST request.",
|
||||||
"short_desc": "Ntfy, a simple server for sending and receiving notification messages.",
|
"short_desc": "Ntfy, a simple server for sending and receiving notification messages.",
|
||||||
"author": "https://github.com/binwiederhier",
|
"author": "https://github.com/binwiederhier",
|
||||||
"source": "https://github.com/binwiederhier/ntfy",
|
"source": "https://github.com/binwiederhier/ntfy",
|
||||||
"website": "https://ntfy.sh/"
|
"website": "https://ntfy.sh/",
|
||||||
|
"form_fields": []
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,12 +5,12 @@ services:
|
||||||
container_name: ntfy
|
container_name: ntfy
|
||||||
image: binwiederhier/ntfy:v2.7.0
|
image: binwiederhier/ntfy:v2.7.0
|
||||||
environment:
|
environment:
|
||||||
- NTFY_BASE_URL=${APP_PROTOCOL}://${APP_DOMAIN}
|
- NTFY_BASE_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}
|
||||||
- NTFY_UPSTREAM_BASE_URL=https://ntfy.sh
|
- NTFY_UPSTREAM_BASE_URL=https://ntfy.sh
|
||||||
command: serve
|
command: serve
|
||||||
volumes:
|
volumes:
|
||||||
- "${APP_DATA_DIR}/data/cache:/var/cache/ntfy"
|
- '${APP_DATA_DIR}/data/cache:/var/cache/ntfy'
|
||||||
- "${APP_DATA_DIR}/data/config:/etc/ntfy"
|
- '${APP_DATA_DIR}/data/config:/etc/ntfy'
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:80
|
- ${APP_PORT}:80
|
||||||
networks:
|
networks:
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 8.7 KiB |
Loading…
Reference in New Issue
Block a user