mirror of
https://github.com/YunoHost-Apps/mytinytodo_ynh.git
synced 2024-09-03 19:46:01 +02:00
975b2a7f18
* [autopatch] Automatic patch attempt for helpers 2.1 (#60) * [autopatch] Automatic patch attempt for helpers 2.1 * cleaning --------- Co-authored-by: Yunohost-Bot <> Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> * Auto-update READMEs * Update manifest.toml * Auto-update READMEs * Update DESCRIPTION_fr.md * Auto-update READMEs --------- Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org>
67 lines
1.6 KiB
TOML
67 lines
1.6 KiB
TOML
packaging_format = 2
|
||
|
||
id = "mytinytodo"
|
||
name = "myTinyTodo"
|
||
description.en = "Open source to-do list script"
|
||
description.fr = "Gestionnaire de todo list"
|
||
|
||
version = "1.8.1~ynh2"
|
||
|
||
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]
|
||
yunohost = ">= 11.2.29"
|
||
helpers_version = "2.1"
|
||
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]
|
||
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."
|
||
type = "group"
|
||
default = "visitors"
|
||
|
||
[resources]
|
||
[resources.sources]
|
||
|
||
[resources.sources.main]
|
||
url = "https://github.com/maxpozdeev/mytinytodo/releases/download/v1.8.1/mytinytodo-v1.8.1.tar.gz"
|
||
sha256 = "1add8ea5ca3d43ec7b8d6c6c73689b620534e4fbacb270333c61117350d258b3"
|
||
autoupdate.strategy = "latest_github_tag"
|
||
|
||
[resources.system_user]
|
||
|
||
[resources.install_dir]
|
||
group = "www-data:r-x"
|
||
|
||
[resources.permissions]
|
||
main.url = "/"
|
||
|
||
[resources.apt]
|
||
packages = "mariadb-server, php8.2-mysqli, php8.2-pdo"
|
||
|
||
[resources.database]
|
||
type = "mysql"
|