1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lstu_ynh.git synced 2024-09-03 19:36:12 +02:00
lstu_ynh/manifest.toml

81 lines
1.6 KiB
TOML
Raw Normal View History

2023-05-31 20:58:29 +02:00
packaging_format = 2
id = "lstu"
name = "Lstu"
description.en = "URL Shortener"
description.fr = "Raccourcisseur d'URL"
version = "0.28-0~ynh1"
2023-05-31 20:58:29 +02:00
maintainers = ["frju365"]
[upstream]
license = "WTFPL"
website = "https://lstu.fr"
demo = "https://lstu.fr"
admindoc = "https://framagit.org/fiat-tux/hat-softwares/lstu/wikis/home"
code = "https://framagit.org/fiat-tux/hat-softwares/lstu"
[integration]
2023-06-11 18:46:42 +02:00
yunohost = ">= 11.1.20"
2023-05-31 21:08:32 +02:00
architectures = "all"
2023-05-31 20:58:29 +02:00
multi_instance = true
2023-05-31 21:08:32 +02:00
ldap = true
sso = true
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-05-31 20:58:29 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/lstu"
[install.init_main_permission]
type = "group"
default = false
[install.theme]
ask.en = "Choose a theme"
ask.fr = "Choisissez un theme"
2023-12-12 11:31:37 +01:00
type = "select"
2023-05-31 20:58:29 +02:00
choices = ["default", "milligram"]
default = "milligram"
[install.password]
type = "password"
[resources]
2024-02-15 18:15:53 +01:00
[resources.sources.main]
url = "https://framagit.org/fiat-tux/hat-softwares/lstu/-/archive/0.28-0/lstu-0.28-0.tar.bz2"
sha256 = "8e7e818540ade44c7ed410b0ee25a0091b2cf56bc04bdaccdeb4e5c354635546"
2024-02-15 18:15:53 +01:00
autoupdate.strategy = "latest_gitlab_release"
2023-05-31 20:58:29 +02:00
2023-05-31 21:08:32 +02:00
[resources.ports]
2023-05-31 20:58:29 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-05-31 21:08:32 +02:00
[resources.apt]
2023-12-12 11:31:37 +01:00
packages = [
"build-essential",
"libssl-dev",
"zlib1g-dev",
"libpng-dev",
"libpq-dev",
"libpod-parser-perl",
"carton",
"memcached",
"postgresql",
]
2023-05-31 21:08:32 +02:00
2023-05-31 20:58:29 +02:00
[resources.database]
type = "postgresql"