1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/scovie_ynh.git synced 2024-09-03 20:16:29 +02:00

Merge pull request #5 from YunoHost-Apps/testing

add manifest.toml
This commit is contained in:
André Théo LAURET 2023-07-17 16:40:23 +04:00 committed by GitHub
commit f91d72daa1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 66 additions and 3 deletions

View file

@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
[Scovie](https://github.com/eldertek/scovie) is an open-source digital signage system for high schools, built using Python and Django. It provides an easy-to-use interface for administrators to upload and manage multimedia content, which is then displayed on screens throughout the school.
**Shipped version:** 0.0.5~ynh1
**Shipped version:** 0.0.6~ynh1
## Disclaimers / important information
## local test

View file

@ -19,7 +19,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
[Scovie](https://github.com/eldertek/scovie) is an open-source digital signage system for high schools, built using Python and Django. It provides an easy-to-use interface for administrators to upload and manage multimedia content, which is then displayed on screens throughout the school.
**Version incluse :** 0.0.5~ynh1
**Version incluse :** 0.0.6~ynh1
## Avertissements / informations importantes
## local test

View file

@ -6,7 +6,7 @@
"en": "Digital signage system for high schools",
"fr": "Affichage dynamique open-source pour les lycées"
},
"version": "0.0.5~ynh1",
"version": "0.0.6~ynh1",
"url": "https://github.com/eldertek/scovie",
"upstream": {
"license": "GPL-3.0",

63
manifest.toml Normal file
View file

@ -0,0 +1,63 @@
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 nayant 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"