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,13 +1,12 @@
{
"name": "Calibre-Web - EBook Reader",
"available": true,
"port": 8083,
"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.",
"author": "https://github.com/janeczku/",
"source": "https://github.com/janeczku/calibre-web",
"image": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-web-icon.png",
"form_fields": {}
}
"name": "Calibre-Web - EBook Reader",
"available": true,
"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.",
"author": "https://github.com/janeczku/",
"source": "https://github.com/janeczku/calibre-web",
"image": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-web-icon.png",
"form_fields": {}
}

View file

@ -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

View file

@ -1,22 +1,21 @@
{
"name": "Code-Server - Web VS Code",
"available": true,
"port": 8443,
"id": "code-server",
"description": "",
"short_desc": "Code-server is VS Code running on a remote server, accessible through the browser.",
"author": "https://github.com/coder",
"source": "https://github.com/linuxserver/docker-code-server",
"image": "https://avatars.githubusercontent.com/u/95932066",
"form_fields": {
"password": {
"type": "password",
"label": "Password",
"max": 50,
"min": 3,
"required": true,
"env_variable": "CODESERVER_PASSWORD"
}
"name": "Code-Server - Web VS Code",
"available": true,
"port": 8101,
"id": "code-server",
"description": "",
"short_desc": "Code-server is VS Code running on a remote server, accessible through the browser.",
"author": "https://github.com/coder",
"source": "https://github.com/linuxserver/docker-code-server",
"image": "https://avatars.githubusercontent.com/u/95932066",
"form_fields": {
"password": {
"type": "password",
"label": "Password",
"max": 50,
"min": 3,
"required": true,
"env_variable": "CODESERVER_PASSWORD"
}
}
}

View file

@ -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

View file

@ -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": {}
}

View file

@ -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: