mirror of
https://github.com/YunoHost-Apps/webmin_ynh.git
synced 2024-09-03 20:36:08 +02:00
* Upgrade sources - `main` v2.202: https://github.com/webmin/webmin/releases/tag/2.202 * Auto-update READMEs
59 lines
1.4 KiB
TOML
59 lines
1.4 KiB
TOML
packaging_format = 2
|
|
|
|
id = "webmin"
|
|
name = "Webmin"
|
|
description.en = "Web-based interface for system administration"
|
|
description.fr = "Interface Web d'administration système"
|
|
|
|
version = "2.202~ynh1"
|
|
|
|
maintainers = []
|
|
|
|
[upstream]
|
|
license = "BSD-3-Clause"
|
|
website = "http://www.webmin.com"
|
|
code = "https://github.com/webmin/webmin"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = false
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "200M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "admins"
|
|
|
|
[install.admin]
|
|
type = "user"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://github.com/webmin/webmin/releases/download/2.202/webmin_2.202_all.deb"
|
|
sha256 = "3a67702b05bcf64a40140d8040f93431b4a5d9627d5ee25dbec748d0c09e443c"
|
|
rename = "webmin.deb"
|
|
autoupdate.strategy = "latest_github_release"
|
|
autoupdate.asset = "^webmin_.*_all.deb$"
|
|
|
|
[resources.ports]
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
admin.url = "/admin"
|
|
admin.show_tile = false
|
|
admin.allowed = "admins"
|
|
|
|
[resources.apt]
|
|
packages = "perl, libnet-ssleay-perl, openssl, libauthen-pam-perl, libpam-runtime, libio-pty-perl, apt-show-versions, shared-mime-info"
|