1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/komga_ynh.git synced 2024-09-03 19:36:07 +02:00
komga_ynh/manifest.toml

65 lines
1.3 KiB
TOML
Raw Permalink Normal View History

2023-08-03 09:31:14 +02:00
packaging_format = 2
id = "komga"
name = "Komga"
description.en = "Media server for your comics, manga and magazines"
description.fr = "Serveur multimédia pour vos bandes dessinées, mangas et magazines"
2024-06-14 08:30:54 +02:00
version = "1.10.3~ynh1"
2023-08-03 09:31:14 +02:00
maintainers = ["Navan Chauhan"]
[upstream]
license = "MIT"
website = "https://komga.org"
demo = "https://demo.komga.org"
admindoc = "https://komga.org/guides/"
code = "https://github.com/gotson/komga"
[integration]
2024-03-01 09:19:46 +01:00
yunohost = ">= 11.2"
2023-08-03 09:43:16 +02:00
architectures = "all"
2023-08-03 09:31:14 +02:00
multi_instance = true
2023-12-20 18:46:43 +01:00
2023-08-03 09:43:16 +02:00
ldap = false
2023-12-20 18:46:43 +01:00
2023-08-03 09:43:16 +02:00
sso = false
2023-12-20 18:46:43 +01:00
2023-08-03 09:43:16 +02:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-08-03 09:31:14 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/komga"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
2024-06-14 08:30:54 +02:00
url = "https://github.com/gotson/komga/releases/download/1.10.3/komga-1.10.3.jar"
sha256 = "b7f9f0a8456bb017842c92cbb62cc323bdfb56738346cb8f7d09670d405fa0a7"
2023-08-03 09:51:53 +02:00
extract = false
2023-08-03 09:31:14 +02:00
rename = "komga.jar"
2023-08-03 09:43:16 +02:00
[resources.ports]
2023-08-03 09:31:14 +02:00
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
2024-06-14 08:30:54 +02:00
subdirs = [".komga"]
2023-08-03 09:31:14 +02:00
[resources.permissions]
main.url = "/"
2023-08-03 09:43:16 +02:00
[resources.apt]
2024-06-14 08:30:54 +02:00
packages = "openjdk-17-jre-headless"