Fix PR commentsw
This commit is contained in:
parent
71fe96d396
commit
0689b1dbff
7 changed files with 36 additions and 38 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Calibre-Web - EBook Reader",
|
||||
"available": true,
|
||||
"port": 8083,
|
||||
"port": 8100,
|
||||
"id": "calibre-web",
|
||||
"description": "On the initial setup screen, enter /books as your calibre library location. \n Default admin login: Username: admin Password: admin123",
|
||||
"short_desc": "Calibre-web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.",
|
||||
|
@ -10,4 +10,3 @@
|
|||
"image": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-web-icon.png",
|
||||
"form_fields": {}
|
||||
}
|
||||
|
|
@ -8,8 +8,8 @@ services:
|
|||
- PGID=1000
|
||||
- TZ=${TZ}
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/calibre-web/config:/config
|
||||
- ${APP_DATA_DIR}/data/calibre-web/books:/books
|
||||
- ${APP_DATA_DIR}/data/config:/config
|
||||
- ${APP_DATA_DIR}/data/books:/books
|
||||
ports:
|
||||
- ${APP_PORT}:8083
|
||||
restart: unless-stopped
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Code-Server - Web VS Code",
|
||||
"available": true,
|
||||
"port": 8443,
|
||||
"port": 8101,
|
||||
"id": "code-server",
|
||||
"description": "",
|
||||
"short_desc": "Code-server is VS Code running on a remote server, accessible through the browser.",
|
||||
|
@ -19,4 +19,3 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -10,8 +10,8 @@ services:
|
|||
- PASSWORD=${CODESERVER_PASSWORD}
|
||||
- DEFAULT_WORKSPACE=/config/workspace #optional
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/code-server/config:/config #config dir
|
||||
- ${APP_DATA_DIR}/data/code-server/projects:/projects
|
||||
- ${APP_DATA_DIR}/data/config:/config #config dir
|
||||
- ${APP_DATA_DIR}/data/projects:/projects
|
||||
ports:
|
||||
- ${APP_PORT}:8443
|
||||
restart: unless-stopped
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"name": "Homarr",
|
||||
"available": true,
|
||||
"port": 7575,
|
||||
"port": 8102,
|
||||
"id": "homarr",
|
||||
"description": "A homepage for your server.",
|
||||
"short_desc": "Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place.",
|
||||
"author": "https://github.com/ajnart/",
|
||||
"source": "https://github.com/ajnart/homar",
|
||||
"website": "https://discord.gg/C2WTXkzkwK",
|
||||
"image": "https://user-images.githubusercontent.com/49837342/168315259-b778c816-10fe-44db-bd25-3eea6f31b233.png",
|
||||
"image": "https://raw.githubusercontent.com/ajnart/homarr/master/public/imgs/logo.png",
|
||||
"form_fields": {}
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@ services:
|
|||
image: ghcr.io/ajnart/homarr:latest
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/homarr:/app/data/configs
|
||||
- ${APP_DATA_DIR}/data/config:/app/data/configs
|
||||
ports:
|
||||
- ${APP_PORT}:7575
|
||||
networks:
|
||||
|
|
Loading…
Add table
Reference in a new issue