Restore original configuration for addons_updater and templates

This commit is contained in:
Alexandre
2025-10-17 15:16:17 +02:00
parent e89c9246e1
commit a69c1a217d
331 changed files with 10680 additions and 11747 deletions

35
openproject/config.yaml Normal file
View File

@@ -0,0 +1,35 @@
arch:
- amd64
- aarch64
codenotary: alexandrep.github@gmail.com
description: Openproject for Home Assistant
environment:
APP_DATA_PATH: /data/assets
OPENPROJECT_ATTACHMENTS__STORAGE__PATH: /data/assets/files
OPENPROJECT_EDITION: bim
OPENPROJECT_SECRET_KEY_BASE: addon_secret
PGDATA: /data/pg
image: ghcr.io/alexbelgium/openproject-{arch}
init: false
map:
- addon_config:rw
- share:rw
name: Openproject
options:
OPENPROJECT_DEFAULT__LANGUAGE: en
OPENPROJECT_HOST__NAME: homeassistant:8080
OPENPROJECT_HTTPS: 'false'
ports:
8080/tcp: 8080
ports_description:
8080/tcp: Web interface
schema:
OPENPROJECT_DEFAULT__LANGUAGE: str
OPENPROJECT_HOST__NAME: str
OPENPROJECT_HTTPS: bool
OPENPROJECT_SECRET_KEY_BASE: str
slug: openproject
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/openproject
version: 16.5.0
webui: '[PROTO:ssl]://[HOST]:[PORT:8080]'