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"
|
|
|
|
|
2023-08-03 09:43:16 +02:00
|
|
|
version = "1.3.0~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]
|
2023-08-03 15:08:11 +02:00
|
|
|
yunohost = ">= 12.0"
|
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]
|
2023-08-03 09:43:16 +02:00
|
|
|
url = "https://github.com/gotson/komga/releases/download/v1.3.0/komga-1.3.0.jar"
|
|
|
|
sha256 = "eff4383cecf63324bc85edc4e45fc37a59b0738fc41c2a175f3e44027cd5c059"
|
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]
|
2023-08-03 09:43:16 +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]
|
2023-08-03 14:54:31 +02:00
|
|
|
packages = "openjdk-17-jre-headless"
|