Téléverser les fichiers vers "/"
This commit is contained in:
commit
3553fcab20
3 changed files with 74 additions and 0 deletions
44
manifest.toml
Normal file
44
manifest.toml
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
packaging_format = 2
|
||||
id = "globinours"
|
||||
name = "Globinours"
|
||||
description.en = "Lightweight animal shelter management"
|
||||
description.fr = "Gestion légère et complète pour refuges animaliers"
|
||||
version = "1.0.0~rc1~ynh1"
|
||||
maintainers = ["OverSu"]
|
||||
|
||||
[upstream]
|
||||
license = "AGPL-3.0-or-later"
|
||||
code = "https://nnsprod.com/git/oversu/Globinours"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 12.1.17"
|
||||
helpers_version = "2.1"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
ldap = "not_relevant"
|
||||
sso = "not_relevant"
|
||||
disk = "300M"
|
||||
ram.build = "100M"
|
||||
ram.runtime = "100M"
|
||||
|
||||
[install]
|
||||
[install.domain]
|
||||
type = "domain"
|
||||
full_domain = true
|
||||
[install.init_main_permission]
|
||||
type = "group"
|
||||
default = "visitors"
|
||||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
# URL locale utilisée par le bundle de test pré-1.0.
|
||||
url = "http://127.0.0.1:8123/globinours-1.0.0-rc.1.tar.gz"
|
||||
sha256 = "d467adc4646bd541cdc695991cb80de5f7a0170d422ff1ef86e9d072af17ebe0"
|
||||
in_subdir = false
|
||||
[resources.system_user]
|
||||
[resources.install_dir]
|
||||
[resources.data_dir]
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
[resources.apt]
|
||||
packages = "php8.2-fpm, php8.2-cli, php8.2-sqlite3, php8.2-mbstring, php8.2-xml, php8.2-zip, php8.2-gd, php8.2-curl, php8.2-intl, sqlite3, rsync"
|
||||
Loading…
Add table
Add a link
Reference in a new issue