Skip to content

Commit a8c466f

Browse files
committed
komga
1 parent c11820f commit a8c466f

File tree

4 files changed

+2
-62
lines changed

4 files changed

+2
-62
lines changed

apps/komga/.env

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,12 @@ W9_DIST='community'
33
W9_VERSION='latest'
44
W9_POWER_PASSWORD='#FsWVQRR03sCoRJ9'
55

6-
# Environments which for user settings when create application
7-
# Named expression: W9_xxx_xxx_SET, xxx refer to file fields
86
W9_HTTP_PORT_SET='9001'
9-
10-
#### -- Not allowed to edit below environments when recreate app based on existing data -- ####
117
W9_ID='komga'
12-
13-
# W9_HTTP_PORT or W9_HTTPS_PORT is need at leaset and used for proxy for web application
14-
# Some container (e.g teleport) need HTTPS access, then need to set this pra
158
W9_HTTP_PORT=25600
16-
17-
# It is used when the application APP needs to set an external URL, which can be IP(or domain), IP:PORT
18-
# If have protocols, should be set it in the APP's ENV
199
W9_URL='internet_ip:$W9_HTTP_PORT_SET'
20-
2110
W9_NETWORK=websoft9
2211

2312
#### ----------------------------------------------------------------------------------------- ####
24-
2513
#If you encounter some in the logs you probably need to increase the maximum memory Komga can use.javaOutOfMemoryException
2614
JAVA_TOOL_OPTIONS=-Xmx1g
27-
28-
# Below environment is created by apphub

apps/komga/Dockerfile

Lines changed: 0 additions & 21 deletions
This file was deleted.

apps/komga/README.jinja2

Lines changed: 0 additions & 26 deletions
This file was deleted.

apps/komga/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# image,docs: https://hub.docker.com/_/wordpress/
1+
# image: https://hub.docker.com/r/gotson/komga
2+
# docs:
23

34
services:
45

0 commit comments

Comments
 (0)