2023-03-07 22:34:15 +01:00
packaging_format = 2
id = "mytinytodo"
name = "myTinyTodo"
description . en = "Open source to-do list script"
description . fr = "Gestionnaire de todo list"
2023-11-30 16:39:13 +01:00
version = "1.8.0~ynh1"
2023-03-07 22:34:15 +01:00
maintainers = [ "plabuse" ]
[ upstream ]
license = "GPL-2.0"
website = "http://www.mytinytodo.net/"
demo = "https://www.mytinytodo.net/demo/"
admindoc = "https://www.mytinytodo.net/faq.php"
code = "https://github.com/maxpozdeev/mytinytodo"
[ integration ]
2023-08-06 16:30:19 +02:00
yunohost = ">= 11.2"
2023-03-07 22:34:15 +01:00
architectures = "all"
multi_instance = false
ldap = false
sso = false
disk = "50M"
ram . build = "50M"
ram . runtime = "50M"
[ install ]
[ install . domain ]
type = "domain"
[ install . path ]
type = "path"
default = "/mytinytodo"
[ install . init_main_permission ]
2023-09-12 10:13:11 +02:00
help . en = "If set to 'visitors', myTinyTodo will be accessible by people who do not have an account. This can be changed later via the webadmin."
help . fr = "Si défini sur 'visiteurs', myTinyTodo sera accessible aux personnes n’ ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
2023-03-07 22:34:15 +01:00
type = "group"
default = "visitors"
[ resources ]
2023-03-16 15:54:53 +01:00
[ resources . sources ]
[ resources . sources . main ]
2023-11-30 16:39:13 +01:00
url = "https://github.com/maxpozdeev/mytinytodo/releases/download/v1.8.0/mytinytodo-v1.8.0.tar.gz"
sha256 = "6343bf1c60664a896ad3f111639386113fd31904ca63a41480dacf61672e918c"
2023-04-07 15:39:58 +02:00
autoupdate . strategy = "latest_github_tag"
2023-03-16 15:54:53 +01:00
2023-03-07 22:34:15 +01:00
[ resources . system_user ]
[ resources . install_dir ]
[ resources . permissions ]
main . url = "/"
[ resources . apt ]
2023-09-07 10:17:21 +02:00
packages = "mariadb-server, php8.2-mysqli, php8.2-pdo"
2023-03-07 22:34:15 +01:00
[ resources . database ]
type = "mysql"