-
Notifications
You must be signed in to change notification settings - Fork 17
/
manifest.toml
115 lines (90 loc) · 3.89 KB
/
manifest.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
packaging_format = 2
id = "homeassistant"
name = "Home Assistant"
description.en = "Home automation platform"
description.fr = "Plateforme domotique"
version = "2024.10.4~ynh1"
maintainers = ["ewilly"]
[upstream]
license = "Apache-2.0"
website = "https://www.home-assistant.io"
demo = "https://demo.home-assistant.io"
admindoc = "https://www.home-assistant.io/docs/"
code = "https://github.com/home-assistant/core"
cpe = "cpe:2.3:a:home-assistant:home-assistant"
[integration]
yunohost = ">= 11.2.18"
helpers_version = "2.1"
architectures = ["amd64", "arm64"]
multi_instance = false
ldap = true
sso = false
disk = "2G"
ram.build = "2G"
ram.runtime = "2G"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.home]
ask.en = "Name of the location where Home Assistant is running."
type = "string"
default = "Home"
[install.latitude]
ask.en = "Latitude of your location required to calculate the time the sun rises and sets--> https://www.openstreetmap.org"
type = "string"
default = 32.87336
[install.longitude]
ask.en = "Longitude of your location required to calculate the time the sun rises and sets --> https://www.openstreetmap.org"
type = "string"
default = 117.22743
[install.elevation]
ask.en = "Altitude above sea level in meters. Impacts sunrise data."
type = "number"
default = 430
[install.unit_system]
ask.en = "metric for Metric, us_customary for US Customary. This also sets temperature_unit, Celsius for Metric and Fahrenheit for US Customary."
type = "select"
choices = ["metric", "us_customary"]
default = "metric"
[install.currency]
ask.en = "Pick your currency code from the column Code of Wikipedia’s list of ISO 4217 active codes --> https://en.wikipedia.org/wiki/ISO_4217#Active_codes"
type = "string"
default = "USD"
[install.country]
ask.en = "Country in which Home Assistant is running. This may, for example, influence radio settings to comply with local regulations. The country should be specified as an ISO 3166.1 alpha-2 code. Pick your country from the column Code of Wikipedia’s list of ISO 31661 alpha-2 officially assigned code --> https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements"
type = "string"
default = "US"
[install.time_zone]
ask.en = "Pick your time zone from the column TZ of Wikipedia’s list of tz database time zones --> https://en.wikipedia.org/wiki/List_of_tz_database_time_zones"
type = "string"
default = "America/Los_Angeles"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/home-assistant/core/archive/refs/tags/2024.10.4.tar.gz"
sha256 = "577523ef04a78476959bc48b02778d8af754bbbb92c850a16339f32220791e89"
autoupdate.strategy = "latest_github_release"
[resources.system_user]
[resources.install_dir]
dir = "/var/www/__APP__"
owner = "__APP__:rwx"
group = "__APP__:rx"
[resources.data_dir]
dir = "/home/yunohost.app/__APP__"
owner = "__APP__:rwx"
group = "__APP__:rx"
[resources.permissions]
main.url = "/"
api.url = "/api"
api.show_tile = false
api.allowed = "visitors"
api.auth_header = false
[resources.ports]
main.default = 8123
[resources.apt]
packages = "build-essential, zlib1g-dev, libncurses5-dev, libgdbm-dev, libnss3-dev, libssl-dev, libreadline-dev, libffi-dev, libsqlite3-dev, libbz2-dev, wget, curl, llvm, libncursesw5-dev, xz-utils, tk-dev, liblzma-dev, python3-openssl, git, wget, checkinstall, libc6-dev, mariadb-server, libmariadb-dev-compat, python3-dev, python3-venv, python3-pip, bluez, libjpeg-dev, autoconf, libopenjp2-7, libtiff-dev, libturbojpeg0-dev, tzdata, ffmpeg, liblapack3, liblapack-dev, libatlas-base-dev"
[resources.database]
type = "mysql"