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

70 lines
1.5 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"
2023-06-11 20:09:11 +02:00
version = "0.26.0~ynh3"
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"
type = "string"
choices = ["default", "milligram"]
default = "milligram"
[install.password]
type = "password"
[resources]
[resources.sources.main]
url = "https://framagit.org/fiat-tux/hat-softwares/lstu/-/archive/0.26-0/lstu-0.26-0.tar.gz"
sha256 = "323c81b4cb04a97eda7cb37b2a63d16e808591fd46eb4326f6619200ce742960"
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]
packages = "build-essential libssl-dev zlib1g-dev libpng-dev libpq-dev memcached postgresql carton libpod-parser-perl"
2023-05-31 20:58:29 +02:00
[resources.database]
type = "postgresql"