1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/webmin_ynh.git synced 2024-09-03 20:36:08 +02:00
webmin_ynh/manifest.toml
2023-10-18 12:11:39 +02:00

58 lines
1.3 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.104~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.104/webmin_2.104_all.deb"
sha256 = "80bb272ae7ade169b386c9b34fe0af535ea5e8342d7749917e8cc343f95498cb"
rename = "webmin.deb"
autoupdate.strategy = "latest_github_tag"
[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"