update each `docker-compose.yml` file to adopt new `x-casaos` extension structure (#30)

Signed-off-by: Tiger Wang <tigerwang@outlook.com>
This commit is contained in:
Tiger Wang 2023-04-03 20:40:15 -04:00 committed by GitHub
parent 0425192dc8
commit 05385c062e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
47 changed files with 2254 additions and 2301 deletions

View File

@ -17,40 +17,38 @@ services:
source: /DATA/AppData/$AppID
target: /2fauth
x-casaos:
author: CasaOS Team
category: Utilities
container:
index: /
port_map: "8000"
ports:
- container: "8000"
description:
en_US: ""
volumes:
- container: /2fauth
description:
en_US: ""
description:
en_US: 2FAuth is a web based self-hosted alternative to One Time Passcode (OTP) generators like Google Authenticator, designed for both mobile and desktop.
zh_CN: 2FAuth是一个基于Web的自托管的替代Google Authenticator的一次性密码OTP生成器旨在为移动和桌面设备提供服务。
developer: Bubka
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/screenshot-3.png
tagline:
en_US: A web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes
zh_CN: 一个用于管理您的两步验证2FA帐户并生成其安全代码的Web应用程序
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/thumbnail.png
tips: {}
title:
en_US: 2FAuth
index: /
port_map: "8000"
ports:
- container: "8000"
description:
en_US: ""
volumes:
- container: /2fauth
description:
en_US: ""
x-casaos:
architectures:
- amd64
- "386"
- arm64
- arm
main_app: 2fauth
main: 2fauth
author: CasaOS Team
category: Utilities
description:
en_US: 2FAuth is a web based self-hosted alternative to One Time Passcode (OTP) generators like Google Authenticator, designed for both mobile and desktop.
zh_CN: 2FAuth是一个基于Web的自托管的替代Google Authenticator的一次性密码OTP生成器旨在为移动和桌面设备提供服务。
developer: Bubka
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/screenshot-3.png
tagline:
en_US: A web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes
zh_CN: 一个用于管理您的两步验证2FA帐户并生成其安全代码的Web应用程序
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/thumbnail.png
tips: {}
title:
en_US: 2FAuth

View File

@ -32,51 +32,32 @@ services:
source: /DATA/AppData/$AppID/opt/adguardhome/conf
target: /opt/adguardhome/conf
x-casaos:
author: CasaOS Team
category: Network
container:
index: /
port_map: "3000"
ports:
- container: "53"
description:
en_US: ""
- container: "53"
description:
en_US: ""
- container: "3000"
description:
en_US: ""
- container: "853"
description:
en_US: ""
- container: "784"
description:
en_US: ""
index: /
port_map: "3000"
ports:
- container: "53"
description:
en_US: ""
- container: "53"
description:
en_US: ""
- container: "3000"
description:
en_US: ""
- container: "853"
description:
en_US: ""
- container: "784"
description:
en_US: ""
volumes:
- container: /opt/adguardhome/work
description:
en_US: ""
- container: /opt/adguardhome/conf
description:
en_US: ""
description:
en_US: AdGuard Home is a network-wide software for blocking ads and tracking. After you set it up, it'll cover all your home devices, and you won't need any client-side software for that. Learn more on our official Github repository.
zh_CN: AdGuard Home 是一个网络范围的软件用于阻止广告和跟踪。设置完成后它将覆盖您的所有家庭设备您不需要任何客户端软件。在我们的官方Github存储库上了解更多信息。
developer: AdguardTeam
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/screenshot-3.png
tagline:
en_US: Network-wide ads & trackers blocking DNS server
zh_CN: 网络范围的广告和跟踪阻止DNS服务器
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/thumbnail.png
tips: {}
title:
en_US: AdGuard Home
volumes:
- container: /opt/adguardhome/work
description:
en_US: ""
- container: /opt/adguardhome/conf
description:
en_US: ""
x-casaos:
architectures:
- "386"
@ -84,4 +65,22 @@ x-casaos:
- arm
- arm64
- ppc64le
main_app: adguard-home
main: adguard-home
author: CasaOS Team
category: Network
description:
en_US: AdGuard Home is a network-wide software for blocking ads and tracking. After you set it up, it'll cover all your home devices, and you won't need any client-side software for that. Learn more on our official Github repository.
zh_CN: AdGuard Home 是一个网络范围的软件用于阻止广告和跟踪。设置完成后它将覆盖您的所有家庭设备您不需要任何客户端软件。在我们的官方Github存储库上了解更多信息。
developer: AdguardTeam
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/screenshot-3.png
tagline:
en_US: Network-wide ads & trackers blocking DNS server
zh_CN: 网络范围的广告和跟踪阻止DNS服务器
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/thumbnail.png
tips: {}
title:
en_US: AdGuard Home

View File

@ -13,34 +13,33 @@ services:
protocol: tcp
restart: always
x-casaos:
author: CasaOS Team
category: Utilities
container:
index: /
port_map: "80"
ports:
- container: "80"
description:
en_US: ""
index: /
port_map: "80"
ports:
- container: "80"
description:
en_US: ""
description:
en_US: Easily download videos from YouTube, Dailymotion, Vimeo and other websites.
zh_CN: 从 YouTube、Dailymotion、Vimeo 等网站轻松下载视频。
developer: Rudloff
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/screenshot-3.png
tagline:
en_US: Web GUI for youtube-dl
zh_CN: youtube-dl 的 Web 界面
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/thumbnail.png
tips: {}
title:
en_US: AllTube Download
zh_CN: AllTube 下载
x-casaos:
architectures:
- amd64
main_app: alltube-download
main: alltube-download
author: CasaOS Team
category: Utilities
description:
en_US: Easily download videos from YouTube, Dailymotion, Vimeo and other websites.
zh_CN: 从 YouTube、Dailymotion、Vimeo 等网站轻松下载视频。
developer: Rudloff
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/screenshot-3.png
tagline:
en_US: Web GUI for youtube-dl
zh_CN: youtube-dl 的 Web 界面
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/thumbnail.png
tips: {}
title:
en_US: AllTube Download
zh_CN: AllTube 下载

View File

@ -27,55 +27,54 @@ services:
source: /DATA/AppData/bazarr/config
target: /config
x-casaos:
author: CasaOS Team
category: Media
container:
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
port_map: "6767"
ports:
- container: "6767"
description:
en_US: ""
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
port_map: "6767"
ports:
- container: "6767"
description:
en_US: ""
volumes:
- container: /movies
description:
en_US: ""
- container: /tv
description:
en_US: ""
- container: /config
description:
en_US: ""
description:
en_US: Bazarr is a companion application to Sonarr and Radarr. It can manage and download subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.
zh_CN: Bazarr是Sonarr和Radarr的伴侣应用程序。它可以根据您的要求管理和下载字幕。您可以根据电视节目或电影来定义您的偏好并且Bazarr会为您处理所有事情。
developer: Sabnzbd Team
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-3.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-4.png
tagline:
en_US: Letter generators for Sonarr and Radarr
zh_CN: Sonarr和Radarr的信件生成器
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/thumbnail.png
tips: {}
title:
en_US: Bazarr
volumes:
- container: /movies
description:
en_US: ""
- container: /tv
description:
en_US: ""
- container: /config
description:
en_US: ""
x-casaos:
architectures:
- amd64
- arm
- arm64
main_app: bazarr
main: bazarr
author: CasaOS Team
category: Media
description:
en_US: Bazarr is a companion application to Sonarr and Radarr. It can manage and download subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.
zh_CN: Bazarr是Sonarr和Radarr的伴侣应用程序。它可以根据您的要求管理和下载字幕。您可以根据电视节目或电影来定义您的偏好并且Bazarr会为您处理所有事情。
developer: Sabnzbd Team
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-3.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-4.png
tagline:
en_US: Letter generators for Sonarr and Radarr
zh_CN: Sonarr和Radarr的信件生成器
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/thumbnail.png
tips: {}
title:
en_US: Bazarr

View File

@ -25,64 +25,63 @@ services:
source: /DATA/Media/Books
target: /books
x-casaos:
author: CasaOS Team
category: Media
container:
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
- container: DOCKER_MODS
description:
en_US: ""
index: /
port_map: "8083"
ports:
- container: "8083"
description:
en_US: ""
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
- container: DOCKER_MODS
description:
en_US: ""
index: /
port_map: "8083"
ports:
- container: "8083"
description:
en_US: ""
volumes:
- container: /config
description:
en_US: ""
- container: /books
description:
en_US: ""
description:
en_US: Calibre-web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. It is also possible to integrate google drive and edit metadata and your calibre library through the app itself.
zh_CN: Calibre-web是一个Web应用程序提供了一个干净的界面用于浏览阅读和下载使用现有Calibre数据库的电子书。也可以通过应用程序本身集成谷歌驱动器并编辑元数据和您的calibre库。
developer: linuxserver
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Calibre-web/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Calibre-web/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Calibre-web/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Calibre-web/screenshot-3.png
tagline:
en_US: Web app for browsing, reading and downloading eBooks stored in a Calibre database
zh_CN: 用于浏览阅读和下载存储在Calibre数据库中的电子书的Web应用程序
thumbnail: ' https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Calibre-web/thumbnail.png'
tips:
before_install:
en_US: |
| Username | Password |
| -------- | -------- |
| `admin` | `admin123` |
zh_CN: |
| 用户名 | 密码 |
| -------- | -------- |
| `admin` | `admin123` |
title:
en_US: Calibre-web
volumes:
- container: /config
description:
en_US: ""
- container: /books
description:
en_US: ""
x-casaos:
architectures:
- amd64
- arm
- arm64
main_app: calibre-web
main: calibre-web
author: CasaOS Team
category: Media
description:
en_US: Calibre-web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. It is also possible to integrate google drive and edit metadata and your calibre library through the app itself.
zh_CN: Calibre-web是一个Web应用程序提供了一个干净的界面用于浏览阅读和下载使用现有Calibre数据库的电子书。也可以通过应用程序本身集成谷歌驱动器并编辑元数据和您的calibre库。
developer: linuxserver
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Calibre-web/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Calibre-web/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Calibre-web/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Calibre-web/screenshot-3.png
tagline:
en_US: Web app for browsing, reading and downloading eBooks stored in a Calibre database
zh_CN: 用于浏览阅读和下载存储在Calibre数据库中的电子书的Web应用程序
thumbnail: ' https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Calibre-web/thumbnail.png'
tips:
before_install:
en_US: |
| Username | Password |
| -------- | -------- |
| `admin` | `admin123` |
zh_CN: |
| 用户名 | 密码 |
| -------- | -------- |
| `admin` | `admin123` |
title:
en_US: Calibre-web

View File

@ -27,64 +27,63 @@ services:
source: /DATA/Downloads
target: /downloads
x-casaos:
author: CasaOS Team
category: Media
container:
envs:
- container: TZ
description:
en_US: TimeZone
zh_CN: 时区
- container: PUID
description:
en_US: Run CouchPotato as specified uid.
zh_CN: 以指定的uid运行CouchPotato
- container: PGID
description:
en_US: Run CouchPotato as specified gid.
zh_CN: 以指定的gid运行CouchPotato
index: /
port_map: "5050"
ports:
- container: "5050"
description:
en_US: WebUI HTTP Port
zh_CN: WebUI HTTP端口
envs:
- container: TZ
description:
en_US: TimeZone
zh_CN: 时区
- container: PUID
description:
en_US: Run CouchPotato as specified uid.
zh_CN: 以指定的uid运行CouchPotato
- container: PGID
description:
en_US: Run CouchPotato as specified gid.
zh_CN: 以指定的gid运行CouchPotato
index: /
port_map: "5050"
ports:
- container: "5050"
description:
en_US: WebUI HTTP Port
zh_CN: WebUI HTTP端口
volumes:
- container: /config
description:
en_US: CouchPotato config directory.
zh_CN: CouchPotato配置目录
- container: /movies
description:
en_US: CouchPotato movies directory.
zh_CN: CouchPotato电影目录
- container: /downloads
description:
en_US: CouchPotato downloads directory.
zh_CN: CouchPotato下载目录
description:
en_US: Awesome PVR for usenet and torrents. Just fill in what you want to see and CouchPotato will add it to your want to watch-list. Every day it will search through multiple sources, looking for the best possible match. If available, it will send it using your favorite download software.
zh_CN: 用于usenet和torrent的优秀PVR。只需填写您想要看到的内容CouchPotato就会将其添加到您的想要观看的列表中。每天它都会通过多个源进行搜索寻找最佳匹配。如果可用它将使用您最喜欢的下载软件发送它。
developer: CouchPotato
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/CouchPotato/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/CouchPotato/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/CouchPotato/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/CouchPotato/screenshot-3.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/CouchPotato/screenshot-4.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/CouchPotato/screenshot-5.jpg
tagline:
en_US: Automatically find movies you want to watch
zh_CN: 自动查找您想要观看的电影
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/CouchPotato/thumbnail.jpg
tips: {}
title:
en_US: CouchPotato
volumes:
- container: /config
description:
en_US: CouchPotato config directory.
zh_CN: CouchPotato配置目录
- container: /movies
description:
en_US: CouchPotato movies directory.
zh_CN: CouchPotato电影目录
- container: /downloads
description:
en_US: CouchPotato downloads directory.
zh_CN: CouchPotato下载目录
x-casaos:
architectures:
- amd64
- arm
- arm64
main_app: couchpotato
main: couchpotato
author: CasaOS Team
category: Media
description:
en_US: Awesome PVR for usenet and torrents. Just fill in what you want to see and CouchPotato will add it to your want to watch-list. Every day it will search through multiple sources, looking for the best possible match. If available, it will send it using your favorite download software.
zh_CN: 用于usenet和torrent的优秀PVR。只需填写您想要看到的内容CouchPotato就会将其添加到您的想要观看的列表中。每天它都会通过多个源进行搜索寻找最佳匹配。如果可用它将使用您最喜欢的下载软件发送它。
developer: CouchPotato
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/CouchPotato/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/CouchPotato/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/CouchPotato/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/CouchPotato/screenshot-3.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/CouchPotato/screenshot-4.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/CouchPotato/screenshot-5.jpg
tagline:
en_US: Automatically find movies you want to watch
zh_CN: 自动查找您想要观看的电影
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/CouchPotato/thumbnail.jpg
tips: {}
title:
en_US: CouchPotato

View File

@ -31,103 +31,102 @@ services:
source: /DATA
target: /DATA
x-casaos:
author: CasaOS Team
category: Downloader
container:
envs:
- container: TZ
description:
en_US: TimeZone
zh_CN: 时区
- container: PUID
description:
en_US: Run Deluge as specified uid.
zh_CN: 以指定的 uid 运行 Deluge。
- container: PGID
description:
en_US: Run Deluge as specified gid.
zh_CN: 以指定的 gid 运行 Deluge。
- container: DELUGE_LOGLEVEL
description:
en_US: Deluge Log Level
zh_CN: Deluge 日志级别
index: /
port_map: "8112"
ports:
- container: "8112"
description:
en_US: WebUI HTTP Port
zh_CN: WebUI HTTP 端口
envs:
- container: TZ
description:
en_US: TimeZone
zh_CN: 时区
- container: PUID
description:
en_US: Run Deluge as specified uid.
zh_CN: 以指定的 uid 运行 Deluge。
- container: PGID
description:
en_US: Run Deluge as specified gid.
zh_CN: 以指定的 gid 运行 Deluge。
- container: DELUGE_LOGLEVEL
description:
en_US: Deluge Log Level
zh_CN: Deluge 日志级别
index: /
port_map: "8112"
ports:
- container: "8112"
description:
en_US: WebUI HTTP Port
zh_CN: WebUI HTTP 端口
- container: "6881"
description:
en_US: Inbound torrent traffic (TCP)
zh_CN: 入站 torrent 流量TCP
- container: "6881"
description:
en_US: Inbound torrent traffic (TCP)
zh_CN: 入站 torrent 流量TCP
- container: "6881"
description:
en_US: Inbound torrent traffic (UDP)
zh_CN: 入站 torrent 流量UDP
protocol: udp
- container: "6881"
description:
en_US: Inbound torrent traffic (UDP)
zh_CN: 入站 torrent 流量UDP
protocol: udp
volumes:
- container: /config
description:
en_US: Deluge config directory.
zh_CN: Deluge 配置目录。
- container: /DATA
description:
en_US: Deluge Accessible directory.
zh_CN: Deluge 可访问目录。
description:
en_US: Deluge contains the common features to BitTorrent clients such as Protocol Encryption, DHT, Local Peer Discovery (LSD), Peer Exchange (PEX), UPnP, NAT-PMP, Proxy support, Web seeds, global and per-torrent speed limits. As Deluge heavily utilises the libtorrent library it has a comprehensive list of the features provided.
zh_CN: Deluge 包含 BitTorrent 客户端的常见功能如协议加密、DHT、本地对等发现LSD、对等交换PEX、UPnP、NAT-PMP、代理支持、Web 种子、全局和每个 torrent 速度限制。由于 Deluge 大量利用了 libtorrent 库,因此它具有提供的功能的详细列表。
developer: Deluge Team
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Deluge/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Deluge/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Deluge/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Deluge/screenshot-3.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Deluge/screenshot-4.jpg
tagline:
en_US: A lightweight and free BitTorrent client.
zh_CN: 轻量级且免费的 BitTorrent 客户端。
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Deluge/thumbnail.jpg
tips:
before_install:
en_US: |
Default Password: `deluge`
Default Accessible Path in Deluge
| Name | Value |
| --- | --- |
| DATA Path | `/DATA` |
| Downloads Path | `/DATA/Downloads` |
| Media Path | `/DATA/Media` |
The paths of other DATA subdirectories in CasaOS are also similar.
Please make sure you use the correct path when using Deluge.
zh_CN: |
默认密码:`deluge`
Deluge 中可访问的路径
| 名称 | 值 |
| --- | --- |
| DATA 路径 | `/DATA` |
| 下载路径 | `/DATA/Downloads` |
| 媒体路径 | `/DATA/Media` |
CasaOS 中其他 DATA 子目录的路径也类似。
请确保在使用 Deluge 时使用正确的路径。
title:
en_US: Deluge
volumes:
- container: /config
description:
en_US: Deluge config directory.
zh_CN: Deluge 配置目录。
- container: /DATA
description:
en_US: Deluge Accessible directory.
zh_CN: Deluge 可访问目录。
x-casaos:
architectures:
- amd64
- arm
- arm64
main_app: deluge
main: deluge
author: CasaOS Team
category: Downloader
description:
en_US: Deluge contains the common features to BitTorrent clients such as Protocol Encryption, DHT, Local Peer Discovery (LSD), Peer Exchange (PEX), UPnP, NAT-PMP, Proxy support, Web seeds, global and per-torrent speed limits. As Deluge heavily utilises the libtorrent library it has a comprehensive list of the features provided.
zh_CN: Deluge 包含 BitTorrent 客户端的常见功能如协议加密、DHT、本地对等发现LSD、对等交换PEX、UPnP、NAT-PMP、代理支持、Web 种子、全局和每个 torrent 速度限制。由于 Deluge 大量利用了 libtorrent 库,因此它具有提供的功能的详细列表。
developer: Deluge Team
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Deluge/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Deluge/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Deluge/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Deluge/screenshot-3.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Deluge/screenshot-4.jpg
tagline:
en_US: A lightweight and free BitTorrent client.
zh_CN: 轻量级且免费的 BitTorrent 客户端。
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Deluge/thumbnail.jpg
tips:
before_install:
en_US: |
Default Password: `deluge`
Default Accessible Path in Deluge
| Name | Value |
| --- | --- |
| DATA Path | `/DATA` |
| Downloads Path | `/DATA/Downloads` |
| Media Path | `/DATA/Media` |
The paths of other DATA subdirectories in CasaOS are also similar.
Please make sure you use the correct path when using Deluge.
zh_CN: |
默认密码:`deluge`
Deluge 中可访问的路径
| 名称 | 值 |
| --- | --- |
| DATA 路径 | `/DATA` |
| 下载路径 | `/DATA/Downloads` |
| 媒体路径 | `/DATA/Media` |
CasaOS 中其他 DATA 子目录的路径也类似。
请确保在使用 Deluge 时使用正确的路径。
title:
en_US: Deluge

View File

@ -27,54 +27,53 @@ services:
source: /DATA/Duplicati/source
target: /source
x-casaos:
author: CasaOS Team
category: Cloud
container:
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
index: /
port_map: "8200"
ports:
- container: "8200"
description:
en_US: ""
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
index: /
port_map: "8200"
ports:
- container: "8200"
description:
en_US: ""
volumes:
- container: /config
description:
en_US: ""
- container: /backups
description:
en_US: ""
- container: /source
description:
en_US: ""
description:
en_US: Duplicati is a free, open source, backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers.
zh_CN: Duplicati是一个免费的开源备份客户端它可以安全地存储加密的、增量的、压缩的备份文件到云存储服务和远程文件服务器。
developer: duplicati
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Duplicati/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Duplicati/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Duplicati/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Duplicati/screenshot-3.png
tagline:
en_US: Store securely encrypted backups in the cloud!
zh_CN: 在云端存储安全加密的备份文件!
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Duplicati/thumbnail.png
tips: {}
title:
en_US: Duplicati
volumes:
- container: /config
description:
en_US: ""
- container: /backups
description:
en_US: ""
- container: /source
description:
en_US: ""
x-casaos:
architectures:
- amd64
- arm64
main_app: duplicati
main: duplicati
author: CasaOS Team
category: Cloud
description:
en_US: Duplicati is a free, open source, backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers.
zh_CN: Duplicati是一个免费的开源备份客户端它可以安全地存储加密的、增量的、压缩的备份文件到云存储服务和远程文件服务器。
developer: duplicati
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Duplicati/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Duplicati/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Duplicati/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Duplicati/screenshot-3.png
tagline:
en_US: Store securely encrypted backups in the cloud!
zh_CN: 在云端存储安全加密的备份文件!
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Duplicati/thumbnail.png
tips: {}
title:
en_US: Duplicati

View File

@ -36,59 +36,58 @@ services:
source: /DATA/Media/Movies
target: /data/movies
x-casaos:
author: CasaOS Team
category: Media
container:
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
index: /
port_map: "8096"
ports:
- container: "8096"
description:
en_US: ""
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
index: /
port_map: "8096"
ports:
- container: "8096"
description:
en_US: ""
- container: "8920"
description:
en_US: ""
- container: "8920"
description:
en_US: ""
volumes:
- container: /config
description:
en_US: ""
- container: /data/tvshows
description:
en_US: ""
- container: /data/movies
description:
en_US: ""
description:
en_US: Bringing all of your home videos, music, and photos together into one place has never been easier. Your personal Emby Server automatically converts and streams your media on-the-fly to play on any device.
zh_CN: 将所有的家庭视频音乐和照片集中在一个地方从未如此简单。您的个人Emby服务器会自动转换和流媒体以便在任何设备上播放。
developer: linuxserver
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Emby/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Emby/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Emby/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Emby/screenshot-3.png
tagline:
en_US: TAKE YOUR MEDIA ANYWHERE WITH EMBY
zh_CN: 用EMBY随时随地带着媒体
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Emby/thumbnail.png
tips: {}
title:
en_US: Emby
volumes:
- container: /config
description:
en_US: ""
- container: /data/tvshows
description:
en_US: ""
- container: /data/movies
description:
en_US: ""
x-casaos:
architectures:
- amd64
- arm
- arm64
main_app: emby
main: emby
author: CasaOS Team
category: Media
description:
en_US: Bringing all of your home videos, music, and photos together into one place has never been easier. Your personal Emby Server automatically converts and streams your media on-the-fly to play on any device.
zh_CN: 将所有的家庭视频音乐和照片集中在一个地方从未如此简单。您的个人Emby服务器会自动转换和流媒体以便在任何设备上播放。
developer: linuxserver
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Emby/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Emby/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Emby/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Emby/screenshot-3.png
tagline:
en_US: TAKE YOUR MEDIA ANYWHERE WITH EMBY
zh_CN: 用EMBY随时随地带着媒体
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Emby/thumbnail.png
tips: {}
title:
en_US: Emby

View File

@ -21,48 +21,47 @@ services:
source: /DATA/AppData/embystat/config
target: /config
x-casaos:
author: CasaOS Team
category: Media
container:
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
port_map: "6555"
ports:
- container: "6555"
description:
en_US: ""
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
port_map: "6555"
ports:
- container: "6555"
description:
en_US: ""
volumes:
- container: /config
description:
en_US: ""
description:
en_US: EmbyStat is a personal web server that can calculate all kinds of statistics from your (local) Emby or Jellyfin server. Just install this on your server and let him calculate all kinds of fun stuff. This project is still in Alpha phase, but feel free to pull in on your computer and test it out yourself. When the time is right I will host a full informational website/release for common platforms and Wiki pages.
zh_CN: EmbyStat是一个个人Web服务器可以从您的本地Emby或Jellyfin服务器计算各种统计数据。只需在服务器上安装此程序让它计算各种有趣的东西。这个项目仍处于Alpha阶段但是请随时拉入您的计算机并自己测试它。当时机成熟时我将为常见平台和Wiki页面托管一个完整的信息网站/发布。
developer: Embystart Team
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Embystat/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Embystat/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Embystat/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Embystat/screenshot-3.png
tagline:
en_US: Calculate all kinds of statistics from your (local) Emby or Jellyfin server
zh_CN: 从您的本地Emby或Jellyfin服务器计算各种统计数据
thumbnail: ""
tips: {}
title:
en_US: Embystat
volumes:
- container: /config
description:
en_US: ""
x-casaos:
architectures:
- amd64
- arm
- arm64
main_app: embystat
main: embystat
author: CasaOS Team
category: Media
description:
en_US: EmbyStat is a personal web server that can calculate all kinds of statistics from your (local) Emby or Jellyfin server. Just install this on your server and let him calculate all kinds of fun stuff. This project is still in Alpha phase, but feel free to pull in on your computer and test it out yourself. When the time is right I will host a full informational website/release for common platforms and Wiki pages.
zh_CN: EmbyStat是一个个人Web服务器可以从您的本地Emby或Jellyfin服务器计算各种统计数据。只需在服务器上安装此程序让它计算各种有趣的东西。这个项目仍处于Alpha阶段但是请随时拉入您的计算机并自己测试它。当时机成熟时我将为常见平台和Wiki页面托管一个完整的信息网站/发布。
developer: Embystart Team
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Embystat/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Embystat/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Embystat/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Embystat/screenshot-3.png
tagline:
en_US: Calculate all kinds of statistics from your (local) Emby or Jellyfin server
zh_CN: 从您的本地Emby或Jellyfin服务器计算各种统计数据
thumbnail: ""
tips: {}
title:
en_US: Embystat

View File

@ -24,71 +24,70 @@ services:
source: /DATA
target: /srv
x-casaos:
author: CasaOS Team
category: Cloud
container:
envs:
- container: TZ
description:
en_US: TimeZone
zh_CN: 时区
- container: PUID
description:
en_US: Run FileBrowser as specified uid.
zh_CN: 以指定的用户ID运行FileBrowser
- container: PGID
description:
en_US: Run FileBrowser as specified gid.
zh_CN: 以指定的组ID运行FileBrowser
index: /
port_map: "80"
ports:
- container: "80"
description:
en_US: WebUI Port
zh_CN: WebUI端口
envs:
- container: TZ
description:
en_US: TimeZone
zh_CN: 时区
- container: PUID
description:
en_US: Run FileBrowser as specified uid.
zh_CN: 以指定的用户ID运行FileBrowser
- container: PGID
description:
en_US: Run FileBrowser as specified gid.
zh_CN: 以指定的组ID运行FileBrowser
index: /
port_map: "80"
ports:
- container: "80"
description:
en_US: WebUI Port
zh_CN: WebUI端口
volumes:
- container: /db
description:
en_US: FileBrowser database directory.
zh_CN: FileBrowser数据库目录
- container: /srv
description:
en_US: FileBrowser managed directory.
zh_CN: FileBrowser管理的目录
description:
en_US: File Browser - Webbased File Browser including sharing functions etc.
zh_CN: File Browser - 包含分享功能等的Webbased文件浏览器
developer: File Browser
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/FileBrowser/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/FileBrowser/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/FileBrowser/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/FileBrowser/screenshot-3.jpg
tagline:
en_US: Upload, delete, preview, rename, edit and share your files.
zh_CN: 上传,删除,预览,重命名,编辑和共享您的文件。
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/FileBrowser/thumbnail.jpg
tips:
before_install:
en_US: |
Default Account
| Username | Password |
| -------- | -------- |
| `admin` | `admin` |
zh_CN: |
默认账号
| 用户名 | 密码 |
| -------- | -------- |
| `admin` | `admin` |
title:
en_US: FileBrowser
volumes:
- container: /db
description:
en_US: FileBrowser database directory.
zh_CN: FileBrowser数据库目录
- container: /srv
description:
en_US: FileBrowser managed directory.
zh_CN: FileBrowser管理的目录
x-casaos:
architectures:
- amd64
- arm64
- arm
main_app: filebrowser
main: filebrowser
author: CasaOS Team
category: Cloud
description:
en_US: File Browser - Webbased File Browser including sharing functions etc.
zh_CN: File Browser - 包含分享功能等的Webbased文件浏览器
developer: File Browser
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/FileBrowser/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/FileBrowser/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/FileBrowser/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/FileBrowser/screenshot-3.jpg
tagline:
en_US: Upload, delete, preview, rename, edit and share your files.
zh_CN: 上传,删除,预览,重命名,编辑和共享您的文件。
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/FileBrowser/thumbnail.jpg
tips:
before_install:
en_US: |
Default Account
| Username | Password |
| -------- | -------- |
| `admin` | `admin` |
zh_CN: |
默认账号
| 用户名 | 密码 |
| -------- | -------- |
| `admin` | `admin` |
title:
en_US: FileBrowser

View File

@ -23,62 +23,61 @@ services:
source: /DATA/AppData/$AppID/data
target: /data
x-casaos:
author: CasaOS Team
category: Developer
container:
envs:
- container: USER_UID
description:
en_US: The UID (Unix user ID) of the user that runs Gitea
zh_CN: Gitea 运行的用户的 UIDUnix 用户 ID
- container: USER_GID
description:
en_US: The GID (Unix group ID) of the user that runs Gitea
zh_CN: Gitea 运行的用户的 GIDUnix 组 ID
index: /
port_map: "3000"
ports:
- container: "3000"
description:
en_US: WebUI Port
zh_CN: WebUI 端口
envs:
- container: USER_UID
description:
en_US: The UID (Unix user ID) of the user that runs Gitea
zh_CN: Gitea 运行的用户的 UIDUnix 用户 ID
- container: USER_GID
description:
en_US: The GID (Unix group ID) of the user that runs Gitea
zh_CN: Gitea 运行的用户的 GIDUnix 组 ID
index: /
port_map: "3000"
ports:
- container: "3000"
description:
en_US: WebUI Port
zh_CN: WebUI 端口
- container: "22"
description:
en_US: SSH Port
zh_CN: SSH 端口
- container: "22"
description:
en_US: SSH Port
zh_CN: SSH 端口
volumes:
- container: /data
description:
en_US: Gitea data directory.
zh_CN: Gitea 数据目录。
description:
en_US: Gitea is a community managed lightweight code hosting solution written in Go.
zh_CN: Gitea 是一个由社区管理的轻量级代码托管解决方案,由 Go 编写。
developer: Gitea
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/screenshot-3.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/screenshot-4.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/screenshot-5.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/screenshot-6.jpg
tagline:
en_US: Git with a cup of tea
zh_CN: Git 与一杯茶
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/thumbnail.png
tips:
before_install:
en_US: |
When the App is installed, the first account registered will become the administrator account.
zh_CN: |
安装应用后,注册的第一个账号将成为管理员账号。
title:
en_US: Gitea
volumes:
- container: /data
description:
en_US: Gitea data directory.
zh_CN: Gitea 数据目录。
x-casaos:
architectures:
- amd64
- arm64
main_app: gitea
main: gitea
author: CasaOS Team
category: Developer
description:
en_US: Gitea is a community managed lightweight code hosting solution written in Go.
zh_CN: Gitea 是一个由社区管理的轻量级代码托管解决方案,由 Go 编写。
developer: Gitea
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/screenshot-3.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/screenshot-4.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/screenshot-5.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/screenshot-6.jpg
tagline:
en_US: Git with a cup of tea
zh_CN: Git 与一杯茶
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Gitea/thumbnail.png
tips:
before_install:
en_US: |
When the App is installed, the first account registered will become the administrator account.
zh_CN: |
安装应用后,注册的第一个账号将成为管理员账号。
title:
en_US: Gitea

View File

@ -13,48 +13,47 @@ services:
protocol: tcp
restart: always
x-casaos:
author: CasaOS Team
category: Network
container:
index: /
port_map: "3000"
ports:
- container: "3000"
description:
en_US: ""
index: /
port_map: "3000"
ports:
- container: "3000"
description:
en_US: ""
description:
en_US: |
Grafana open source is open source visualization and analytics software.Visualizations: Fast and flexible client side graphs with a multitude of options. Panel plugins offer many different ways to visualize metrics and logs. Dynamic Dashboards: Create dynamic & reusable dashboards with template variables that appear as dropdowns at the top of the dashboard. Explore Metrics: Explore your data through ad-hoc queries and dynamic drilldown. Split view and compare different time ranges, queries and data sources side by side. Explore Logs: Experience the magic of switching from metrics to logs with preserved label filters. Quickly search through all your logs or streaming them live. Alerting: Visually define alert rules for your most important metrics. Grafana will continuously evaluate and send notifications to systems like Slack, PagerDuty, VictorOps, OpsGenie. Mixed Data Sources: Mix different data sources in the same graph! You can specify a data source on a per-query basis. This works for even custom datasources.
zh_CN: |
Grafana开源是开源可视化和分析软件。可视化快速灵活的客户端图形多种选项。面板插件提供了许多不同的方式来可视化指标和日志。动态仪表板使用模板变量创建动态和可重用的仪表板该变量在仪表板顶部显示为下拉菜单。探索指标通过即席查询和动态钻取来探索您的数据。分割视图并将不同的时间范围查询和数据源并排比较。探索日志体验从指标到日志的魔力保留标签过滤器。快速搜索所有日志或实时流。警报以可视方式为您最重要的指标定义警报规则。 Grafana将不断评估并将通知发送到SlackPagerDutyVictorOpsOpsGenie等系统。混合数据源在同一图中混合不同的数据源您可以在每个查询的基础上指定数据源。这适用于甚至自定义数据源。
developer: grafana
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Grafana/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Grafana/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Grafana/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Grafana/screenshot-3.png
tagline:
en_US: |
Grafana is a complete observability stack that allows you to monitor and analyze metrics, logs and traces. It allows you to query, visualize, alert on and understand your data no matter where it is stored.
zh_CN: |
Grafana是一个完整的可观察性堆栈允许您监视和分析指标日志和跟踪。无论数据存储在何处它都允许您查询可视化警报和理解数据。
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Grafana/thumbnail.png
tips:
before_install:
en_US: |
| username | password |
| -------- | -------- |
| `admin` | `admin` |
zh_CN: |
| 用户名 | 密码 |
| -------- | -------- |
| `admin` | `admin` |
title:
en_US: Grafana
x-casaos:
architectures:
- amd64
- arm64
- arm
main_app: grafana
main: grafana
author: CasaOS Team
category: Network
description:
en_US: |
Grafana open source is open source visualization and analytics software.Visualizations: Fast and flexible client side graphs with a multitude of options. Panel plugins offer many different ways to visualize metrics and logs. Dynamic Dashboards: Create dynamic & reusable dashboards with template variables that appear as dropdowns at the top of the dashboard. Explore Metrics: Explore your data through ad-hoc queries and dynamic drilldown. Split view and compare different time ranges, queries and data sources side by side. Explore Logs: Experience the magic of switching from metrics to logs with preserved label filters. Quickly search through all your logs or streaming them live. Alerting: Visually define alert rules for your most important metrics. Grafana will continuously evaluate and send notifications to systems like Slack, PagerDuty, VictorOps, OpsGenie. Mixed Data Sources: Mix different data sources in the same graph! You can specify a data source on a per-query basis. This works for even custom datasources.
zh_CN: |
Grafana开源是开源可视化和分析软件。可视化快速灵活的客户端图形多种选项。面板插件提供了许多不同的方式来可视化指标和日志。动态仪表板使用模板变量创建动态和可重用的仪表板该变量在仪表板顶部显示为下拉菜单。探索指标通过即席查询和动态钻取来探索您的数据。分割视图并将不同的时间范围查询和数据源并排比较。探索日志体验从指标到日志的魔力保留标签过滤器。快速搜索所有日志或实时流。警报以可视方式为您最重要的指标定义警报规则。 Grafana将不断评估并将通知发送到SlackPagerDutyVictorOpsOpsGenie等系统。混合数据源在同一图中混合不同的数据源您可以在每个查询的基础上指定数据源。这适用于甚至自定义数据源。
developer: grafana
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Grafana/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Grafana/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Grafana/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Grafana/screenshot-3.png
tagline:
en_US: |
Grafana is a complete observability stack that allows you to monitor and analyze metrics, logs and traces. It allows you to query, visualize, alert on and understand your data no matter where it is stored.
zh_CN: |
Grafana是一个完整的可观察性堆栈允许您监视和分析指标日志和跟踪。无论数据存储在何处它都允许您查询可视化警报和理解数据。
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Grafana/thumbnail.png
tips:
before_install:
en_US: |
| username | password |
| -------- | -------- |
| `admin` | `admin` |
zh_CN: |
| 用户名 | 密码 |
| -------- | -------- |
| `admin` | `admin` |
title:
en_US: Grafana

View File

@ -17,50 +17,49 @@ services:
source: /DATA/AppData/$AppID/config
target: /config
x-casaos:
author: CasaOS Team
category: Home Automation
container:
envs:
- container: TZ
description:
en_US: TimeZone
zh_CN: 时区
- container: PUID
description:
en_US: Run HomeAssistant as specified uid.
zh_CN: 以指定的uid运行HomeAssistant
- container: PGID
description:
en_US: Run HomeAssistant as specified gid.
zh_CN: 以指定的gid运行HomeAssistant
index: /
port_map: "8123"
envs:
- container: TZ
description:
en_US: TimeZone
zh_CN: 时区
- container: PUID
description:
en_US: Run HomeAssistant as specified uid.
zh_CN: 以指定的uid运行HomeAssistant
- container: PGID
description:
en_US: Run HomeAssistant as specified gid.
zh_CN: 以指定的gid运行HomeAssistant
index: /
port_map: "8123"
volumes:
- container: /config
description:
en_US: HomeAssistant config directory.
zh_CN: HomeAssistant配置目录
description:
en_US: Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.
zh_CN: 开源的家庭自动化软件将本地控制和隐私放在首位。由全球各地的爱好者和DIY爱好者组成的社区提供支持。适合在树莓派或本地服务器上运行。
developer: Home Assistant
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/HomeAssistant/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/HomeAssistant/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/HomeAssistant/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/HomeAssistant/screenshot-3.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/HomeAssistant/screenshot-4.jpg
tagline:
en_US: Awaken your home
zh_CN: 唤醒你的家
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/HomeAssistant/thumbnail.png
tips: {}
title:
en_US: Home Assistant
volumes:
- container: /config
description:
en_US: HomeAssistant config directory.
zh_CN: HomeAssistant配置目录
x-casaos:
architectures:
- amd64
- arm
- arm64
main_app: homeassistant
main: homeassistant
author: CasaOS Team
category: Home Automation
description:
en_US: Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.
zh_CN: 开源的家庭自动化软件将本地控制和隐私放在首位。由全球各地的爱好者和DIY爱好者组成的社区提供支持。适合在树莓派或本地服务器上运行。
developer: Home Assistant
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/HomeAssistant/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/HomeAssistant/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/HomeAssistant/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/HomeAssistant/screenshot-3.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/HomeAssistant/screenshot-4.jpg
tagline:
en_US: Awaken your home
zh_CN: 唤醒你的家
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/HomeAssistant/thumbnail.png
tips: {}
title:
en_US: Home Assistant

View File

@ -25,55 +25,54 @@ services:
source: /DATA/Downloads
target: /downloads
x-casaos:
author: CasaOS Team
category: Network
container:
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
- container: AUTO_UPDATE
description:
en_US: ""
index: /
port_map: "9117"
ports:
- container: "9117"
description:
en_US: ""
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
- container: AUTO_UPDATE
description:
en_US: ""
index: /
port_map: "9117"
ports:
- container: "9117"
description:
en_US: ""
volumes:
- container: /config
description:
en_US: ""
- container: /downloads
description:
en_US: ""
description:
en_US: it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar3, Lidarr, DuckieTV, qBittorrent, Nefarious etc.) into tracker-site-specific http queries, parses the html or json response, and then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping & translation logic - removing the burden from other apps.
zh_CN: Jackett是一个代理服务器它将应用程序SonarrRadarrSickRageCouchPotatoMylar3LidarrDuckieTVqBittorrentNefarious等的查询转换为特定于跟踪器网站的http查询解析html或json响应然后将结果发送回请求软件。这允许获取最近的上传如RSS并执行搜索。Jackett是维护的索引器抓取和翻译逻辑的单个存储库-从其他应用程序中删除负担。
developer: Jackett
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jackett/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jackett/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jackett/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jackett/screenshot-3.png
tagline:
en_US: Jackett works as a proxy server
zh_CN: Jackett作为代理服务器工作
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jackett/thumbnail.png
tips: {}
title:
en_US: Jackett
volumes:
- container: /config
description:
en_US: ""
- container: /downloads
description:
en_US: ""
x-casaos:
architectures:
- amd64
- arm
- arm64
main_app: jackett
main: jackett
author: CasaOS Team
category: Network
description:
en_US: it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar3, Lidarr, DuckieTV, qBittorrent, Nefarious etc.) into tracker-site-specific http queries, parses the html or json response, and then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping & translation logic - removing the burden from other apps.
zh_CN: Jackett是一个代理服务器它将应用程序SonarrRadarrSickRageCouchPotatoMylar3LidarrDuckieTVqBittorrentNefarious等的查询转换为特定于跟踪器网站的http查询解析html或json响应然后将结果发送回请求软件。这允许获取最近的上传如RSS并执行搜索。Jackett是维护的索引器抓取和翻译逻辑的单个存储库-从其他应用程序中删除负担。
developer: Jackett
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jackett/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jackett/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jackett/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jackett/screenshot-3.png
tagline:
en_US: Jackett works as a proxy server
zh_CN: Jackett作为代理服务器工作
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jackett/thumbnail.png
tips: {}
title:
en_US: Jackett

View File

@ -44,83 +44,82 @@ services:
source: /opt/vc/lib
target: /opt/vc/lib
x-casaos:
author: CasaOS Team
category: Media
container:
envs:
- container: TZ
description:
en_US: TimeZone
zh_CN: 时区
- container: PUID
description:
en_US: Run Jellyfin as specified uid.
zh_CN: Jellyfin运行的用户ID
- container: PGID
description:
en_US: Run Jellyfin as specified gid.
zh_CN: Jellyfin运行的用户组ID
- container: JELLYFIN_PublishedServerUrl
description:
en_US: The autodiscovery response domain or IP address.
zh_CN: 自动发现响应域名或IP地址
index: /
port_map: "8096"
ports:
- container: "8096"
description:
en_US: WebUI HTTP Port
zh_CN: WebUI HTTP端口
envs:
- container: TZ
description:
en_US: TimeZone
zh_CN: 时区
- container: PUID
description:
en_US: Run Jellyfin as specified uid.
zh_CN: Jellyfin运行的用户ID
- container: PGID
description:
en_US: Run Jellyfin as specified gid.
zh_CN: Jellyfin运行的用户组ID
- container: JELLYFIN_PublishedServerUrl
description:
en_US: The autodiscovery response domain or IP address.
zh_CN: 自动发现响应域名或IP地址
index: /
port_map: "8096"
ports:
- container: "8096"
description:
en_US: WebUI HTTP Port
zh_CN: WebUI HTTP端口
- container: "8920"
description:
en_US: WebUI HTTPS Port
zh_CN: WebUI HTTPS端口
- container: "8920"
description:
en_US: WebUI HTTPS Port
zh_CN: WebUI HTTPS端口
- container: "7359"
description:
en_US: Jellyfin auto-discovery Port
zh_CN: Jellyfin自动发现端口
- container: "7359"
description:
en_US: Jellyfin auto-discovery Port
zh_CN: Jellyfin自动发现端口
- container: "1900"
description:
en_US: Jellyfin DLNA Port
zh_CN: Jellyfin DLNA端口
- container: "1900"
description:
en_US: Jellyfin DLNA Port
zh_CN: Jellyfin DLNA端口
volumes:
- container: /config
description:
en_US: Jellyfin config directory.
zh_CN: Jellyfin配置目录
- container: /Media
description:
en_US: Jellyfin Media directory.
zh_CN: Jellyfin媒体目录
- container: /opt/vc/lib
description:
en_US: OpenMax libs
zh_CN: OpenMax库
description:
en_US: Jellyfin enables you to collect, manage, and stream your media. Run the Jellyfin server on your system and gain access to the leading free-software entertainment system, bells and whistles included.
zh_CN: Jellyfin让您可以收集、管理和流媒体。在您的系统上运行Jellyfin服务器即可获得免费软件娱乐系统的领先功能包括铃声和装饰。
developer: Jellyfin
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/screenshot-3.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/screenshot-4.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/screenshot-5.jpg
tagline:
en_US: Puts you in control of your media.
zh_CN: 让您控制媒体。
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/thumbnail.png
tips: {}
title:
en_US: Jellyfin
volumes:
- container: /config
description:
en_US: Jellyfin config directory.
zh_CN: Jellyfin配置目录
- container: /Media
description:
en_US: Jellyfin Media directory.
zh_CN: Jellyfin媒体目录
- container: /opt/vc/lib
description:
en_US: OpenMax libs
zh_CN: OpenMax库
x-casaos:
architectures:
- amd64
- arm
- arm64
main_app: jellyfin
main: jellyfin
author: CasaOS Team
category: Media
description:
en_US: Jellyfin enables you to collect, manage, and stream your media. Run the Jellyfin server on your system and gain access to the leading free-software entertainment system, bells and whistles included.
zh_CN: Jellyfin让您可以收集、管理和流媒体。在您的系统上运行Jellyfin服务器即可获得免费软件娱乐系统的领先功能包括铃声和装饰。
developer: Jellyfin
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/screenshot-3.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/screenshot-4.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/screenshot-5.jpg
tagline:
en_US: Puts you in control of your media.
zh_CN: 让您控制媒体。
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/thumbnail.png
tips: {}
title:
en_US: Jellyfin

View File

@ -28,58 +28,57 @@ services:
source: /DATA/AppData/lazylibrarian/config
target: /config
x-casaos:
author: CasaOS Team
category: Downloader
container:
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
- container: DOCKER_MODS
description:
en_US: ""
port_map: "5299"
ports:
- container: "5299"
description:
en_US: ""
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
- container: DOCKER_MODS
description:
en_US: ""
port_map: "5299"
ports:
- container: "5299"
description:
en_US: ""
volumes:
- container: /downloads
description:
en_US: ""
- container: /books
description:
en_US: ""
- container: /config
description:
en_US: ""
description:
en_US: Lazylibrarian is a program to follow authors and grab metadata for all your digital reading needs. It uses a combination of Goodreads Librarything and optionally GoogleBooks as sources for author info and book info. This container is based on the DobyTang fork.
zh_CN: Lazylibrarian是一个程序用于跟踪作者并获取所有数字阅读需求的元数据。它使用Goodreads Librarything和可选的GoogleBooks作为作者信息和书籍信息的来源。此容器基于DobyTang分支。
developer: Lazylibrarian Team
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lazylibrarian/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lazylibrarian/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lazylibrarian/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lazylibrarian/screenshot-3.png
tagline:
en_US: eBook Auto Downloader
zh_CN: eBook自动下载器
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lazylibrarian/thumbnail.png
tips: {}
title:
en_US: Lazylibrarian
zh_CN: Lazylibrarian
volumes:
- container: /downloads
description:
en_US: ""
- container: /books
description:
en_US: ""
- container: /config
description:
en_US: ""
x-casaos:
architectures:
- amd64
- arm
- arm64
main_app: lazylibrarian
main: lazylibrarian
author: CasaOS Team
category: Downloader
description:
en_US: Lazylibrarian is a program to follow authors and grab metadata for all your digital reading needs. It uses a combination of Goodreads Librarything and optionally GoogleBooks as sources for author info and book info. This container is based on the DobyTang fork.
zh_CN: Lazylibrarian是一个程序用于跟踪作者并获取所有数字阅读需求的元数据。它使用Goodreads Librarything和可选的GoogleBooks作为作者信息和书籍信息的来源。此容器基于DobyTang分支。
developer: Lazylibrarian Team
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lazylibrarian/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lazylibrarian/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lazylibrarian/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lazylibrarian/screenshot-3.png
tagline:
en_US: eBook Auto Downloader
zh_CN: eBook自动下载器
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lazylibrarian/thumbnail.png
tips: {}
title:
en_US: Lazylibrarian
zh_CN: Lazylibrarian

View File

@ -27,54 +27,53 @@ services:
source: /DATA/Downloads
target: /downloads
x-casaos:
author: CasaOS Team
category: Downloader
container:
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
port_map: "8686"
ports:
- container: "8686"
description:
en_US: ""
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
port_map: "8686"
ports:
- container: "8686"
description:
en_US: ""
volumes:
- container: /config
description:
en_US: ""
- container: /music
description:
en_US: ""
- container: /downloads
description:
en_US: ""
description:
en_US: Lidarr is a music collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new albums from your favorite artists and will interface with clients and indexers to grab, sort, and rename them. It can also be configured to automatically upgrade the quality of existing files in the library when a better quality format becomes available.
zh_CN: Lidarr是一个音乐收藏管理器用于Usenet和BitTorrent用户。它可以监视多个RSS源以获取来自最喜欢的艺术家的新专辑并且可以与客户端和索引器进行交互以获取排序和重命名它们。它还可以配置为在更好的质量格式可用时自动升级库中现有文件的质量。
developer: lidarr Team
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lidarr/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lidarr/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lidarr/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lidarr/screenshot-3.png
tagline:
en_US: Music collection manager for Usenet and BitTorrent users
zh_CN: 用于Usenet和BitTorrent用户的音乐收藏管理器
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lidarr/thumbnail.png
tips: {}
title:
en_US: Lidarr
volumes:
- container: /config
description:
en_US: ""
- container: /music
description:
en_US: ""
- container: /downloads
description:
en_US: ""
x-casaos:
architectures:
- amd64
- arm
- arm64
main_app: lidarr
main: lidarr
author: CasaOS Team
category: Downloader
description:
en_US: Lidarr is a music collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new albums from your favorite artists and will interface with clients and indexers to grab, sort, and rename them. It can also be configured to automatically upgrade the quality of existing files in the library when a better quality format becomes available.
zh_CN: Lidarr是一个音乐收藏管理器用于Usenet和BitTorrent用户。它可以监视多个RSS源以获取来自最喜欢的艺术家的新专辑并且可以与客户端和索引器进行交互以获取排序和重命名它们。它还可以配置为在更好的质量格式可用时自动升级库中现有文件的质量。
developer: lidarr Team
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lidarr/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lidarr/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lidarr/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lidarr/screenshot-3.png
tagline:
en_US: Music collection manager for Usenet and BitTorrent users
zh_CN: 用于Usenet和BitTorrent用户的音乐收藏管理器
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Lidarr/thumbnail.png
tips: {}
title:
en_US: Lidarr

View File

@ -26,52 +26,51 @@ services:
source: /DATA/Downloads
target: /downloads
x-casaos:
author: CasaOS Team
category: Downloader
container:
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
port_map: "8090"
ports:
- container: "8090"
description:
en_US: ""
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
port_map: "8090"
ports:
- container: "8090"
description:
en_US: ""
volumes:
- container: /config
description:
en_US: ""
- container: /comics
description:
en_US: ""
- container: /downloads
description:
en_US: ""
description:
en_US: Mylar is an automated Comic Book (cbr/cbz) downloader program for use with NZB and torrents. Mylar allows you to create a watchlist of series that it monitors for various things (new issues, updated information, etc). It will grab, sort, and rename downloaded issues. It will also allow you to monitor weekly pull-lists for items belonging to said watchlisted series to download, as well as being able to monitor and maintain story-arcs.
zh_CN: Mylar是一个自动化的漫画cbr/cbz下载程序可与NZB和torrents一起使用。 Mylar允许您创建监视列表用于监视各种事物新问题更新信息等。 它将抓取,排序和重命名下载的问题。 它还允许您监视周拉列表,以下载属于所述监视列表系列的项目,以及能够监视和维护故事弧线。
developer: Mylar3 Team
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Mylar3/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Mylar3/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Mylar3/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Mylar3/screenshot-3.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Mylar3/screenshot-4.png
tagline:
en_US: Automatic comic book (cbr/cbz) downloader
zh_CN: 自动漫画cbr/cbz下载程序
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Mylar3/thumbnail.png
tips: {}
title:
en_US: Mylar3
volumes:
- container: /config
description:
en_US: ""
- container: /comics
description:
en_US: ""
- container: /downloads
description:
en_US: ""
x-casaos:
architectures:
- amd64
- arm
- arm64
main_app: mylar3
main: mylar3
author: CasaOS Team
category: Downloader
description:
en_US: Mylar is an automated Comic Book (cbr/cbz) downloader program for use with NZB and torrents. Mylar allows you to create a watchlist of series that it monitors for various things (new issues, updated information, etc). It will grab, sort, and rename downloaded issues. It will also allow you to monitor weekly pull-lists for items belonging to said watchlisted series to download, as well as being able to monitor and maintain story-arcs.
zh_CN: Mylar是一个自动化的漫画cbr/cbz下载程序可与NZB和torrents一起使用。 Mylar允许您创建监视列表用于监视各种事物新问题更新信息等。 它将抓取,排序和重命名下载的问题。 它还允许您监视周拉列表,以下载属于所述监视列表系列的项目,以及能够监视和维护故事弧线。
developer: Mylar3 Team
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Mylar3/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Mylar3/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Mylar3/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Mylar3/screenshot-3.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Mylar3/screenshot-4.png
tagline:
en_US: Automatic comic book (cbr/cbz) downloader
zh_CN: 自动漫画cbr/cbz下载程序
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Mylar3/thumbnail.png
tips: {}
title:
en_US: Mylar3

View File

@ -19,46 +19,45 @@ services:
source: /DATA/AppData/$AppID/.n8n
target: /home/node/.n8n
x-casaos:
author: YoussofKhawaja
category: Utilities
container:
envs:
- container: TZ
description:
en_US: TimeZone
zh_CN: 时区
index: /
port_map: "5678"
ports:
- container: "5678"
description:
en_US: web port
zh_CN: web 端口
envs:
- container: TZ
description:
en_US: TimeZone
zh_CN: 时区
index: /
port_map: "5678"
ports:
- container: "5678"
description:
en_US: web port
zh_CN: web 端口
volumes:
- container: /home/node/.n8n
description:
en_US: n8n directory.
zh_CN: n8n 目录。
description:
en_US: Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
zh_CN: 免费且开源的 fair-code 许可的工作流自动化工具。轻松地在不同的服务之间自动化任务。
developer: n8n
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/N8n/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/N8n/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/N8n/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/N8n/screenshot-3.png
tagline:
en_US: Workflow automation tool
zh_CN: 工作流自动化工具
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/N8n/thumbnail.png
tips: {}
title:
en_US: n8n
volumes:
- container: /home/node/.n8n
description:
en_US: n8n directory.
zh_CN: n8n 目录。
x-casaos:
architectures:
- amd64
- arm64
- arm
main_app: n8n
main: n8n
author: YoussofKhawaja
category: Utilities
description:
en_US: Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
zh_CN: 免费且开源的 fair-code 许可的工作流自动化工具。轻松地在不同的服务之间自动化任务。
developer: n8n
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/N8n/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/N8n/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/N8n/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/N8n/screenshot-3.png
tagline:
en_US: Workflow automation tool
zh_CN: 工作流自动化工具
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/N8n/thumbnail.png
tips: {}
title:
en_US: n8n

View File

@ -20,43 +20,24 @@ services:
source: /DATA/AppData/$AppID/var/www/html
target: /var/www/html
x-casaos:
author: CasaOS Team
category: Cloud
container:
index: /
port_map: "80"
ports:
- container: "80"
description:
en_US: WebUI HTTP Port
zh_CN: WebUI HTTP 端口
index: /
port_map: "80"
ports:
- container: "80"
description:
en_US: WebUI HTTP Port
zh_CN: WebUI HTTP 端口
- container: "443"
description:
en_US: WebUI HTTPS Port
zh_CN: WebUI HTTPS 端口
- container: "443"
description:
en_US: WebUI HTTPS Port
zh_CN: WebUI HTTPS 端口
volumes:
- container: /var/www/html
description:
en_US: Nextcloud config directory.
zh_CN: Nextcloud 配置目录。
description:
en_US: Nextcloud puts your data at your fingertips, under your control. Store your documents, calendar, contacts and photos on a server at home, at one of our providers or in a data center you trust.
zh_CN: Nextcloud 将您的数据放在您的掌握之中。将您的文档、日历、联系人和照片存储在您信任的家庭服务器、我们的提供商或数据中心中。
developer: Nextcloud
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nextcloud/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nextcloud/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nextcloud/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nextcloud/screenshot-3.png
tagline:
en_US: The productivity platform that keeps you in control
zh_CN: 保持您控制的生产力平台
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nextcloud/thumbnail.jpg
tips: {}
title:
en_US: Nextcloud
volumes:
- container: /var/www/html
description:
en_US: Nextcloud config directory.
zh_CN: Nextcloud 配置目录。
x-casaos:
architectures:
- amd64
@ -66,4 +47,22 @@ x-casaos:
- mips64le
- ppc64le
- s390x
main_app: nextcloud
main: nextcloud
author: CasaOS Team
category: Cloud
description:
en_US: Nextcloud puts your data at your fingertips, under your control. Store your documents, calendar, contacts and photos on a server at home, at one of our providers or in a data center you trust.
zh_CN: Nextcloud 将您的数据放在您的掌握之中。将您的文档、日历、联系人和照片存储在您信任的家庭服务器、我们的提供商或数据中心中。
developer: Nextcloud
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nextcloud/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nextcloud/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nextcloud/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nextcloud/screenshot-3.png
tagline:
en_US: The productivity platform that keeps you in control
zh_CN: 保持您控制的生产力平台
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nextcloud/thumbnail.jpg
tips: {}
title:
en_US: Nextcloud

View File

@ -26,79 +26,78 @@ services:
source: /DATA/AppData/$AppID/etc/letsencrypt
target: /etc/letsencrypt
x-casaos:
author: CasaOS Team
category: Network
container:
index: /
port_map: "81"
ports:
- container: "80"
description:
en_US: Nginx HTTP Port
zh_CN: Nginx HTTP 端口
index: /
port_map: "81"
ports:
- container: "80"
description:
en_US: Nginx HTTP Port
zh_CN: Nginx HTTP 端口
- container: "443"
description:
en_US: Nginx HTTPS Port
zh_CN: Nginx HTTPS 端口
- container: "443"
description:
en_US: Nginx HTTPS Port
zh_CN: Nginx HTTPS 端口
- container: "81"
description:
en_US: WebUI Port
zh_CN: WebUI 端口
- container: "81"
description:
en_US: WebUI Port
zh_CN: WebUI 端口
volumes:
- container: /data
description:
en_US: Nginx Proxy Manager data directory.
zh_CN: Nginx 代理管理器数据目录。
- container: /etc/letsencrypt
description:
en_US: Nginx Proxy Manager letsencrypt directory.
zh_CN: Nginx 代理管理器 letsencrypt 目录。
description:
en_US: Nginx Proxy Manager is a simple, powerful tool to help you host multiple websites on a single server.
zh_CN: Nginx 代理管理器是一个简单、强大的工具,可帮助您在单个服务器上托管多个网站。
developer: Nginx Proxy Manager
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/NginxProxyManager/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/NginxProxyManager/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/NginxProxyManager/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/NginxProxyManager/screenshot-3.jpg
tagline:
en_US: Managing Nginx proxy hosts with a simple, powerful interface.
zh_CN: 通过简单、强大的界面管理 Nginx 代理主机。
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/NginxProxyManager/thumbnail.png
tips:
before_install:
en_US: |
⚠️ Warning!
This is a technical app, please make sure you know what you are doing.
Nginx Proxy Manager occupies ports 80 and 443 by default for built-in Nginx use. It occupies port 81 for the admin page.
Please change the CasaOS WebUI port to a port other than 80/81/443. And pay attention to whether the ports conflict with other apps. Otherwise, it may cause your CasaOS to run abnormally.
Default Administrator User
| Username | Password |
| -------- | -------- |
| `admin@example.com` | `changeme` |
zh_CN: |
⚠️ 警告!
这是一个技术类应用,请确保你知道你在做什么。
Nginx Proxy Manager 默认占用 80 和 443 端口给内置 Nginx 使用。占用 81 端口给管理页面。
请将 CasaOS WebUI 端口改为非 80/81/443 的端口。并注意是否与其他应用冲突。否则可能导致你的 CasaOS 运行异常。
默认管理员用户
| 用户名 | 密码 |
| -------- | -------- |
| `admin@example.com` | `changeme` |
title:
en_US: Nginx Proxy Manager
zh_CN: Nginx 代理管理器
volumes:
- container: /data
description:
en_US: Nginx Proxy Manager data directory.
zh_CN: Nginx 代理管理器数据目录。
- container: /etc/letsencrypt
description:
en_US: Nginx Proxy Manager letsencrypt directory.
zh_CN: Nginx 代理管理器 letsencrypt 目录。
x-casaos:
architectures:
- amd64
- arm64
- arm
main_app: nginxproxymanager
main: nginxproxymanager
author: CasaOS Team
category: Network
description:
en_US: Nginx Proxy Manager is a simple, powerful tool to help you host multiple websites on a single server.
zh_CN: Nginx 代理管理器是一个简单、强大的工具,可帮助您在单个服务器上托管多个网站。
developer: Nginx Proxy Manager
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/NginxProxyManager/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/NginxProxyManager/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/NginxProxyManager/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/NginxProxyManager/screenshot-3.jpg
tagline:
en_US: Managing Nginx proxy hosts with a simple, powerful interface.
zh_CN: 通过简单、强大的界面管理 Nginx 代理主机。
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/NginxProxyManager/thumbnail.png
tips:
before_install:
en_US: |
⚠️ Warning!
This is a technical app, please make sure you know what you are doing.
Nginx Proxy Manager occupies ports 80 and 443 by default for built-in Nginx use. It occupies port 81 for the admin page.
Please change the CasaOS WebUI port to a port other than 80/81/443. And pay attention to whether the ports conflict with other apps. Otherwise, it may cause your CasaOS to run abnormally.
Default Administrator User
| Username | Password |
| -------- | -------- |
| `admin@example.com` | `changeme` |
zh_CN: |
⚠️ 警告!
这是一个技术类应用,请确保你知道你在做什么。
Nginx Proxy Manager 默认占用 80 和 443 端口给内置 Nginx 使用。占用 81 端口给管理页面。
请将 CasaOS WebUI 端口改为非 80/81/443 的端口。并注意是否与其他应用冲突。否则可能导致你的 CasaOS 运行异常。
默认管理员用户
| 用户名 | 密码 |
| -------- | -------- |
| `admin@example.com` | `changeme` |
title:
en_US: Nginx Proxy Manager
zh_CN: Nginx 代理管理器

View File

@ -17,40 +17,39 @@ services:
source: /DATA/AppData/$AppID/data
target: /data
x-casaos:
author: CasaOS Team
category: Developer
container:
index: /
port_map: "1880"
ports:
- container: "1880"
description:
en_US: ""
index: /
port_map: "1880"
ports:
- container: "1880"
description:
en_US: ""
volumes:
- container: /data
description:
en_US: ""
description:
en_US: Node-RED is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways. It provides a browser-based editor that makes it easy to wire together flows using the wide range of nodes in the palette that can be deployed to its runtime in a single-click.
zh_CN: Node-RED是一种编程工具可将硬件设备API和在线服务以新颖的方式连接在一起。它提供了一个基于浏览器的编辑器可以轻松地将流连接在一起使用调色板中的各种节点可以在单击中将其部署到其运行时。
developer: Node-RED
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Node-RED/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Node-RED/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Node-RED/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Node-RED/screenshot-3.png
tagline:
en_US: Low-code programming for event-driven applications
zh_CN: 用于事件驱动应用程序的低代码编程
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Node-RED/thumbnail.png
tips: {}
title:
en_US: Node-RED
volumes:
- container: /data
description:
en_US: ""
x-casaos:
architectures:
- amd64
- arm64
- s390x
- arm
main_app: node-red
main: node-red
author: CasaOS Team
category: Developer
description:
en_US: Node-RED is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways. It provides a browser-based editor that makes it easy to wire together flows using the wide range of nodes in the palette that can be deployed to its runtime in a single-click.
zh_CN: Node-RED是一种编程工具可将硬件设备API和在线服务以新颖的方式连接在一起。它提供了一个基于浏览器的编辑器可以轻松地将流连接在一起使用调色板中的各种节点可以在单击中将其部署到其运行时。
developer: Node-RED
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Node-RED/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Node-RED/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Node-RED/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Node-RED/screenshot-3.png
tagline:
en_US: Low-code programming for event-driven applications
zh_CN: 用于事件驱动应用程序的低代码编程
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Node-RED/thumbnail.png
tips: {}
title:
en_US: Node-RED

View File

@ -26,58 +26,57 @@ services:
source: /DATA/Downloads
target: /downloads
x-casaos:
author: CasaOS Team
category: Downloader
container:
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
- container: NZBGET_USER
description:
en_US: ""
- container: NZBGET_PASS
description:
en_US: ""
port_map: "6789"
ports:
- container: "6789"
description:
en_US: ""
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
- container: NZBGET_USER
description:
en_US: ""
- container: NZBGET_PASS
description:
en_US: ""
port_map: "6789"
ports:
- container: "6789"
description:
en_US: ""
volumes:
- container: /config
description:
en_US: ""
- container: /downloads
description:
en_US: ""
description:
en_US: NZBGet can run on almost any device - classic PC, NAS, media player, SAT-receiver, WLAN-router, etc. The download area provides precompiled binaries for Windows, macOS, Linux (compatible with many CPUs and platform variants), FreeBSD and Android. For other platforms the program can be compiled from sources.
zh_CN: NZBGet可以在几乎任何设备上运行-经典PCNAS媒体播放器SAT接收器WLAN路由器等。下载区提供了WindowsmacOSLinux兼容许多CPU和平台变体FreeBSD和Android的预编译二进制文件。对于其他平台可以从源代码编译程序。
developer: ' Nzbget Team'
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nzbget/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nzbget/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nzbget/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nzbget/screenshot-3.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nzbget/screenshot-4.png
tagline:
en_US: Efficient Usenet downloader
zh_CN: 高效的Usenet下载器
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nzbget/thumbnail.png
tips: {}
title:
en_US: Nzbget
volumes:
- container: /config
description:
en_US: ""
- container: /downloads
description:
en_US: ""
x-casaos:
architectures:
- amd64
- arm
- arm64
main_app: nzbget
main: nzbget
author: CasaOS Team
category: Downloader
description:
en_US: NZBGet can run on almost any device - classic PC, NAS, media player, SAT-receiver, WLAN-router, etc. The download area provides precompiled binaries for Windows, macOS, Linux (compatible with many CPUs and platform variants), FreeBSD and Android. For other platforms the program can be compiled from sources.
zh_CN: NZBGet可以在几乎任何设备上运行-经典PCNAS媒体播放器SAT接收器WLAN路由器等。下载区提供了WindowsmacOSLinux兼容许多CPU和平台变体FreeBSD和Android的预编译二进制文件。对于其他平台可以从源代码编译程序。
developer: ' Nzbget Team'
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nzbget/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nzbget/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nzbget/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nzbget/screenshot-3.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nzbget/screenshot-4.png
tagline:
en_US: Efficient Usenet downloader
zh_CN: 高效的Usenet下载器
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nzbget/thumbnail.png
tips: {}
title:
en_US: Nzbget

View File

@ -22,51 +22,50 @@ services:
source: /DATA/AppData/ombi/config
target: /config
x-casaos:
author: CasaOS Team
category: Media
container:
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
- container: BASE_URL
description:
en_US: ""
port_map: "3579"
ports:
- container: "3579"
description:
en_US: ""
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
- container: BASE_URL
description:
en_US: ""
port_map: "3579"
ports:
- container: "3579"
description:
en_US: ""
volumes:
- container: /config
description:
en_US: ""
description:
en_US: Ombi is a self-hosted web application that automatically gives your shared Plex or Emby users the ability to request content by themselves! Ombi can be linked to multiple TV Show and Movie DVR tools to create a seamless end-to-end experience for your users.
zh_CN: Ombi是一个自托管的Web应用程序它可以自动为您的共享Plex或Emby用户提供自助请求内容的功能 Ombi可以链接到多个电视节目和电影DVR工具为用户提供无缝的端到端体验。
developer: Sabnzbd Team
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Ombi/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Ombi/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Ombi/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Ombi/screenshot-3.png
tagline:
en_US: Friendly media request tool, automatically syncs with your media servers!
zh_CN: 友好的媒体请求工具,自动与您的媒体服务器同步!
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Ombi/thumbnail.png
tips: {}
title:
en_US: Ombi
volumes:
- container: /config
description:
en_US: ""
x-casaos:
architectures:
- amd64
- arm
- arm64
main_app: ombi
main: ombi
author: CasaOS Team
category: Media
description:
en_US: Ombi is a self-hosted web application that automatically gives your shared Plex or Emby users the ability to request content by themselves! Ombi can be linked to multiple TV Show and Movie DVR tools to create a seamless end-to-end experience for your users.
zh_CN: Ombi是一个自托管的Web应用程序它可以自动为您的共享Plex或Emby用户提供自助请求内容的功能 Ombi可以链接到多个电视节目和电影DVR工具为用户提供无缝的端到端体验。
developer: Sabnzbd Team
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Ombi/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Ombi/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Ombi/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Ombi/screenshot-3.png
tagline:
en_US: Friendly media request tool, automatically syncs with your media servers!
zh_CN: 友好的媒体请求工具,自动与您的媒体服务器同步!
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Ombi/thumbnail.png
tips: {}
title:
en_US: Ombi

View File

@ -31,68 +31,67 @@ services:
source: /DATA/AppData/$AppID/userdata
target: /opt/openhab/userdata
x-casaos:
author: CasaOS Team
category: Home Automation
container:
envs:
- container: CRYPTO_POLICY
description:
en_US: Crypto Policy
zh_CN: 加密策略
- container: PUID
description:
en_US: Run OpenHAB as specified uid.
zh_CN: 以指定的uid运行OpenHAB。
- container: PGID
description:
en_US: Run OpenHAB as specified gid.
zh_CN: 以指定的gid运行OpenHAB。
index: /
port_map: "8080"
envs:
- container: CRYPTO_POLICY
description:
en_US: Crypto Policy
zh_CN: 加密策略
- container: PUID
description:
en_US: Run OpenHAB as specified uid.
zh_CN: 以指定的uid运行OpenHAB。
- container: PGID
description:
en_US: Run OpenHAB as specified gid.
zh_CN: 以指定的gid运行OpenHAB。
index: /
port_map: "8080"
volumes:
- container: /etc/localtime
description:
en_US: Ties the time of the container to the host's time, read only so the container cannot change the host's time.
zh_CN: 将容器的时间与主机的时间绑定,只读,因此容器无法更改主机的时间。
- container: /etc/timezone
description:
en_US: Ties the timezone of the container to the host's time zone, read only so the container cannot change the host's time zone.
zh_CN: 将容器的时区与主机的时区绑定,只读,因此容器无法更改主机的时区。
- container: /opt/openhab/addons
description:
en_US: Only needed if installing addons unavailable via UI or the Karaf Console.
zh_CN: 仅在通过UI或Karaf控制台无法安装插件时需要。
- container: /opt/openhab/conf
description:
en_US: |
Location of the conf folder for openHAB configurations (Note: you must create these folders on the host before running the container).
zh_CN: |
openHAB配置的conf文件夹位置注意在运行容器之前您必须在主机上创建这些文件夹
- container: /opt/openhab/userdata
description:
en_US: Location for logs, cache, persistence databases, etc.
zh_CN: 用于日志,缓存,持久性数据库等的位置。
description:
en_US: The open Home Automation Bus (openHAB, pronounced ˈəʊpənˈhæb) is an open source, technology agnostic home automation platform which runs as the center of your smart home! Its ability to integrate a multitude of other devices and systems. openHAB includes other home automation systems, (smart) devices and other technologies into a single solution. To provide a uniform user interface and a common approach to automation rules across the entire system, regardless of the number of manufacturers and sub-systems involved. Giving you the most flexible tool available to make almost any home automation wish come true; if you can think it, odds are that you can implement it with openHAB.
zh_CN: 开放式家庭自动化总线openHAB发音为ˈəʊpənˈhæb是一个开源的技术不可知的家庭自动化平台它作为智能家居的中心运行 它能够将多种其他设备和系统集成到一个单一的解决方案中。 为了在整个系统中提供统一的用户界面和通用的自动化规则方法,无论涉及的制造商和子系统的数量如何。 为您提供最灵活的工具,使几乎任何家庭自动化愿望成真; 如果您能想到那么您可以用openHAB实现它。
developer: openHAB
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenHAB/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenHAB/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenHAB/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenHAB/screenshot-3.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenHAB/screenshot-4.jpg
tagline:
en_US: Empowering the smart home
zh_CN: 助力智能家居
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenHAB/thumbnail.png
tips: {}
title:
en_US: OpenHAB
volumes:
- container: /etc/localtime
description:
en_US: Ties the time of the container to the host's time, read only so the container cannot change the host's time.
zh_CN: 将容器的时间与主机的时间绑定,只读,因此容器无法更改主机的时间。
- container: /etc/timezone
description:
en_US: Ties the timezone of the container to the host's time zone, read only so the container cannot change the host's time zone.
zh_CN: 将容器的时区与主机的时区绑定,只读,因此容器无法更改主机的时区。
- container: /opt/openhab/addons
description:
en_US: Only needed if installing addons unavailable via UI or the Karaf Console.
zh_CN: 仅在通过UI或Karaf控制台无法安装插件时需要。
- container: /opt/openhab/conf
description:
en_US: |
Location of the conf folder for openHAB configurations (Note: you must create these folders on the host before running the container).
zh_CN: |
openHAB配置的conf文件夹位置注意在运行容器之前您必须在主机上创建这些文件夹
- container: /opt/openhab/userdata
description:
en_US: Location for logs, cache, persistence databases, etc.
zh_CN: 用于日志,缓存,持久性数据库等的位置。
x-casaos:
architectures:
- amd64
- arm64
- arm
main_app: openhab
main: openhab
author: CasaOS Team
category: Home Automation
description:
en_US: The open Home Automation Bus (openHAB, pronounced ˈəʊpənˈhæb) is an open source, technology agnostic home automation platform which runs as the center of your smart home! Its ability to integrate a multitude of other devices and systems. openHAB includes other home automation systems, (smart) devices and other technologies into a single solution. To provide a uniform user interface and a common approach to automation rules across the entire system, regardless of the number of manufacturers and sub-systems involved. Giving you the most flexible tool available to make almost any home automation wish come true; if you can think it, odds are that you can implement it with openHAB.
zh_CN: 开放式家庭自动化总线openHAB发音为ˈəʊpənˈhæb是一个开源的技术不可知的家庭自动化平台它作为智能家居的中心运行 它能够将多种其他设备和系统集成到一个单一的解决方案中。 为了在整个系统中提供统一的用户界面和通用的自动化规则方法,无论涉及的制造商和子系统的数量如何。 为您提供最灵活的工具,使几乎任何家庭自动化愿望成真; 如果您能想到那么您可以用openHAB实现它。
developer: openHAB
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenHAB/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenHAB/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenHAB/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenHAB/screenshot-3.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenHAB/screenshot-4.jpg
tagline:
en_US: Empowering the smart home
zh_CN: 助力智能家居
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenHAB/thumbnail.png
tips: {}
title:
en_US: OpenHAB

View File

@ -13,32 +13,13 @@ services:
protocol: tcp
restart: always
x-casaos:
author: OpenSpeedTest
category: Utilities
container:
index: /
port_map: "3000"
ports:
- container: "3000"
description:
en_US: ""
index: /
port_map: "3000"
ports:
- container: "3000"
description:
en_US: ""
description:
en_US: An application for launching HTML5 Network Speed Test Server. You can test download & upload speed from any device within your network with a web browser that is IE10 or new.
zh_CN: 一个用于启动HTML5网络速度测试服务器的应用程序。您可以使用IE10或更高版本的Web浏览器从您的网络中的任何设备上测试下载和上传速度。
developer: OpenSpeedTest
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenSpeedTest/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenSpeedTest/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenSpeedTest/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenSpeedTest/screenshot-3.png
tagline:
en_US: HTML5 Network Speed Test Server.
zh_CN: HTML5网络速度测试服务器。
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenSpeedTest/thumbnail.png
tips: {}
title:
en_US: OpenSpeedTest
x-casaos:
architectures:
- amd64
@ -47,4 +28,22 @@ x-casaos:
- s390x
- "386"
- arm
main_app: openspeedtest
main: openspeedtest
author: OpenSpeedTest
category: Utilities
description:
en_US: An application for launching HTML5 Network Speed Test Server. You can test download & upload speed from any device within your network with a web browser that is IE10 or new.
zh_CN: 一个用于启动HTML5网络速度测试服务器的应用程序。您可以使用IE10或更高版本的Web浏览器从您的网络中的任何设备上测试下载和上传速度。
developer: OpenSpeedTest
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenSpeedTest/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenSpeedTest/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenSpeedTest/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenSpeedTest/screenshot-3.png
tagline:
en_US: HTML5 Network Speed Test Server.
zh_CN: HTML5网络速度测试服务器。
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenSpeedTest/thumbnail.png
tips: {}
title:
en_US: OpenSpeedTest

View File

@ -24,70 +24,69 @@ services:
source: /DATA/Gallery
target: /photoprism/originals
x-casaos:
author: CasaOS Team
category: Gallery
container:
envs:
- container: TZ
description:
en_US: TimeZone
zh_CN: 时区
- container: PHOTOPRISM_UPLOAD_NSFW
description:
en_US: true or false, is it possible to upload NSFW
zh_CN: true 或 false是否允许上传 NSFW
- container: PHOTOPRISM_ADMIN_PASSWORD
description:
en_US: The password of admin
zh_CN: 管理员密码
index: /
port_map: "2342"
ports:
- container: "2342"
description:
en_US: WebUI HTTP Port
zh_CN: WebUI HTTP 端口
envs:
- container: TZ
description:
en_US: TimeZone
zh_CN: 时区
- container: PHOTOPRISM_UPLOAD_NSFW
description:
en_US: true or false, is it possible to upload NSFW
zh_CN: true 或 false是否允许上传 NSFW
- container: PHOTOPRISM_ADMIN_PASSWORD
description:
en_US: The password of admin
zh_CN: 管理员密码
index: /
port_map: "2342"
ports:
- container: "2342"
description:
en_US: WebUI HTTP Port
zh_CN: WebUI HTTP 端口
volumes:
- container: /photoprism/storage
description:
en_US: PhotoPrism storage directory.
zh_CN: PhotoPrism 存储目录
- container: /photoprism/originals
description:
en_US: PhotoPrism originals directory.
zh_CN: PhotoPrism 原始文件目录
description:
en_US: PhotoPrism® is an AI-powered app for browsing, organizing & sharing your photo collection. It makes use of the latest technologies to tag and find pictures automatically without getting in your way. You can run it at home, on a private server, or in the cloud.
zh_CN: PhotoPrism® 是一个基于 AI 的应用程序,用于浏览、组织和共享您的照片集。它利用最新的技术自动标记和查找图片,而不会干扰您。您可以在家中、私人服务器或云中运行它。
developer: PhotoPrism
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/PhotoPrism/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/PhotoPrism/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/PhotoPrism/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/PhotoPrism/screenshot-3.jpg
tagline:
en_US: Browsing, organizing & sharing your photo collection
zh_CN: 浏览、组织和共享您的照片集
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/PhotoPrism/thumbnail.png
tips:
before_install:
en_US: |
Default Account
| Username | Password |
| -------- | -------- |
| `admin` | `casaos` |
zh_CN: |
默认账号
| 用户名 | 密码 |
| -------- | -------- |
| `admin` | `casaos` |
title:
en_US: PhotoPrism
volumes:
- container: /photoprism/storage
description:
en_US: PhotoPrism storage directory.
zh_CN: PhotoPrism 存储目录
- container: /photoprism/originals
description:
en_US: PhotoPrism originals directory.
zh_CN: PhotoPrism 原始文件目录
x-casaos:
architectures:
- amd64
- arm64
main_app: photoprism
main: photoprism
author: CasaOS Team
category: Gallery
description:
en_US: PhotoPrism® is an AI-powered app for browsing, organizing & sharing your photo collection. It makes use of the latest technologies to tag and find pictures automatically without getting in your way. You can run it at home, on a private server, or in the cloud.
zh_CN: PhotoPrism® 是一个基于 AI 的应用程序,用于浏览、组织和共享您的照片集。它利用最新的技术自动标记和查找图片,而不会干扰您。您可以在家中、私人服务器或云中运行它。
developer: PhotoPrism
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/PhotoPrism/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/PhotoPrism/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/PhotoPrism/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/PhotoPrism/screenshot-3.jpg
tagline:
en_US: Browsing, organizing & sharing your photo collection
zh_CN: 浏览、组织和共享您的照片集
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/PhotoPrism/thumbnail.png
tips:
before_install:
en_US: |
Default Account
| Username | Password |
| -------- | -------- |
| `admin` | `casaos` |
zh_CN: |
默认账号
| 用户名 | 密码 |
| -------- | -------- |
| `admin` | `casaos` |
title:
en_US: PhotoPrism

View File

@ -37,88 +37,87 @@ services:
source: /DATA/AppData/$AppID/etc/dnsmasq.d/
target: /etc/dnsmasq.d
x-casaos:
author: CasaOS Team
category: Network
container:
envs:
- container: TZ
description:
en_US: TimeZone
zh_CN: 时区
- container: WEBPASSWORD
description:
en_US: Pi-hole admin password
zh_CN: Pi-hole 管理密码
- container: VIRTUAL_HOST
description:
en_US: Pi-hole Custom Hostname
zh_CN: Pi-hole 自定义域名
- container: PROXY_LOCATION
description:
en_US: Pi-hole PROXY_LOCATION
index: /admin
port_map: "80"
ports:
- container: "80"
description:
en_US: WebUI HTTP Port
zh_CN: WebUI HTTP 端口
envs:
- container: TZ
description:
en_US: TimeZone
zh_CN: 时区
- container: WEBPASSWORD
description:
en_US: Pi-hole admin password
zh_CN: Pi-hole 管理密码
- container: VIRTUAL_HOST
description:
en_US: Pi-hole Custom Hostname
zh_CN: Pi-hole 自定义域名
- container: PROXY_LOCATION
description:
en_US: Pi-hole PROXY_LOCATION
index: /admin
port_map: "80"
ports:
- container: "80"
description:
en_US: WebUI HTTP Port
zh_CN: WebUI HTTP 端口
- container: "53"
description:
en_US: Pihole DNS port
zh_CN: Pihole DNS 端口
- container: "53"
description:
en_US: Pihole DNS port
zh_CN: Pihole DNS 端口
- container: "53"
description:
en_US: Pihole DNS port
zh_CN: Pihole DNS 端口
protocol: udp
- container: "67"
description:
en_US: Pihole DHCP IPv4 port
zh_CN: Pihole DHCP IPv4 端口
protocol: udp
- container: "547"
description:
en_US: Pihole DHCP IPv6 port
zh_CN: Pihole DHCP IPv6 端口
protocol: udp
- container: "53"
description:
en_US: Pihole DNS port
zh_CN: Pihole DNS 端口
protocol: udp
- container: "67"
description:
en_US: Pihole DHCP IPv4 port
zh_CN: Pihole DHCP IPv4 端口
protocol: udp
- container: "547"
description:
en_US: Pihole DHCP IPv6 port
zh_CN: Pihole DHCP IPv6 端口
protocol: udp
volumes:
- container: /etc/pihole
description:
en_US: Pi-hole /etc/pihole directory.
zh_CN: Pi-hole /etc/pihole 目录
- container: /etc/dnsmasq.d
description:
en_US: Pi-hole /etc/dnsmasq.d directory.
zh_CN: Pi-hole /etc/dnsmasq.d 目录
description:
en_US: Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.
zh_CN: 开源家庭自动化系统,将本地控制和隐私放在首位。由全球 DIY 爱好者和 DIY 爱好者组成的社区提供支持。适合在树莓派或本地服务器上运行。
developer: Pi-hole
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Pihole/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Pihole/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Pihole/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Pihole/screenshot-3.jpg
tagline:
en_US: Network-wide Ad Blocking
zh_CN: 网络广告拦截
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Pihole/thumbnail.jpg
tips:
before_install:
en_US: |
Default password: `casaos`
zh_CN: |
默认密码:`casaos`
title:
en_US: Pi-hole
volumes:
- container: /etc/pihole
description:
en_US: Pi-hole /etc/pihole directory.
zh_CN: Pi-hole /etc/pihole 目录
- container: /etc/dnsmasq.d
description:
en_US: Pi-hole /etc/dnsmasq.d directory.
zh_CN: Pi-hole /etc/dnsmasq.d 目录
x-casaos:
architectures:
- amd64
- arm64
- "386"
- arm
main_app: pihole
main: pihole
author: CasaOS Team
category: Network
description:
en_US: Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.
zh_CN: 开源家庭自动化系统,将本地控制和隐私放在首位。由全球 DIY 爱好者和 DIY 爱好者组成的社区提供支持。适合在树莓派或本地服务器上运行。
developer: Pi-hole
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Pihole/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Pihole/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Pihole/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Pihole/screenshot-3.jpg
tagline:
en_US: Network-wide Ad Blocking
zh_CN: 网络广告拦截
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Pihole/thumbnail.jpg
tips:
before_install:
en_US: |
Default password: `casaos`
zh_CN: |
默认密码:`casaos`
title:
en_US: Pi-hole

View File

@ -23,53 +23,52 @@ services:
source: /DATA/Media
target: /Media
x-casaos:
author: CasaOS Team
category: Media
container:
envs:
- container: PUID
description:
en_US: Run Plex as specified uid.
zh_CN: 以指定的uid运行Plex
- container: PGID
description:
en_US: Run Plex as specified gid.
zh_CN: 以指定的gid运行Plex
- container: VERSION
description:
en_US: Let Docker handle the Plex Version
zh_CN: 让Docker处理Plex版本
index: /web/index.html
port_map: "32400"
envs:
- container: PUID
description:
en_US: Run Plex as specified uid.
zh_CN: 以指定的uid运行Plex
- container: PGID
description:
en_US: Run Plex as specified gid.
zh_CN: 以指定的gid运行Plex
- container: VERSION
description:
en_US: Let Docker handle the Plex Version
zh_CN: 让Docker处理Plex版本
index: /web/index.html
port_map: "32400"
volumes:
- container: /config
description:
en_US: Plex config directory.
zh_CN: Plex配置目录
- container: /Media
description:
en_US: Plex Media directory.
zh_CN: Plex媒体目录
description:
en_US: Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone Plex Media Server. has always been a top priority. Straightforward design and bulk actions mean getting things done faster.
zh_CN: Plex整理个人媒体库中的视频音乐和照片并将其流式传输到智能电视流媒体盒子和移动设备。此容器打包为独立的Plex Media Server。一直以来Plex的顶级优先级一直是简单的设计和批量操作这意味着更快地完成任务。
developer: Plex
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Plex/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Plex/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Plex/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Plex/screenshot-3.png
tagline:
en_US: The home for all your entertainment.
zh_CN: 为您的娱乐提供家庭。
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Plex/thumbnail.png
tips: {}
title:
en_US: Plex
volumes:
- container: /config
description:
en_US: Plex config directory.
zh_CN: Plex配置目录
- container: /Media
description:
en_US: Plex Media directory.
zh_CN: Plex媒体目录
x-casaos:
architectures:
- amd64
- arm
- arm64
main_app: plex
main: plex
author: CasaOS Team
category: Media
description:
en_US: Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone Plex Media Server. has always been a top priority. Straightforward design and bulk actions mean getting things done faster.
zh_CN: Plex整理个人媒体库中的视频音乐和照片并将其流式传输到智能电视流媒体盒子和移动设备。此容器打包为独立的Plex Media Server。一直以来Plex的顶级优先级一直是简单的设计和批量操作这意味着更快地完成任务。
developer: Plex
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Plex/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Plex/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Plex/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Plex/screenshot-3.png
tagline:
en_US: The home for all your entertainment.
zh_CN: 为您的娱乐提供家庭。
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Plex/thumbnail.png
tips: {}
title:
en_US: Plex

View File

@ -21,47 +21,46 @@ services:
source: /DATA/AppData/prowlarr/config
target: /config
x-casaos:
author: CasaOS Team
category: Downloader
container:
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
port_map: "9696"
ports:
- container: "9696"
description:
en_US: ""
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
port_map: "9696"
ports:
- container: "9696"
description:
en_US: ""
volumes:
- container: /config
description:
en_US: ""
description:
en_US: Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports management of both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Lidarr, Mylar3, Radarr, Readarr, and Sonarr offering complete management of your indexers with no per app Indexer setup required (we do it all).
zh_CN: Prowlarr是一个索引器管理器/代理,建立在流行的*arr .net / reactjs基础堆栈上用于与各种PVR应用程序集成。 Prowlarr支持管理Torrent Trackers和Usenet Indexers。它与LidarrMylar3RadarrReadarr和Sonarr无缝集成提供完整的索引器管理无需每个应用程序索引器设置即可完成我们全部都做到了
developer: Prowlarr Team
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Prowlarr/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Prowlarr/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Prowlarr/screenshot-2.png
tagline:
en_US: Integration of various PVR applications
zh_CN: 各种PVR应用程序的集成
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Prowlarr/thumbnail.png
tips: {}
title:
en_US: Prowlarr
volumes:
- container: /config
description:
en_US: ""
x-casaos:
architectures:
- amd64
- arm
- arm64
main_app: prowlarr
main: prowlarr
author: CasaOS Team
category: Downloader
description:
en_US: Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports management of both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Lidarr, Mylar3, Radarr, Readarr, and Sonarr offering complete management of your indexers with no per app Indexer setup required (we do it all).
zh_CN: Prowlarr是一个索引器管理器/代理,建立在流行的*arr .net / reactjs基础堆栈上用于与各种PVR应用程序集成。 Prowlarr支持管理Torrent Trackers和Usenet Indexers。它与LidarrMylar3RadarrReadarr和Sonarr无缝集成提供完整的索引器管理无需每个应用程序索引器设置即可完成我们全部都做到了
developer: Prowlarr Team
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Prowlarr/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Prowlarr/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Prowlarr/screenshot-2.png
tagline:
en_US: Integration of various PVR applications
zh_CN: 各种PVR应用程序的集成
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Prowlarr/thumbnail.png
tips: {}
title:
en_US: Prowlarr

View File

@ -27,64 +27,63 @@ services:
source: /DATA/Downloads
target: /downloads
x-casaos:
author: CasaOS Team
category: Media
container:
envs:
- container: TZ
description:
en_US: TimeZone
zh_CN: 时区
- container: PUID
description:
en_US: Run Radarr as specified uid.
zh_CN: 以指定的uid运行Radarr
- container: PGID
description:
en_US: Run Radarr as specified gid.
zh_CN: 以指定的gid运行Radarr
index: /
port_map: "7878"
ports:
- container: "7878"
description:
en_US: WebUI HTTP Port
zh_CN: WebUI HTTP端口
envs:
- container: TZ
description:
en_US: TimeZone
zh_CN: 时区
- container: PUID
description:
en_US: Run Radarr as specified uid.
zh_CN: 以指定的uid运行Radarr
- container: PGID
description:
en_US: Run Radarr as specified gid.
zh_CN: 以指定的gid运行Radarr
index: /
port_map: "7878"
ports:
- container: "7878"
description:
en_US: WebUI HTTP Port
zh_CN: WebUI HTTP端口
volumes:
- container: /config
description:
en_US: Radarr config directory.
zh_CN: Radarr配置目录
- container: /movies
description:
en_US: Radarr movies directory.
zh_CN: Radarr电影目录
- container: /downloads
description:
en_US: Radarr downloads directory.
zh_CN: Radarr下载目录
description:
en_US: Radarr is a movie collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new movies and will interface with clients and indexers to grab, sort, and rename them. It can also be configured to automatically upgrade the quality of existing files in the library when a better quality format becomes available. Note that only one type of a given movie is supported. If you want both an 4k version and 1080p version of a given movie you will need multiple instances.
zh_CN: Radarr是一个为Usenet和BitTorrent用户提供的电影集合管理器。它可以监视多个RSS源以获取新电影并且可以与客户端和索引器进行交互以获取排序和重命名它们。它还可以配置为在更好的质量格式可用时自动升级库中现有文件的质量。请注意只支持给定电影的一种类型。如果您想要4k版本和1080p版本的给定电影则需要多个实例。
developer: Radarr
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Radarr/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Radarr/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Radarr/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Radarr/screenshot-3.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Radarr/screenshot-4.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Radarr/screenshot-5.jpg
tagline:
en_US: The movie collection manager for Usenet and BitTorrent users
zh_CN: 为Usenet和BitTorrent用户提供的电影集合管理器
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Radarr/thumbnail.jpg
tips: {}
title:
en_US: Radarr
volumes:
- container: /config
description:
en_US: Radarr config directory.
zh_CN: Radarr配置目录
- container: /movies
description:
en_US: Radarr movies directory.
zh_CN: Radarr电影目录
- container: /downloads
description:
en_US: Radarr downloads directory.
zh_CN: Radarr下载目录
x-casaos:
architectures:
- amd64
- arm
- arm64
main_app: radarr
main: radarr
author: CasaOS Team
category: Media
description:
en_US: Radarr is a movie collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new movies and will interface with clients and indexers to grab, sort, and rename them. It can also be configured to automatically upgrade the quality of existing files in the library when a better quality format becomes available. Note that only one type of a given movie is supported. If you want both an 4k version and 1080p version of a given movie you will need multiple instances.
zh_CN: Radarr是一个为Usenet和BitTorrent用户提供的电影集合管理器。它可以监视多个RSS源以获取新电影并且可以与客户端和索引器进行交互以获取排序和重命名它们。它还可以配置为在更好的质量格式可用时自动升级库中现有文件的质量。请注意只支持给定电影的一种类型。如果您想要4k版本和1080p版本的给定电影则需要多个实例。
developer: Radarr
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Radarr/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Radarr/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Radarr/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Radarr/screenshot-3.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Radarr/screenshot-4.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Radarr/screenshot-5.jpg
tagline:
en_US: The movie collection manager for Usenet and BitTorrent users
zh_CN: 为Usenet和BitTorrent用户提供的电影集合管理器
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Radarr/thumbnail.jpg
tips: {}
title:
en_US: Radarr

View File

@ -27,55 +27,54 @@ services:
source: /DATA/Downloads
target: /downloads
x-casaos:
author: CasaOS Team
category: Media
container:
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
port_map: "8787"
ports:
- container: "8787"
description:
en_US: ""
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
port_map: "8787"
ports:
- container: "8787"
description:
en_US: ""
volumes:
- container: /config
description:
en_US: ""
- container: /books
description:
en_US: ""
- container: /downloads
description:
en_US: ""
description:
en_US: Readarr is a ebook collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new books from your favorite authors and will interface with clients and indexers to grab, sort, and rename them.
zh_CN: Readarr是一个用于Usenet和BitTorrent用户的电子书收藏管理器。它可以监视多个RSS源以获取您最喜欢的作者的新书并且可以与客户端和索引器进行交互以获取排序和重命名它们。
developer: Readarr Team
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/screenshot-3.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/screenshot-4.png
tagline:
en_US: Ebook and audiobook collection manager for Usenet and BitTorrent users.
zh_CN: 用于Usenet和BitTorrent用户的电子书和有声书收藏管理器。
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/thumbnail.png
tips: {}
title:
en_US: Readarr
volumes:
- container: /config
description:
en_US: ""
- container: /books
description:
en_US: ""
- container: /downloads
description:
en_US: ""
x-casaos:
architectures:
- amd64
- arm
- arm64
main_app: readarr
main: readarr
author: CasaOS Team
category: Media
description:
en_US: Readarr is a ebook collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new books from your favorite authors and will interface with clients and indexers to grab, sort, and rename them.
zh_CN: Readarr是一个用于Usenet和BitTorrent用户的电子书收藏管理器。它可以监视多个RSS源以获取您最喜欢的作者的新书并且可以与客户端和索引器进行交互以获取排序和重命名它们。
developer: Readarr Team
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/screenshot-3.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/screenshot-4.png
tagline:
en_US: Ebook and audiobook collection manager for Usenet and BitTorrent users.
zh_CN: 用于Usenet和BitTorrent用户的电子书和有声书收藏管理器。
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/thumbnail.png
tips: {}
title:
en_US: Readarr

View File

@ -27,58 +27,57 @@ services:
source: /DATA/Downloads
target: /downloads
x-casaos:
author: CasaOS Team
category: Media
container:
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
port_map: "8080"
ports:
- container: "8080"
description:
en_US: ""
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
port_map: "8080"
ports:
- container: "8080"
description:
en_US: ""
volumes:
- container: /incomplete-downloads
description:
en_US: ""
- container: /config
description:
en_US: ""
- container: /downloads
description:
en_US: ""
description:
en_US: SABnzbd is an Open Source Binary Newsreader written in Python. It's totally free, easy to use, and works practically everywhere. SABnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction. SABnzbd offers an easy setup wizard and has self-analysis tools to verify your setup.
zh_CN: SABnzbd是一个开源的二进制新闻阅读器由Python编写。它完全免费易于使用几乎可以在任何地方使用。 SABnzbd通过自动化我们可以实现的所有内容来使Usenet尽可能简单和流畅。您所要做的就是添加一个.nzb。 SABnzbd从那里开始它将自动下载验证修复提取和归档零人工干预。 SABnzbd提供了一个简单的安装向导并具有自我分析工具来验证您的设置。
developer: Sabnzbd Team
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sabnzbd/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sabnzbd/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sabnzbd/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sabnzbd/screenshot-3.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sabnzbd/screenshot-4.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sabnzbd/screenshot-5.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sabnzbd/screenshot-6.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sabnzbd/screenshot-7.png
tagline:
en_US: Free and easy binary newsreader
zh_CN: 免费易用的二进制新闻阅读器
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/thumbnail.png
tips: {}
title:
en_US: Sabnzbd
volumes:
- container: /incomplete-downloads
description:
en_US: ""
- container: /config
description:
en_US: ""
- container: /downloads
description:
en_US: ""
x-casaos:
architectures:
- amd64
- arm
- arm64
main_app: sabnzbd
main: sabnzbd
author: CasaOS Team
category: Media
description:
en_US: SABnzbd is an Open Source Binary Newsreader written in Python. It's totally free, easy to use, and works practically everywhere. SABnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction. SABnzbd offers an easy setup wizard and has self-analysis tools to verify your setup.
zh_CN: SABnzbd是一个开源的二进制新闻阅读器由Python编写。它完全免费易于使用几乎可以在任何地方使用。 SABnzbd通过自动化我们可以实现的所有内容来使Usenet尽可能简单和流畅。您所要做的就是添加一个.nzb。 SABnzbd从那里开始它将自动下载验证修复提取和归档零人工干预。 SABnzbd提供了一个简单的安装向导并具有自我分析工具来验证您的设置。
developer: Sabnzbd Team
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sabnzbd/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sabnzbd/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sabnzbd/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sabnzbd/screenshot-3.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sabnzbd/screenshot-4.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sabnzbd/screenshot-5.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sabnzbd/screenshot-6.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sabnzbd/screenshot-7.png
tagline:
en_US: Free and easy binary newsreader
zh_CN: 免费易用的二进制新闻阅读器
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/thumbnail.png
tips: {}
title:
en_US: Sabnzbd

View File

@ -27,59 +27,58 @@ services:
source: /DATA/Media/TV Shows
target: /tv
x-casaos:
author: CasaOS Team
category: Media
container:
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
port_map: "8081"
ports:
- container: "8081"
description:
en_US: ""
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
port_map: "8081"
ports:
- container: "8081"
description:
en_US: ""
volumes:
- container: /config
description:
en_US: ""
- container: /downloads
description:
en_US: ""
- container: /tv
description:
en_US: ""
description:
en_US: |
SickChill is an automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic: automatic torrent/nzb searching, downloading, and processing at the qualities you want.
zh_CN: |
SickChill是一个自动视频库管理器。它会监视您喜欢的节目的新剧集当它们发布时它会自动搜索、下载和处理您想要的质量。
developer: Sickchill Team
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sickchill/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sickchill/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sickchill/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sickchill/screenshot-3.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sickchill/screenshot-4.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sickchill/screenshot-5.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sickchill/screenshot-6.png
tagline:
en_US: Automatic video library manager for TV Shows
zh_CN: 自动视频库管理器
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/thumbnail.png
tips: {}
title:
en_US: Sickchill
volumes:
- container: /config
description:
en_US: ""
- container: /downloads
description:
en_US: ""
- container: /tv
description:
en_US: ""
x-casaos:
architectures:
- amd64
- arm
- arm64
main_app: sickchill
main: sickchill
author: CasaOS Team
category: Media
description:
en_US: |
SickChill is an automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic: automatic torrent/nzb searching, downloading, and processing at the qualities you want.
zh_CN: |
SickChill是一个自动视频库管理器。它会监视您喜欢的节目的新剧集当它们发布时它会自动搜索、下载和处理您想要的质量。
developer: Sickchill Team
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sickchill/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sickchill/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sickchill/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sickchill/screenshot-3.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sickchill/screenshot-4.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sickchill/screenshot-5.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sickchill/screenshot-6.png
tagline:
en_US: Automatic video library manager for TV Shows
zh_CN: 自动视频库管理器
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Readarr/thumbnail.png
tips: {}
title:
en_US: Sickchill

View File

@ -24,53 +24,52 @@ services:
source: /DATA/AppData/smokeping/data
target: /data
x-casaos:
author: CasaOS Team
category: Network
container:
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
port_map: "80"
ports:
- container: "80"
description:
en_US: ""
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
port_map: "80"
ports:
- container: "80"
description:
en_US: ""
volumes:
- container: /config
description:
en_US: ""
- container: /data
description:
en_US: ""
description:
en_US: keeps track of your network latency.
zh_CN: 用于跟踪您的网络延迟。
developer: Lazylibrarian Team
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/screenshot-3.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/screenshot-4.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/screenshot-5.png
tagline:
en_US: Free open source network performance monitoring tool
zh_CN: 免费开源的网络性能监控工具
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/thumbnail.png
tips: {}
title:
en_US: Smokeping
volumes:
- container: /config
description:
en_US: ""
- container: /data
description:
en_US: ""
x-casaos:
architectures:
- amd64
- arm
- arm64
main_app: smokeping
main: smokeping
author: CasaOS Team
category: Network
description:
en_US: keeps track of your network latency.
zh_CN: 用于跟踪您的网络延迟。
developer: Lazylibrarian Team
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/screenshot-3.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/screenshot-4.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/screenshot-5.png
tagline:
en_US: Free open source network performance monitoring tool
zh_CN: 免费开源的网络性能监控工具
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Smokeping/thumbnail.png
tips: {}
title:
en_US: Smokeping

View File

@ -27,62 +27,61 @@ services:
source: /DATA/Downloads
target: /downloads
x-casaos:
author: CasaOS Team
category: Media
container:
envs:
- container: TZ
description:
en_US: TimeZone
zh_CN: 时区
- container: PUID
description:
en_US: Run Sonarr as specified uid.
zh_CN: 以指定的uid运行Sonarr
- container: PGID
description:
en_US: Run Sonarr as specified gid.
zh_CN: 以指定的gid运行Sonarr
index: /
port_map: "8989"
ports:
- container: "8989"
description:
en_US: WebUI HTTP Port
zh_CN: WebUI HTTP端口
envs:
- container: TZ
description:
en_US: TimeZone
zh_CN: 时区
- container: PUID
description:
en_US: Run Sonarr as specified uid.
zh_CN: 以指定的uid运行Sonarr
- container: PGID
description:
en_US: Run Sonarr as specified gid.
zh_CN: 以指定的gid运行Sonarr
index: /
port_map: "8989"
ports:
- container: "8989"
description:
en_US: WebUI HTTP Port
zh_CN: WebUI HTTP端口
volumes:
- container: /config
description:
en_US: Sonarr config directory.
zh_CN: Sonarr配置目录
- container: /tv
description:
en_US: Sonarr tv directory.
zh_CN: Sonarr TV目录
- container: /downloads
description:
en_US: Sonarr downloads directory.
zh_CN: Sonarr下载目录
description:
en_US: Sonarr is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.
zh_CN: Sonarr是一个用于Usenet和BitTorrent用户的PVR。它可以监视多个RSS源以获取您最喜欢的节目的新剧集并且可以抓取排序和重命名它们。它还可以配置为在出现更好的质量格式时自动升级已下载文件的质量。
developer: Sonarr
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sonarr/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sonarr/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sonarr/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sonarr/screenshot-3.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sonarr/screenshot-4.jpg
tagline:
en_US: The PVR for Usenet and BitTorrent users
zh_CN: 用于Usenet和BitTorrent用户的PVR
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Radarr/thumbnail.jpg
tips: {}
title:
en_US: Sonarr
volumes:
- container: /config
description:
en_US: Sonarr config directory.
zh_CN: Sonarr配置目录
- container: /tv
description:
en_US: Sonarr tv directory.
zh_CN: Sonarr TV目录
- container: /downloads
description:
en_US: Sonarr downloads directory.
zh_CN: Sonarr下载目录
x-casaos:
architectures:
- amd64
- arm64
main_app: sonarr
main: sonarr
author: CasaOS Team
category: Media
description:
en_US: Sonarr is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.
zh_CN: Sonarr是一个用于Usenet和BitTorrent用户的PVR。它可以监视多个RSS源以获取您最喜欢的节目的新剧集并且可以抓取排序和重命名它们。它还可以配置为在出现更好的质量格式时自动升级已下载文件的质量。
developer: Sonarr
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sonarr/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sonarr/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sonarr/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sonarr/screenshot-3.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sonarr/screenshot-4.jpg
tagline:
en_US: The PVR for Usenet and BitTorrent users
zh_CN: 用于Usenet和BitTorrent用户的PVR
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Radarr/thumbnail.jpg
tips: {}
title:
en_US: Sonarr

View File

@ -33,70 +33,69 @@ services:
source: /DATA
target: /DATA
x-casaos:
author: CasaOS Team
category: Backup
container:
envs:
- container: TZ
description:
en_US: TimeZone
zh_CN: 时区
- container: PUID
description:
en_US: Run Syncthing as specified uid.
zh_CN: 以指定的用户ID运行Syncthing
- container: PGID
description:
en_US: Run Syncthing as specified gid.
zh_CN: 以指定的组ID运行Syncthing
index: /
port_map: "8384"
ports:
- container: "8384"
description:
en_US: WebUI HTTP Port
zh_CN: WebUI HTTP端口
envs:
- container: TZ
description:
en_US: TimeZone
zh_CN: 时区
- container: PUID
description:
en_US: Run Syncthing as specified uid.
zh_CN: 以指定的用户ID运行Syncthing
- container: PGID
description:
en_US: Run Syncthing as specified gid.
zh_CN: 以指定的组ID运行Syncthing
index: /
port_map: "8384"
ports:
- container: "8384"
description:
en_US: WebUI HTTP Port
zh_CN: WebUI HTTP端口
- container: "22000"
description:
en_US: Syncthing listening Port (TCP)
zh_CN: Syncthing监听端口TCP
- container: "22000"
description:
en_US: Syncthing listening Port (TCP)
zh_CN: Syncthing监听端口TCP
- container: "22000"
description:
en_US: Syncthing listening Port (UDP)
zh_CN: Syncthing监听端口UDP
protocol: udp
- container: "21027"
description:
en_US: Syncthing protocol discovery Port (TCP)
zh_CN: Syncthing协议发现端口TCP
protocol: udp
- container: "22000"
description:
en_US: Syncthing listening Port (UDP)
zh_CN: Syncthing监听端口UDP
protocol: udp
- container: "21027"
description:
en_US: Syncthing protocol discovery Port (TCP)
zh_CN: Syncthing协议发现端口TCP
protocol: udp
volumes:
- container: /config
description:
en_US: Syncthing config directory.
zh_CN: Syncthing配置目录
- container: /DATA
description:
en_US: Syncthing Accessible Directory.
zh_CN: Syncthing可访问目录
description:
en_US: Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it's transmitted over the internet.
zh_CN: Syncthing是一个持续的文件同步程序。它实时同步两台或多台计算机之间的文件安全地保护免受窥视。您的数据是您自己的数据您有权选择将其存储在何处是否与第三方共享以及如何通过互联网传输。
developer: Syncthing
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Syncthing/icon.png
tagline:
en_US: Free, secure, and distributed file synchronisation tool.
zh_CN: 免费,安全,分布式的文件同步工具。
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/thumbnail.jpg
tips: {}
title:
en_US: Syncthing
volumes:
- container: /config
description:
en_US: Syncthing config directory.
zh_CN: Syncthing配置目录
- container: /DATA
description:
en_US: Syncthing Accessible Directory.
zh_CN: Syncthing可访问目录
x-casaos:
architectures:
- amd64
- arm
- arm64
main_app: syncthing
main: syncthing
author: CasaOS Team
category: Backup
description:
en_US: Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it's transmitted over the internet.
zh_CN: Syncthing是一个持续的文件同步程序。它实时同步两台或多台计算机之间的文件安全地保护免受窥视。您的数据是您自己的数据您有权选择将其存储在何处是否与第三方共享以及如何通过互联网传输。
developer: Syncthing
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Syncthing/icon.png
tagline:
en_US: Free, secure, and distributed file synchronisation tool.
zh_CN: 免费,安全,分布式的文件同步工具。
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/thumbnail.jpg
tips: {}
title:
en_US: Syncthing

View File

@ -27,69 +27,68 @@ services:
source: /DATA/AppData/$AppID/config
target: /var/lib/tailscale
x-casaos:
author: EzyoStudio
category: Network
container:
envs:
- container: TS_AUTH_ONCE
description:
en_US: if true, only attempt to log in if not already logged in. If false, forcibly log in every time the container starts.
zh_CN: 如果为 true则仅在未登录时尝试登录。如果为 false则每次启动容器时强制登录。
- container: TS_EXTRA_ARGS
description:
en_US: |
extra arguments to `tailscale up`.
zh_CN: |
`tailscale up` 的额外参数。
- container: TS_STATE_DIR
description:
en_US: the directory in which to store tailscaled state. The data should persist across container restarts.
zh_CN: 存储 tailscaled 状态的目录。数据应在容器重新启动时保持持久。
port_map: "80"
envs:
- container: TS_AUTH_ONCE
description:
en_US: if true, only attempt to log in if not already logged in. If false, forcibly log in every time the container starts.
zh_CN: 如果为 true则仅在未登录时尝试登录。如果为 false则每次启动容器时强制登录。
- container: TS_EXTRA_ARGS
description:
en_US: |
extra arguments to `tailscale up`.
zh_CN: |
`tailscale up` 的额外参数。
- container: TS_STATE_DIR
description:
en_US: the directory in which to store tailscaled state. The data should persist across container restarts.
zh_CN: 存储 tailscaled 状态的目录。数据应在容器重新启动时保持持久。
port_map: "80"
volumes:
- container: /dev/net/tun
description:
en_US: ""
- container: /var/lib
description:
en_US: ""
- container: /var/lib/tailscale
description:
en_US: ""
description:
en_US: Tailscale lets you easily manage access to private resources, quickly SSH into devices on your network, and work securely from anywhere in the world.
zh_CN: Tailscale 让您轻松管理对私有资源的访问,快速 SSH 到网络上的设备,并在世界各地安全地工作。
developer: Tailscale
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/TailscaleDaemon/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/TailscaleDaemon/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/TailscaleDaemon/screenshot-2.jpg
tagline:
en_US: Connect your devices and users together in your own secure virtual private network.
zh_CN: 在您自己的安全虚拟专用网络中将设备和用户连接在一起。
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/TailscaleDaemon/thumbnail.jpg
tips:
before_install:
en_US: |
Tailscale hostname: `casaos`
After install:
Go to the container log and connect to your tailscale account using the link provided
zh_CN: |
Tailscale 主机名:`casaos`
安装后:
前往容器日志并使用提供的链接连接到您的 tailscale 帐户
title:
en_US: Tailscale Daemon
zh_CN: Tailscale 守护进程
volumes:
- container: /dev/net/tun
description:
en_US: ""
- container: /var/lib
description:
en_US: ""
- container: /var/lib/tailscale
description:
en_US: ""
x-casaos:
architectures:
- arm64
- arm
- "386"
- amd64
main_app: tailscale-daemon
main: tailscale-daemon
author: EzyoStudio
category: Network
description:
en_US: Tailscale lets you easily manage access to private resources, quickly SSH into devices on your network, and work securely from anywhere in the world.
zh_CN: Tailscale 让您轻松管理对私有资源的访问,快速 SSH 到网络上的设备,并在世界各地安全地工作。
developer: Tailscale
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/TailscaleDaemon/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/TailscaleDaemon/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/TailscaleDaemon/screenshot-2.jpg
tagline:
en_US: Connect your devices and users together in your own secure virtual private network.
zh_CN: 在您自己的安全虚拟专用网络中将设备和用户连接在一起。
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/TailscaleDaemon/thumbnail.jpg
tips:
before_install:
en_US: |
Tailscale hostname: `casaos`
After install:
Go to the container log and connect to your tailscale account using the link provided
zh_CN: |
Tailscale 主机名:`casaos`
安装后:
前往容器日志并使用提供的链接连接到您的 tailscale 帐户
title:
en_US: Tailscale Daemon
zh_CN: Tailscale 守护进程

View File

@ -20,51 +20,50 @@ services:
source: /DATA/AppData/$AppID/config
target: /config
x-casaos:
author: Triskae
category: Media
container:
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
index: /
port_map: "8181"
ports:
- container: "8181"
description:
en_US: ""
protocol: ""
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
index: /
port_map: "8181"
ports:
- container: "8181"
description:
en_US: ""
protocol: ""
volumes:
- container: /config
description:
en_US: ""
description:
en_US: Tautulli is a 3rd party application that you can run alongside your Plex Media Server to monitor activity and track various statistics.
zh_CN: Tautulli是您可以在Plex Media Server旁边运行的第三方应用程序用于监视活动并跟踪各种统计信息。
developer: Tautulli Team
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Tautulli/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Tautulli/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Tautulli/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Tautulli/screenshot-3.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Tautulli/screenshot-4.png
tagline:
en_US: Monitor your Plex Media Server and much more.
zh_CN: 监视您的Plex Media Server以及更多内容。
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Tautulli/thumbnail.png
tips: {}
title:
en_US: Tautulli
volumes:
- container: /config
description:
en_US: ""
x-casaos:
architectures:
- amd64
- arm
- arm64
main_app: tautulli
main: tautulli
author: Triskae
category: Media
description:
en_US: Tautulli is a 3rd party application that you can run alongside your Plex Media Server to monitor activity and track various statistics.
zh_CN: Tautulli是您可以在Plex Media Server旁边运行的第三方应用程序用于监视活动并跟踪各种统计信息。
developer: Tautulli Team
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Tautulli/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Tautulli/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Tautulli/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Tautulli/screenshot-3.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Tautulli/screenshot-4.png
tagline:
en_US: Monitor your Plex Media Server and much more.
zh_CN: 监视您的Plex Media Server以及更多内容。
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Tautulli/thumbnail.png
tips: {}
title:
en_US: Tautulli

View File

@ -37,87 +37,86 @@ services:
source: /DATA/Downloads/watch
target: /watch
x-casaos:
author: CasaOS Team
category: Network
container:
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
- container: TRANSMISSION_WEB_HOME
description:
en_US: ""
- container: USER
description:
en_US: ""
- container: PASS
description:
en_US: ""
- container: PEERPORT
description:
en_US: ""
index: /
port_map: "9091"
ports:
- container: "9091"
description:
en_US: ""
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: TZ
description:
en_US: ""
- container: TRANSMISSION_WEB_HOME
description:
en_US: ""
- container: USER
description:
en_US: ""
- container: PASS
description:
en_US: ""
- container: PEERPORT
description:
en_US: ""
index: /
port_map: "9091"
ports:
- container: "9091"
description:
en_US: ""
- container: "51413"
description:
en_US: ""
- container: "51413"
description:
en_US: ""
- container: "51413"
description:
en_US: ""
protocol: udp
- container: "51413"
description:
en_US: ""
protocol: udp
volumes:
- container: /config
description:
en_US: ""
- container: /downloads
description:
en_US: ""
- container: /watch
description:
en_US: ""
description:
en_US: |
Transmission is an open source, volunteer-based project. Unlike some BitTorrent clients, Transmission doesn''t play games with its users to make money: Transmission doesn''t bundle toolbars, pop-up ads, flash ads, twitter tools, or anything else. It doesn''t hold some features back for a payware version. Its source code is available for anyone to review. We don''t track our users, and our website and forums have no third-party ads or analytics.
zh_CN: |
Transmission 是一个开源的、志愿者驱动的项目。与某些 BitTorrent 客户端不同Transmission 不会以赚钱为目的来玩弄用户Transmission 不会捆绑工具栏、弹出广告、Flash 广告、Twitter 工具或其他任何东西。它不会将某些功能留给付费版本。它的源代码可供任何人查看。我们不会跟踪我们的用户,我们的网站和论坛没有第三方广告或分析。
developer: Transmission
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Transmission/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Transmission/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Transmission/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Transmission/screenshot-3.png
tagline:
en_US: Transmission is a cross-platform BitTorrent client
zh_CN: Transmission 是一个跨平台的 BitTorrent 客户端
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Transmission/thumbnail.png
tips:
before_install:
en_US: |
| username | password |
| -------- | -------- |
| `casaos` | `casaos` |
zh_CN: |
| 用户名 | 密码 |
| -------- | -------- |
| `casaos` | `casaos` |
title:
en_US: Transmission
volumes:
- container: /config
description:
en_US: ""
- container: /downloads
description:
en_US: ""
- container: /watch
description:
en_US: ""
x-casaos:
architectures:
- amd64
- arm
- arm64
main_app: transmission
main: transmission
author: CasaOS Team
category: Network
description:
en_US: |
Transmission is an open source, volunteer-based project. Unlike some BitTorrent clients, Transmission doesn''t play games with its users to make money: Transmission doesn''t bundle toolbars, pop-up ads, flash ads, twitter tools, or anything else. It doesn''t hold some features back for a payware version. Its source code is available for anyone to review. We don''t track our users, and our website and forums have no third-party ads or analytics.
zh_CN: |
Transmission 是一个开源的、志愿者驱动的项目。与某些 BitTorrent 客户端不同Transmission 不会以赚钱为目的来玩弄用户Transmission 不会捆绑工具栏、弹出广告、Flash 广告、Twitter 工具或其他任何东西。它不会将某些功能留给付费版本。它的源代码可供任何人查看。我们不会跟踪我们的用户,我们的网站和论坛没有第三方广告或分析。
developer: Transmission
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Transmission/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Transmission/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Transmission/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Transmission/screenshot-3.png
tagline:
en_US: Transmission is a cross-platform BitTorrent client
zh_CN: Transmission 是一个跨平台的 BitTorrent 客户端
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Transmission/thumbnail.png
tips:
before_install:
en_US: |
| username | password |
| -------- | -------- |
| `casaos` | `casaos` |
zh_CN: |
| 用户名 | 密码 |
| -------- | -------- |
| `casaos` | `casaos` |
title:
en_US: Transmission

View File

@ -46,85 +46,84 @@ services:
source: /DATA/AppData/$AppID/config
target: /config
x-casaos:
author: CasaOS Team
category: Network
container:
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: MEM_LIMIT
description:
en_US: ""
- container: MEM_STARTUP
description:
en_US: ""
index: /
port_map: "8080"
ports:
- container: "3478"
description:
en_US: ""
protocol: udp
- container: "10001"
description:
en_US: ""
protocol: udp
- container: "8080"
description:
en_US: ""
envs:
- container: PUID
description:
en_US: ""
- container: PGID
description:
en_US: ""
- container: MEM_LIMIT
description:
en_US: ""
- container: MEM_STARTUP
description:
en_US: ""
index: /
port_map: "8080"
ports:
- container: "3478"
description:
en_US: ""
protocol: udp
- container: "10001"
description:
en_US: ""
protocol: udp
- container: "8080"
description:
en_US: ""
- container: "8443"
description:
en_US: ""
- container: "8443"
description:
en_US: ""
- container: "1900"
description:
en_US: ""
protocol: udp
- container: "8843"
description:
en_US: ""
- container: "1900"
description:
en_US: ""
protocol: udp
- container: "8843"
description:
en_US: ""
- container: "8880"
description:
en_US: ""
- container: "8880"
description:
en_US: ""
- container: "6789"
description:
en_US: ""
- container: "6789"
description:
en_US: ""
- container: "5514"
description:
en_US: ""
protocol: udp
- container: "5514"
description:
en_US: ""
protocol: udp
volumes:
- container: /config
description:
en_US: ""
description:
en_US: For Unifi to adopt other devices, e.g. an Access Point, it is required to change the inform IP address. Because Unifi runs inside Docker by default it uses an IP address not accessible by other devices. To change this go to Settings > System Settings > Controller Configuration and set the Controller Hostname/IP to a hostname or IP address accessible by your devices. Additionally the checkbox "Override inform host with controller hostname/IP" has to be checked, so that devices can connect to the controller during adoption (devices use the inform-endpoint during adoption).
zh_CN: 为了让Unifi控制器能够管理其他设备例如无线接入点需要修改inform IP地址。因为Unifi控制器默认运行在Docker中所以它使用的IP地址不可被其他设备访问。要修改这个设置请前往设置>系统设置>控制器配置,将控制器主机名/ IP设置为可被您的设备访问的主机名或IP地址。此外必须选中“使用控制器主机名/ IP覆盖inform主机”复选框以便在采用期间设备可以连接到控制器设备在采用期间使用inform-endpoint
developer: LinuxServer.io
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Unifi-controller/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Unifi-controller/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Unifi-controller/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Unifi-controller/screenshot-3.png
tagline:
en_US: The Unifi-controller software is a powerful, enterprise wireless software engine ideal for high-density client deployments requiring low latency and high uptime performance.
zh_CN: Unifi控制器软件是一种功能强大的企业级无线软件引擎适用于需要低延迟和高可用性性能的高密度客户端部署。
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Unifi-controller/thumbnail.png
tips: {}
title:
en_US: Unifi-controller
zh_CN: Unifi控制器
volumes:
- container: /config
description:
en_US: ""
x-casaos:
architectures:
- amd64
- arm64
main_app: unifi-controller
main: unifi-controller
author: CasaOS Team
category: Network
description:
en_US: For Unifi to adopt other devices, e.g. an Access Point, it is required to change the inform IP address. Because Unifi runs inside Docker by default it uses an IP address not accessible by other devices. To change this go to Settings > System Settings > Controller Configuration and set the Controller Hostname/IP to a hostname or IP address accessible by your devices. Additionally the checkbox "Override inform host with controller hostname/IP" has to be checked, so that devices can connect to the controller during adoption (devices use the inform-endpoint during adoption).
zh_CN: 为了让Unifi控制器能够管理其他设备例如无线接入点需要修改inform IP地址。因为Unifi控制器默认运行在Docker中所以它使用的IP地址不可被其他设备访问。要修改这个设置请前往设置>系统设置>控制器配置,将控制器主机名/ IP设置为可被您的设备访问的主机名或IP地址。此外必须选中“使用控制器主机名/ IP覆盖inform主机”复选框以便在采用期间设备可以连接到控制器设备在采用期间使用inform-endpoint
developer: LinuxServer.io
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Unifi-controller/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Unifi-controller/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Unifi-controller/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Unifi-controller/screenshot-3.png
tagline:
en_US: The Unifi-controller software is a powerful, enterprise wireless software engine ideal for high-density client deployments requiring low latency and high uptime performance.
zh_CN: Unifi控制器软件是一种功能强大的企业级无线软件引擎适用于需要低延迟和高可用性性能的高密度客户端部署。
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Unifi-controller/thumbnail.png
tips: {}
title:
en_US: Unifi-controller
zh_CN: Unifi控制器

View File

@ -17,43 +17,42 @@ services:
source: /DATA/AppData/$AppID/app/data
target: /app/data
x-casaos:
author: CasaOS Team
category: Network
container:
index: /
port_map: "3001"
ports:
- container: "3001"
description:
en_US: WebUI Port
zh_CN: WebUI 端口
index: /
port_map: "3001"
ports:
- container: "3001"
description:
en_US: WebUI Port
zh_CN: WebUI 端口
volumes:
- container: /app/data
description:
en_US: Uptime Kuma data directory.
zh_CN: Uptime Kuma 数据目录。
description:
en_US: It is a self-hosted monitoring tool like "Uptime Robot".
zh_CN: Uptime Kuma 是一个自托管的监控工具,类似于 Uptime Robot。
developer: Louis Lam
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/UptimeKuma/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/UptimeKuma/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/UptimeKuma/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/UptimeKuma/screenshot-3.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/UptimeKuma/screenshot-4.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/UptimeKuma/screenshot-5.jpg
tagline:
en_US: A fancy monitoring tool
zh_CN: 一个漂亮的监控工具
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/UptimeKuma/thumbnail.png
tips: {}
title:
en_US: Uptime Kuma
volumes:
- container: /app/data
description:
en_US: Uptime Kuma data directory.
zh_CN: Uptime Kuma 数据目录。
x-casaos:
architectures:
- amd64
- arm64
- arm
main_app: uptimekuma
main: uptimekuma
author: CasaOS Team
category: Network
description:
en_US: It is a self-hosted monitoring tool like "Uptime Robot".
zh_CN: Uptime Kuma 是一个自托管的监控工具,类似于 Uptime Robot。
developer: Louis Lam
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/UptimeKuma/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/UptimeKuma/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/UptimeKuma/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/UptimeKuma/screenshot-3.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/UptimeKuma/screenshot-4.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/UptimeKuma/screenshot-5.jpg
tagline:
en_US: A fancy monitoring tool
zh_CN: 一个漂亮的监控工具
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/UptimeKuma/thumbnail.png
tips: {}
title:
en_US: Uptime Kuma

View File

@ -17,41 +17,40 @@ services:
source: /DATA/AppData/$AppID/data
target: /data
x-casaos:
author: CasaOS Team
category: Utilities
container:
index: /
port_map: "80"
ports:
- container: "80"
description:
en_US: WebUI HTTP Port
zh_CN: WebUI HTTP 端口
index: /
port_map: "80"
ports:
- container: "80"
description:
en_US: WebUI HTTP Port
zh_CN: WebUI HTTP 端口
volumes:
- container: /data
description:
en_US: Vaultwarden data directory.
zh_CN: Vaultwarden 数据目录。
description:
en_US: Alternative implementation of the Bitwarden server API written in Rust and compatible with upstream Bitwarden clients*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.
zh_CN: 用 Rust 编写的 Bitwarden 服务器 API 的替代实现,与上游 Bitwarden 客户端兼容,适合自托管部署,其中运行官方资源密集型服务可能不是理想的选择。
developer: Daniel García
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Vaultwarden/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Vaultwarden/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Vaultwarden/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Vaultwarden/screenshot-3.png
tagline:
en_US: A self-hosted Bitwarden server
zh_CN: 自托管的 Bitwarden 服务器
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Vaultwarden/thumbnail.png
tips: {}
title:
en_US: Vaultwarden
volumes:
- container: /data
description:
en_US: Vaultwarden data directory.
zh_CN: Vaultwarden 数据目录。
x-casaos:
architectures:
- amd64
- arm
- arm64
main_app: vaultwarden
main: vaultwarden
author: CasaOS Team
category: Utilities
description:
en_US: Alternative implementation of the Bitwarden server API written in Rust and compatible with upstream Bitwarden clients*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.
zh_CN: 用 Rust 编写的 Bitwarden 服务器 API 的替代实现,与上游 Bitwarden 客户端兼容,适合自托管部署,其中运行官方资源密集型服务可能不是理想的选择。
developer: Daniel García
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Vaultwarden/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Vaultwarden/screenshot-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Vaultwarden/screenshot-2.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Vaultwarden/screenshot-3.png
tagline:
en_US: A self-hosted Bitwarden server
zh_CN: 自托管的 Bitwarden 服务器
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Vaultwarden/thumbnail.png
tips: {}
title:
en_US: Vaultwarden

View File

@ -19,45 +19,44 @@ services:
source: /DATA/AppData/$AppID/home/vocechat-server/data
target: /home/vocechat-server/data
x-casaos:
author: Privoce
category: Chat
container:
envs:
- container: TZ
description:
en_US: TimeZone
zh_CN: 时区
index: /
port_map: "3000"
ports:
- container: "3000"
description:
en_US: WebUI HTTP Port
zh_CN: WebUI HTTP 端口
volumes:
- container: /home/vocechat-server/data
description:
en_US: VoceChat Data
zh_CN: VoceChat 数据
description:
en_US: As a top alternative to centralized chat services, Voce chat is a superlight Rust powered open-core chat app that prioritizes private hosting.
zh_CN: 作为一款顶级的替代中心化聊天服务的聊天应用Voce Chat 是一款基于 Rust 的超轻量级开源聊天应用,它优先考虑私有化部署。
developer: Privoce
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/VoceChat/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/VoceChat/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/VoceChat/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/VoceChat/screenshot-3.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/VoceChat/screenshot-4.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/VoceChat/screenshot-5.jpg
tagline:
en_US: Have a Private Social Space Hosted on Your Site
zh_CN: 有一个私有的社交空间,部署在你的网站上
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/VoceChat/thumbnail.jpg
tips: {}
title:
en_US: VoceChat
envs:
- container: TZ
description:
en_US: TimeZone
zh_CN: 时区
index: /
port_map: "3000"
ports:
- container: "3000"
description:
en_US: WebUI HTTP Port
zh_CN: WebUI HTTP 端口
volumes:
- container: /home/vocechat-server/data
description:
en_US: VoceChat Data
zh_CN: VoceChat 数据
x-casaos:
architectures:
- amd64
main_app: vocechat
main: vocechat
author: Privoce
category: Chat
description:
en_US: As a top alternative to centralized chat services, Voce chat is a superlight Rust powered open-core chat app that prioritizes private hosting.
zh_CN: 作为一款顶级的替代中心化聊天服务的聊天应用Voce Chat 是一款基于 Rust 的超轻量级开源聊天应用,它优先考虑私有化部署。
developer: Privoce
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/VoceChat/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/VoceChat/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/VoceChat/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/VoceChat/screenshot-3.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/VoceChat/screenshot-4.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/VoceChat/screenshot-5.jpg
tagline:
en_US: Have a Private Social Space Hosted on Your Site
zh_CN: 有一个私有的社交空间,部署在你的网站上
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/VoceChat/thumbnail.jpg
tips: {}
title:
en_US: VoceChat

View File

@ -25,96 +25,95 @@ services:
source: /DATA
target: /DATA
x-casaos:
author: CasaOS Team
category: Downloader
container:
envs:
- container: TZ
description:
en_US: TimeZone
zh_CN: 时区
- container: PUID
description:
en_US: Run qBittorrent as specified uid.
zh_CN: 以指定的 uid 运行 qBittorrent。
- container: PGID
description:
en_US: Run qBittorrent as specified gid.
zh_CN: 以指定的 gid 运行 qBittorrent。
- container: UMASK
description:
en_US: Run qBittorrent as specified UMASK.
zh_CN: 以指定的 UMASK 运行 qBittorrent。
index: /
port_map: "8080"
ports:
- container: "8080"
description:
en_US: WebUI HTTP Port
zh_CN: WebUI HTTP 端口
envs:
- container: TZ
description:
en_US: TimeZone
zh_CN: 时区
- container: PUID
description:
en_US: Run qBittorrent as specified uid.
zh_CN: 以指定的 uid 运行 qBittorrent。
- container: PGID
description:
en_US: Run qBittorrent as specified gid.
zh_CN: 以指定的 gid 运行 qBittorrent。
- container: UMASK
description:
en_US: Run qBittorrent as specified UMASK.
zh_CN: 以指定的 UMASK 运行 qBittorrent。
index: /
port_map: "8080"
ports:
- container: "8080"
description:
en_US: WebUI HTTP Port
zh_CN: WebUI HTTP 端口
volumes:
- container: /config
description:
en_US: qBittorrent config directory.
zh_CN: qBittorrent 配置目录。
- container: /DATA
description:
en_US: qBittorrent Accessible directory.
zh_CN: qBittorrent 可访问目录。
description:
en_US: The qBittorrent project aims to provide an open-source software alternative to µTorrent.
zh_CN: qBittorrent 项目旨在提供一个开源的 µTorrent 替代品。
developer: qBittorrent
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/qBittorrent/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/qBittorrent/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/qBittorrent/screenshot-2.jpg
tagline:
en_US: Free BitTorrent downloader
zh_CN: 免费的 BitTorrent 下载器
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/qBittorrent/thumbnail.jpg
tips:
before_install:
en_US: |
Default Account
| Username | Password |
|----------|----------|
| `admin` | `adminadmin` |
Default Accessible Path in qBittorrent
| Name | Value |
| ---- | ----- |
| DATA Path | `/DATA` |
| Downloads Path | `/DATA/Downloads` |
| Media Path | `/DATA/Media` |
The paths of other DATA subdirectories in CasaOS are also similar.
Please make sure you use the correct path when using qBittorrent.
zh_CN: |
默认账号
| 用户名 | 密码 |
|----------|----------|
| `admin` | `adminadmin` |
qBittorrent 默认可访问路径
| 名称 | 值 |
| ---- | ----- |
| DATA 路径 | `/DATA` |
| 下载路径 | `/DATA/Downloads` |
| 媒体路径 | `/DATA/Media` |
CasaOS 其他 DATA 子目录的路径也类似。
请确保在使用 qBittorrent 时使用正确的路径。
title:
en_US: qBittorrent
volumes:
- container: /config
description:
en_US: qBittorrent config directory.
zh_CN: qBittorrent 配置目录。
- container: /DATA
description:
en_US: qBittorrent Accessible directory.
zh_CN: qBittorrent 可访问目录。
x-casaos:
architectures:
- amd64
- arm64
main_app: qbittorrent
main: qbittorrent
author: CasaOS Team
category: Downloader
description:
en_US: The qBittorrent project aims to provide an open-source software alternative to µTorrent.
zh_CN: qBittorrent 项目旨在提供一个开源的 µTorrent 替代品。
developer: qBittorrent
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/qBittorrent/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/qBittorrent/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/qBittorrent/screenshot-2.jpg
tagline:
en_US: Free BitTorrent downloader
zh_CN: 免费的 BitTorrent 下载器
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/qBittorrent/thumbnail.jpg
tips:
before_install:
en_US: |
Default Account
| Username | Password |
|----------|----------|
| `admin` | `adminadmin` |
Default Accessible Path in qBittorrent
| Name | Value |
| ---- | ----- |
| DATA Path | `/DATA` |
| Downloads Path | `/DATA/Downloads` |
| Media Path | `/DATA/Media` |
The paths of other DATA subdirectories in CasaOS are also similar.
Please make sure you use the correct path when using qBittorrent.
zh_CN: |
默认账号
| 用户名 | 密码 |
|----------|----------|
| `admin` | `adminadmin` |
qBittorrent 默认可访问路径
| 名称 | 值 |
| ---- | ----- |
| DATA 路径 | `/DATA` |
| 下载路径 | `/DATA/Downloads` |
| 媒体路径 | `/DATA/Media` |
CasaOS 其他 DATA 子目录的路径也类似。
请确保在使用 qBittorrent 时使用正确的路径。
title:
en_US: qBittorrent

View File

@ -58,7 +58,7 @@ Each directory under [Apps](Apps) correspond to a CasaOS App. The directory shou
- amd64
- arm
- arm64
main_app: syncthing # the name of the main service under `services`
main: syncthing # the name of the main service under `services`
```
- Container store info (`x-casaos.container`)