-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathkcc-cloud.xml
More file actions
35 lines (35 loc) · 3.08 KB
/
Copy pathkcc-cloud.xml
File metadata and controls
35 lines (35 loc) · 3.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0"?>
<Container version="2">
<Name>kcc-cloud</Name>
<Repository>nilsleo/kcc-cloud:latest</Repository>
<Registry>https://hub.docker.com/r/nilsleo/kcc-cloud</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/122788-support-jpdvm2014-templates</Support>
<Project>https://github.com/NilsLeo/kcc-cloud</Project>
<Overview>KCC Cloud transforms your manga, comics, and documents into e-reader optimized formats (EPUB, MOBI, PDF, KFX, CBZ) with a modern, responsive web interface. Built for self-hosting with Docker, it provides multi-device access, real-time job monitoring, and parallel processing capabilities.</Overview>
<Category>Tools: MediaApp:Other</Category>
<WebUI>http://[IP]:[PORT:80]/</WebUI>
<TemplateURL/>
<Icon>https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/bewcloud.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1769390033</DateInstalled>
<DonateText>If you find this template useful, I’d love a coffee!</DonateText>
<DonateLink>https://bmc.link/JPDVM2014</DonateLink>
<Requires>You must install kindlegen for AZW/MOBI support. See github for instructions: https://github.com/NilsLeo/kcc-cloud?tab=readme-ov-file#installation-docker-compose</Requires>
<Config Name="WebUI" Target="80" Default="8654" Mode="tcp" Description="" Type="Port" Display="always" Required="true" Mask="false">8654</Config>
<Config Name="Appdata" Target="/data" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/kcc-cloud</Config>
<Config Name="TZ" Target="TZ" Default="UTC" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="false">UTC</Config>
<Config Name="Outputs" Target="/data/outputs" Default="" Mode="rw" Description="If you want outputs saved somewhere other than appdata. Delete if not needed." Type="Path" Display="always" Required="false" Mask="false"/>
<Config Name="Uploads" Target="/data/uploads" Default="" Mode="rw" Description="If you want uploads saved somewhere other than appdata. Delete if not needed." Type="Path" Display="always" Required="false" Mask="false"/>
<Config Name="Temp" Target="/data/tmp" Default="" Mode="rw" Description="If you want temp directory somewhere other than appdata. Delete if not needed." Type="Path" Display="always" Required="false" Mask="false"/>
<Config Name="USER_ID" Target="USER_ID" Default="99" Mode="" Description="" Type="Variable" Display="advanced-hide" Required="true" Mask="false">99</Config>
<Config Name="GROUP_ID" Target="GROUP_ID" Default="100" Mode="" Description="" Type="Variable" Display="advanced-hide" Required="true" Mask="false">100</Config>
<Config Name="NEXT_PUBLIC_MAX_FILES" Target="NEXT_PUBLIC_MAX_FILES" Default="10" Mode="" Description="" Type="Variable" Display="advanced" Required="true" Mask="false">10</Config>
<Config Name="CELERY_WORKERS" Target="CELERY_WORKERS" Default="4" Mode="" Description="" Type="Variable" Display="advanced" Required="true" Mask="false">4</Config>
<TailscaleStateDir/>
</Container>