Add Gladys Assistant
This commit is contained in:
parent
15b35fc6fc
commit
06c92ef4f8
|
@ -27,6 +27,7 @@ This is the official repository for the Tipi App Store. It contains all the apps
|
||||||
- [gandi-livedns](https://github.com/jbbodart/gandi-livedns) - Update your Gandi DNS zone records with your WAN IP
|
- [gandi-livedns](https://github.com/jbbodart/gandi-livedns) - Update your Gandi DNS zone records with your WAN IP
|
||||||
- [Ghost](https://github.com/TryGhost/Ghost) - Ghost - Turn your audience into a business
|
- [Ghost](https://github.com/TryGhost/Ghost) - Ghost - Turn your audience into a business
|
||||||
- [Gitea](https://github.com/go-gitea/gitea) - Gitea - A painless self-hosted Git service
|
- [Gitea](https://github.com/go-gitea/gitea) - Gitea - A painless self-hosted Git service
|
||||||
|
- [Gladys Assistant](https://github.com/gladysassistant/gladys) - A privacy-first, open-source home assistant
|
||||||
- [Gotify](https://github.com/gotify/server) - Gotify - Simple server for sending and receiving notification messages
|
- [Gotify](https://github.com/gotify/server) - Gotify - Simple server for sending and receiving notification messages
|
||||||
- [Grafana](https://github.com/grafana/grafana) - The open and composable observability and data visualization platform
|
- [Grafana](https://github.com/grafana/grafana) - The open and composable observability and data visualization platform
|
||||||
- [Grocy](https://github.com/grocy/grocy) - Grocy - ERP beyond your fridge
|
- [Grocy](https://github.com/grocy/grocy) - Grocy - ERP beyond your fridge
|
||||||
|
|
17
apps/gladys/config.json
Normal file
17
apps/gladys/config.json
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"$schema": "../schema.json",
|
||||||
|
"name": "Gladys Assistant",
|
||||||
|
"port": 8270,
|
||||||
|
"available": true,
|
||||||
|
"exposable": true,
|
||||||
|
"id": "gladys",
|
||||||
|
"tipi_version": 1,
|
||||||
|
"version": "v4",
|
||||||
|
"categories": ["automation"],
|
||||||
|
"description": "A privacy-first, open-source home assistant",
|
||||||
|
"short_desc": "A privacy-first, open-source home assistant",
|
||||||
|
"author": "Gladys Assistant",
|
||||||
|
"source": "https://github.com/gladysassistant/gladys",
|
||||||
|
"website": "https://gladysassistant.com/",
|
||||||
|
"form_fields": []
|
||||||
|
}
|
33
apps/gladys/docker-compose.yml
Normal file
33
apps/gladys/docker-compose.yml
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
version: "3"
|
||||||
|
|
||||||
|
services:
|
||||||
|
gladys:
|
||||||
|
container_name: gladys
|
||||||
|
image: gladysassistant/gladys:v4
|
||||||
|
restart: unless-stopped
|
||||||
|
privileged: true
|
||||||
|
network_mode: host
|
||||||
|
environment:
|
||||||
|
- NODE_ENV=production
|
||||||
|
- SERVER_PORT=8270
|
||||||
|
- TZ=${TZ}
|
||||||
|
- SQLITE_FILE_PATH=/var/lib/gladysassistant/gladys-production.db
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
- ${APP_DATA_DIR}/data/gladysassistant:/var/lib/gladysassistant
|
||||||
|
- ${APP_DATA_DIR}/data/dev:/dev
|
||||||
|
- /run/udev:/run/udev:ro
|
||||||
|
logging:
|
||||||
|
driver:
|
||||||
|
- json-file
|
||||||
|
options:
|
||||||
|
max-size: 10m
|
||||||
|
labels:
|
||||||
|
traefik.enable: ${APP_EXPOSED}
|
||||||
|
traefik.http.routers.gladys.rule: Host(`${APP_DOMAIN}`)
|
||||||
|
traefik.http.routers.gladys.entrypoints: websecure
|
||||||
|
traefik.http.routers.gladys.service: gladys
|
||||||
|
traefik.http.routers.gladys.tls.certresolver: myresolver
|
||||||
|
traefik.http.services.gladys.loadbalancer.server.port: 8270
|
||||||
|
|
||||||
|
|
22
apps/gladys/metadata/description.md
Normal file
22
apps/gladys/metadata/description.md
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# [![](https://camo.githubusercontent.com/b344c2958123d48c50b994207ea6ed266b77c01646437bf3b607f14787cbedb8/68747470733a2f2f676c61647973617373697374616e742e636f6d2f656e2f696d672f65787465726e616c2f6769746875622d676c616479732d6c6f676f2e706e67)](https://camo.githubusercontent.com/b344c2958123d48c50b994207ea6ed266b77c01646437bf3b607f14787cbedb8/68747470733a2f2f676c61647973617373697374616e742e636f6d2f656e2f696d672f65787465726e616c2f6769746875622d676c616479732d6c6f676f2e706e67)
|
||||||
|
Gladys Assistant
|
||||||
|
|
||||||
|
## [Read the Docs](https://gladysassistant.com/docs/)
|
||||||
|
|
||||||
|
#### [](https://github.com/gladysassistant/gladys#a-privacy-first-open-source-home-assistant)A privacy-first, open-source home assistant
|
||||||
|
|
||||||
|
[![](https://camo.githubusercontent.com/c4388e78ec975567952f6587b8f6171be7b8d716c558396afa4622354ab816d5/68747470733a2f2f676c61647973617373697374616e742e636f6d2f656e2f696d672f65787465726e616c2f6769746875622d676c616479732d342d6d6f636b7570732d646576696365732e6a7067)](https://camo.githubusercontent.com/c4388e78ec975567952f6587b8f6171be7b8d716c558396afa4622354ab816d5/68747470733a2f2f676c61647973617373697374616e742e636f6d2f656e2f696d672f65787465726e616c2f6769746875622d676c616479732d342d6d6f636b7570732d646576696365732e6a7067)
|
||||||
|
|
||||||
|
## [](https://github.com/gladysassistant/gladys#try-gladys-assistant)Try Gladys Assistant
|
||||||
|
|
||||||
|
You can try Gladys Assistant on our [demo website](https://demo.gladysassistant.com).
|
||||||
|
|
||||||
|
## [](https://github.com/gladysassistant/gladys#getting-started)Getting Started
|
||||||
|
|
||||||
|
To get started and install Gladys Assistant, you'll find everything on [our website](https://gladysassistant.com).
|
||||||
|
|
||||||
|
## [](https://github.com/gladysassistant/gladys#articles)Articles
|
||||||
|
|
||||||
|
- [EN: Interview in Console #107](https://console.substack.com/p/console-104)
|
||||||
|
- [EN: Hackster.io - Gladys Assistant Is a Privacy-First Smart Home Platform — and Now Installable in Raspberry Pi Imager](https://www.hackster.io/news/gladys-assistant-is-a-privacy-first-smart-home-platform-and-now-installable-in-raspberry-pi-imager-4a84d5559c63)
|
||||||
|
- [FR: Framboise 314 - Plus de 500 installations pour l’assistant domotique Gladys !](https://www.framboise314.fr/plus-de-500-installation-pour-lassistant-domotique-gladys/)
|
BIN
apps/gladys/metadata/logo.jpg
Normal file
BIN
apps/gladys/metadata/logo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
Loading…
Reference in New Issue
Block a user