app-store/apps/glance/config.json
Stavros a7006ca29e
Feat/glanceapp (#3501)
* feat: glance app

* refactor(glance): make sure data directory exists

* refactor(glance): create an empty config file so docker doesnt make a directory

* refactor(glance): add a preconfigured page

* refactor(glance): add the tipi main network to the compose file
2024-05-17 22:44:44 +03:00

19 lines
507 B
JSON

{
"$schema": "../schema.json",
"name": "Glance",
"port": 8568,
"available": true,
"exposable": true,
"id": "glance",
"tipi_version": 1,
"version": "v0.4.0",
"categories": ["utilities"],
"description": "A self-hosted dashboard that puts all your feeds in one place",
"short_desc": "Super configurable dashboard",
"author": "glanceapp",
"source": "https://github.com/glanceapp/glance",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"dynamic_config": true
}