mirror of
https://github.com/YunoHost-Apps/scovie_ynh.git
synced 2024-09-03 20:16:29 +02:00
chore: delete manifest.toml
This commit is contained in:
parent
9ab848b0f3
commit
0f870d2d50
1 changed files with 0 additions and 63 deletions
|
@ -1,63 +0,0 @@
|
|||
packaging_format = 2
|
||||
|
||||
id = "scovie"
|
||||
name = "Scovie"
|
||||
description.en = "Digital signage system for high schools"
|
||||
description.fr = "Affichage dynamique open-source pour les lycées"
|
||||
|
||||
version = "0.0.6~ynh1"
|
||||
|
||||
maintainers = ["eldertek"]
|
||||
|
||||
[upstream]
|
||||
license = "GPL-3.0"
|
||||
website = "https://github.com/eldertek/scovie"
|
||||
demo = "https://scovie.eclipse-technology.eu"
|
||||
admindoc = "https://github.com/eldertek/scovie_ynh"
|
||||
userdoc = "https://github.com/eldertek/scovie"
|
||||
code = "https://github.com/eldertek/scovie_ynh"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.21"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
ldap = false
|
||||
sso = false
|
||||
disk = "250M"
|
||||
ram.build = "50M"
|
||||
ram.runtime = "50M"
|
||||
|
||||
[install]
|
||||
[install.domain]
|
||||
type = "domain"
|
||||
full_domain = true
|
||||
|
||||
[install.init_main_permission]
|
||||
help.en = "If enabled, Scovie will be accessible by users without a YunoHost account. This can be changed later in the webadmin."
|
||||
help.fr = "Si cette case est cochée, Scovie sera accessible par les utilisateurs n’ayant pas de compte YunoHost. Vous pourrez changer cela dans la webadmin."
|
||||
type = "group"
|
||||
default = "visitors"
|
||||
|
||||
[install.admin]
|
||||
type = "user"
|
||||
|
||||
[resources]
|
||||
[resources.sources]
|
||||
|
||||
[resources.ports]
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
[resources.install_dir]
|
||||
|
||||
[resources.data_dir]
|
||||
group = "scovie:wrx"
|
||||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
|
||||
[resources.apt]
|
||||
packages = ""
|
||||
|
||||
[resources.database]
|
||||
type = "postgresql"
|
Loading…
Reference in a new issue