Created app manifest
This commit is contained in:
parent
e2aa8842f0
commit
28b7245e04
51
manifest.toml
Normal file
51
manifest.toml
Normal file
@ -0,0 +1,51 @@
|
||||
packaging_format = 2
|
||||
|
||||
id = "sr2ini"
|
||||
name = "SR2 Initiative Tracker"
|
||||
description.en = "A simple initiative tracker for Shaodwrun 2e."
|
||||
description.de = "Ein einfacher Initiative-Tracker für Shaodwrun, 2. Edition."
|
||||
|
||||
version = "0.1~ynh1"
|
||||
|
||||
maintainers = ["Eclipse"]
|
||||
|
||||
[upstream]
|
||||
license = "ISC"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
ldap = "not_relevant"
|
||||
sso = "not_relevant"
|
||||
disk = "1M"
|
||||
ram.build = "1M"
|
||||
ram.runtime = "1M"
|
||||
|
||||
[install]
|
||||
[install.domain]
|
||||
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
||||
type = "domain"
|
||||
|
||||
[install.path]
|
||||
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
||||
type = "path"
|
||||
default = "/sr2ini"
|
||||
|
||||
[install.init_main_permission]
|
||||
type = "group"
|
||||
default = "visitors"
|
||||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://git.unterdemradar.de/tobias/sr2ini_ynh/src/branch/main/tools/sr2ini_ynh-o.1~ynh1.tar.gz"
|
||||
sha256 = "abfb79af75dbf3ff5dc9373f112df1767056f4bdb0b06ccdd885823a13e70df9"
|
||||
format = "tar.gz"
|
||||
in_subdir = "false"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
[resources.install_dir]
|
||||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
Loading…
Reference in New Issue
Block a user