Fix PR commentsw

This commit is contained in:
Nicolas Meienberger 2022-05-20 08:49:54 +02:00
parent 71fe96d396
commit 0689b1dbff
7 changed files with 36 additions and 38 deletions

View file

@ -1,7 +1,7 @@
{ {
"name": "Calibre-Web - EBook Reader", "name": "Calibre-Web - EBook Reader",
"available": true, "available": true,
"port": 8083, "port": 8100,
"id": "calibre-web", "id": "calibre-web",
"description": "On the initial setup screen, enter /books as your calibre library location. \n Default admin login: Username: admin Password: admin123", "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.", "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", "image": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-web-icon.png",
"form_fields": {} "form_fields": {}
} }

View file

@ -8,8 +8,8 @@ services:
- PGID=1000 - PGID=1000
- TZ=${TZ} - TZ=${TZ}
volumes: volumes:
- ${APP_DATA_DIR}/data/calibre-web/config:/config - ${APP_DATA_DIR}/data/config:/config
- ${APP_DATA_DIR}/data/calibre-web/books:/books - ${APP_DATA_DIR}/data/books:/books
ports: ports:
- ${APP_PORT}:8083 - ${APP_PORT}:8083
restart: unless-stopped restart: unless-stopped

View file

@ -1,7 +1,7 @@
{ {
"name": "Code-Server - Web VS Code", "name": "Code-Server - Web VS Code",
"available": true, "available": true,
"port": 8443, "port": 8101,
"id": "code-server", "id": "code-server",
"description": "", "description": "",
"short_desc": "Code-server is VS Code running on a remote server, accessible through the browser.", "short_desc": "Code-server is VS Code running on a remote server, accessible through the browser.",
@ -19,4 +19,3 @@
} }
} }
} }

View file

@ -10,8 +10,8 @@ services:
- PASSWORD=${CODESERVER_PASSWORD} - PASSWORD=${CODESERVER_PASSWORD}
- DEFAULT_WORKSPACE=/config/workspace #optional - DEFAULT_WORKSPACE=/config/workspace #optional
volumes: volumes:
- ${APP_DATA_DIR}/data/code-server/config:/config #config dir - ${APP_DATA_DIR}/data/config:/config #config dir
- ${APP_DATA_DIR}/data/code-server/projects:/projects - ${APP_DATA_DIR}/data/projects:/projects
ports: ports:
- ${APP_PORT}:8443 - ${APP_PORT}:8443
restart: unless-stopped restart: unless-stopped

View file

@ -1,13 +1,13 @@
{ {
"name": "Homarr", "name": "Homarr",
"available": true, "available": true,
"port": 7575, "port": 8102,
"id": "homarr", "id": "homarr",
"description": "A homepage for your server.", "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.", "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/", "author": "https://github.com/ajnart/",
"source": "https://github.com/ajnart/homar", "source": "https://github.com/ajnart/homar",
"website": "https://discord.gg/C2WTXkzkwK", "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": {} "form_fields": {}
} }

View file

@ -5,7 +5,7 @@ services:
image: ghcr.io/ajnart/homarr:latest image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ${APP_DATA_DIR}/data/homarr:/app/data/configs - ${APP_DATA_DIR}/data/config:/app/data/configs
ports: ports:
- ${APP_PORT}:7575 - ${APP_PORT}:7575
networks: networks: