mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-06-29 10:37:38 +00:00
Add Komga LXC (#275)
* add komga * fix syntax error * add co-author * Make this resemble other scripts * Get ready for PR * Address PR feedback to bring more in line with other scripts * Bring json in line * Harmonize Script * Update komga.sh * Make hdd match komga.sh * Update ascii * Update install/komga-install.sh Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update ct/komga.sh Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update ct/komga.sh Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update ct/komga.sh Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update install/komga-install.sh Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update install/komga-install.sh Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update install/komga-install.sh Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update install/komga-install.sh Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update install/komga-install.sh Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update install/komga-install.sh Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Update json/komga.json Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * Uneeded group write permissions? --------- Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com> Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d3633f97c5
commit
f9e0dfb270
34
json/komga.json
Normal file
34
json/komga.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "Komga",
|
||||
"slug": "komga",
|
||||
"categories": [
|
||||
12
|
||||
],
|
||||
"date_created": "2024-11-15",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "25600",
|
||||
"documentation": "https://komga.org/docs/introduction",
|
||||
"website": "https://komga.org/",
|
||||
"logo": "https://github.com/gotson/komga/raw/master/.github/readme-images/app-icon.png",
|
||||
"description": "A media server for your comics, mangas, BDs, magazines and eBooks. Organize your CBZ, CBR, PDF and EPUB files in different libraries, collections or reading lists. Use the integrated Webreader, the Mihon extension, any OPDS reader, or other integrations. Edit metadata for your series and books.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/komga.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "2048",
|
||||
"hdd": "4",
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
}
|
Reference in New Issue
Block a user