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:
parent
0425192dc8
commit
05385c062e
|
@ -17,20 +17,25 @@ services:
|
||||||
source: /DATA/AppData/$AppID
|
source: /DATA/AppData/$AppID
|
||||||
target: /2fauth
|
target: /2fauth
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Utilities
|
|
||||||
container:
|
|
||||||
index: /
|
index: /
|
||||||
port_map: "8000"
|
port_map: "8000"
|
||||||
ports:
|
ports:
|
||||||
- container: "8000"
|
- container: "8000"
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- container: /2fauth
|
- container: /2fauth
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- "386"
|
||||||
|
- arm64
|
||||||
|
- arm
|
||||||
|
main: 2fauth
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Utilities
|
||||||
description:
|
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.
|
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)生成器,旨在为移动和桌面设备提供服务。
|
zh_CN: 2FAuth是一个基于Web的自托管的替代Google Authenticator的一次性密码(OTP)生成器,旨在为移动和桌面设备提供服务。
|
||||||
|
@ -47,10 +52,3 @@ services:
|
||||||
tips: {}
|
tips: {}
|
||||||
title:
|
title:
|
||||||
en_US: 2FAuth
|
en_US: 2FAuth
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- "386"
|
|
||||||
- arm64
|
|
||||||
- arm
|
|
||||||
main_app: 2fauth
|
|
||||||
|
|
|
@ -32,9 +32,6 @@ services:
|
||||||
source: /DATA/AppData/$AppID/opt/adguardhome/conf
|
source: /DATA/AppData/$AppID/opt/adguardhome/conf
|
||||||
target: /opt/adguardhome/conf
|
target: /opt/adguardhome/conf
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Network
|
|
||||||
container:
|
|
||||||
index: /
|
index: /
|
||||||
port_map: "3000"
|
port_map: "3000"
|
||||||
ports:
|
ports:
|
||||||
|
@ -61,6 +58,16 @@ services:
|
||||||
- container: /opt/adguardhome/conf
|
- container: /opt/adguardhome/conf
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- "386"
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
|
- ppc64le
|
||||||
|
main: adguard-home
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Network
|
||||||
description:
|
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.
|
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存储库上了解更多信息。
|
zh_CN: AdGuard Home 是一个网络范围的软件,用于阻止广告和跟踪。设置完成后,它将覆盖您的所有家庭设备,您不需要任何客户端软件。在我们的官方Github存储库上了解更多信息。
|
||||||
|
@ -77,11 +84,3 @@ services:
|
||||||
tips: {}
|
tips: {}
|
||||||
title:
|
title:
|
||||||
en_US: AdGuard Home
|
en_US: AdGuard Home
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- "386"
|
|
||||||
- amd64
|
|
||||||
- arm
|
|
||||||
- arm64
|
|
||||||
- ppc64le
|
|
||||||
main_app: adguard-home
|
|
||||||
|
|
|
@ -13,9 +13,6 @@ services:
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
restart: always
|
restart: always
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Utilities
|
|
||||||
container:
|
|
||||||
index: /
|
index: /
|
||||||
port_map: "80"
|
port_map: "80"
|
||||||
ports:
|
ports:
|
||||||
|
@ -23,6 +20,12 @@ services:
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
|
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
main: alltube-download
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Utilities
|
||||||
description:
|
description:
|
||||||
en_US: Easily download videos from YouTube, Dailymotion, Vimeo and other websites.
|
en_US: Easily download videos from YouTube, Dailymotion, Vimeo and other websites.
|
||||||
zh_CN: 从 YouTube、Dailymotion、Vimeo 等网站轻松下载视频。
|
zh_CN: 从 YouTube、Dailymotion、Vimeo 等网站轻松下载视频。
|
||||||
|
@ -40,7 +43,3 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: AllTube Download
|
en_US: AllTube Download
|
||||||
zh_CN: AllTube 下载
|
zh_CN: AllTube 下载
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
main_app: alltube-download
|
|
||||||
|
|
|
@ -27,9 +27,6 @@ services:
|
||||||
source: /DATA/AppData/bazarr/config
|
source: /DATA/AppData/bazarr/config
|
||||||
target: /config
|
target: /config
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Media
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: PUID
|
- container: PUID
|
||||||
description:
|
description:
|
||||||
|
@ -56,6 +53,14 @@ services:
|
||||||
- container: /config
|
- container: /config
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
|
main: bazarr
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Media
|
||||||
description:
|
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.
|
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会为您处理所有事情。
|
zh_CN: Bazarr是Sonarr和Radarr的伴侣应用程序。它可以根据您的要求管理和下载字幕。您可以根据电视节目或电影来定义您的偏好,并且Bazarr会为您处理所有事情。
|
||||||
|
@ -73,9 +78,3 @@ services:
|
||||||
tips: {}
|
tips: {}
|
||||||
title:
|
title:
|
||||||
en_US: Bazarr
|
en_US: Bazarr
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm
|
|
||||||
- arm64
|
|
||||||
main_app: bazarr
|
|
||||||
|
|
|
@ -25,9 +25,6 @@ services:
|
||||||
source: /DATA/Media/Books
|
source: /DATA/Media/Books
|
||||||
target: /books
|
target: /books
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Media
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: PUID
|
- container: PUID
|
||||||
description:
|
description:
|
||||||
|
@ -55,6 +52,14 @@ services:
|
||||||
- container: /books
|
- container: /books
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
|
main: calibre-web
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Media
|
||||||
description:
|
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.
|
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库。
|
zh_CN: Calibre-web是一个Web应用程序,提供了一个干净的界面,用于浏览,阅读和下载使用现有Calibre数据库的电子书。也可以通过应用程序本身集成谷歌驱动器并编辑元数据和您的calibre库。
|
||||||
|
@ -80,9 +85,3 @@ services:
|
||||||
| `admin` | `admin123` |
|
| `admin` | `admin123` |
|
||||||
title:
|
title:
|
||||||
en_US: Calibre-web
|
en_US: Calibre-web
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm
|
|
||||||
- arm64
|
|
||||||
main_app: calibre-web
|
|
||||||
|
|
|
@ -27,9 +27,6 @@ services:
|
||||||
source: /DATA/Downloads
|
source: /DATA/Downloads
|
||||||
target: /downloads
|
target: /downloads
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Media
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: TZ
|
- container: TZ
|
||||||
description:
|
description:
|
||||||
|
@ -64,6 +61,14 @@ services:
|
||||||
description:
|
description:
|
||||||
en_US: CouchPotato downloads directory.
|
en_US: CouchPotato downloads directory.
|
||||||
zh_CN: CouchPotato下载目录
|
zh_CN: CouchPotato下载目录
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
|
main: couchpotato
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Media
|
||||||
description:
|
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.
|
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就会将其添加到您的想要观看的列表中。每天,它都会通过多个源进行搜索,寻找最佳匹配。如果可用,它将使用您最喜欢的下载软件发送它。
|
zh_CN: 用于usenet和torrent的优秀PVR。只需填写您想要看到的内容,CouchPotato就会将其添加到您的想要观看的列表中。每天,它都会通过多个源进行搜索,寻找最佳匹配。如果可用,它将使用您最喜欢的下载软件发送它。
|
||||||
|
@ -82,9 +87,3 @@ services:
|
||||||
tips: {}
|
tips: {}
|
||||||
title:
|
title:
|
||||||
en_US: CouchPotato
|
en_US: CouchPotato
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm
|
|
||||||
- arm64
|
|
||||||
main_app: couchpotato
|
|
||||||
|
|
|
@ -31,9 +31,6 @@ services:
|
||||||
source: /DATA
|
source: /DATA
|
||||||
target: /DATA
|
target: /DATA
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Downloader
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: TZ
|
- container: TZ
|
||||||
description:
|
description:
|
||||||
|
@ -79,6 +76,14 @@ services:
|
||||||
description:
|
description:
|
||||||
en_US: Deluge Accessible directory.
|
en_US: Deluge Accessible directory.
|
||||||
zh_CN: Deluge 可访问目录。
|
zh_CN: Deluge 可访问目录。
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
|
main: deluge
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Downloader
|
||||||
description:
|
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.
|
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 库,因此它具有提供的功能的详细列表。
|
zh_CN: Deluge 包含 BitTorrent 客户端的常见功能,如协议加密、DHT、本地对等发现(LSD)、对等交换(PEX)、UPnP、NAT-PMP、代理支持、Web 种子、全局和每个 torrent 速度限制。由于 Deluge 大量利用了 libtorrent 库,因此它具有提供的功能的详细列表。
|
||||||
|
@ -125,9 +130,3 @@ services:
|
||||||
请确保在使用 Deluge 时使用正确的路径。
|
请确保在使用 Deluge 时使用正确的路径。
|
||||||
title:
|
title:
|
||||||
en_US: Deluge
|
en_US: Deluge
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm
|
|
||||||
- arm64
|
|
||||||
main_app: deluge
|
|
||||||
|
|
|
@ -27,9 +27,6 @@ services:
|
||||||
source: /DATA/Duplicati/source
|
source: /DATA/Duplicati/source
|
||||||
target: /source
|
target: /source
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Cloud
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: PUID
|
- container: PUID
|
||||||
description:
|
description:
|
||||||
|
@ -57,6 +54,13 @@ services:
|
||||||
- container: /source
|
- container: /source
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
main: duplicati
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Cloud
|
||||||
description:
|
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.
|
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是一个免费的开源备份客户端,它可以安全地存储加密的、增量的、压缩的备份文件到云存储服务和远程文件服务器。
|
zh_CN: Duplicati是一个免费的开源备份客户端,它可以安全地存储加密的、增量的、压缩的备份文件到云存储服务和远程文件服务器。
|
||||||
|
@ -73,8 +77,3 @@ services:
|
||||||
tips: {}
|
tips: {}
|
||||||
title:
|
title:
|
||||||
en_US: Duplicati
|
en_US: Duplicati
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm64
|
|
||||||
main_app: duplicati
|
|
||||||
|
|
|
@ -36,9 +36,6 @@ services:
|
||||||
source: /DATA/Media/Movies
|
source: /DATA/Media/Movies
|
||||||
target: /data/movies
|
target: /data/movies
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Media
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: PUID
|
- container: PUID
|
||||||
description:
|
description:
|
||||||
|
@ -70,6 +67,14 @@ services:
|
||||||
- container: /data/movies
|
- container: /data/movies
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
|
main: emby
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Media
|
||||||
description:
|
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.
|
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服务器会自动转换和流媒体,以便在任何设备上播放。
|
zh_CN: 将所有的家庭视频,音乐和照片集中在一个地方从未如此简单。您的个人Emby服务器会自动转换和流媒体,以便在任何设备上播放。
|
||||||
|
@ -86,9 +91,3 @@ services:
|
||||||
tips: {}
|
tips: {}
|
||||||
title:
|
title:
|
||||||
en_US: Emby
|
en_US: Emby
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm
|
|
||||||
- arm64
|
|
||||||
main_app: emby
|
|
||||||
|
|
|
@ -21,9 +21,6 @@ services:
|
||||||
source: /DATA/AppData/embystat/config
|
source: /DATA/AppData/embystat/config
|
||||||
target: /config
|
target: /config
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Media
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: PUID
|
- container: PUID
|
||||||
description:
|
description:
|
||||||
|
@ -44,6 +41,14 @@ services:
|
||||||
- container: /config
|
- container: /config
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
|
main: embystat
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Media
|
||||||
description:
|
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.
|
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页面托管一个完整的信息网站/发布。
|
zh_CN: EmbyStat是一个个人Web服务器,可以从您的(本地)Emby或Jellyfin服务器计算各种统计数据。只需在服务器上安装此程序,让它计算各种有趣的东西。这个项目仍处于Alpha阶段,但是请随时拉入您的计算机并自己测试它。当时机成熟时,我将为常见平台和Wiki页面托管一个完整的信息网站/发布。
|
||||||
|
@ -60,9 +65,3 @@ services:
|
||||||
tips: {}
|
tips: {}
|
||||||
title:
|
title:
|
||||||
en_US: Embystat
|
en_US: Embystat
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm
|
|
||||||
- arm64
|
|
||||||
main_app: embystat
|
|
||||||
|
|
|
@ -24,9 +24,6 @@ services:
|
||||||
source: /DATA
|
source: /DATA
|
||||||
target: /srv
|
target: /srv
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Cloud
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: TZ
|
- container: TZ
|
||||||
description:
|
description:
|
||||||
|
@ -57,6 +54,14 @@ services:
|
||||||
description:
|
description:
|
||||||
en_US: FileBrowser managed directory.
|
en_US: FileBrowser managed directory.
|
||||||
zh_CN: FileBrowser管理的目录
|
zh_CN: FileBrowser管理的目录
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
- arm
|
||||||
|
main: filebrowser
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Cloud
|
||||||
description:
|
description:
|
||||||
en_US: File Browser - Webbased File Browser including sharing functions etc.
|
en_US: File Browser - Webbased File Browser including sharing functions etc.
|
||||||
zh_CN: File Browser - 包含分享功能等的Webbased文件浏览器
|
zh_CN: File Browser - 包含分享功能等的Webbased文件浏览器
|
||||||
|
@ -86,9 +91,3 @@ services:
|
||||||
| `admin` | `admin` |
|
| `admin` | `admin` |
|
||||||
title:
|
title:
|
||||||
en_US: FileBrowser
|
en_US: FileBrowser
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm64
|
|
||||||
- arm
|
|
||||||
main_app: filebrowser
|
|
||||||
|
|
|
@ -23,9 +23,6 @@ services:
|
||||||
source: /DATA/AppData/$AppID/data
|
source: /DATA/AppData/$AppID/data
|
||||||
target: /data
|
target: /data
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Developer
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: USER_UID
|
- container: USER_UID
|
||||||
description:
|
description:
|
||||||
|
@ -53,6 +50,13 @@ services:
|
||||||
description:
|
description:
|
||||||
en_US: Gitea data directory.
|
en_US: Gitea data directory.
|
||||||
zh_CN: Gitea 数据目录。
|
zh_CN: Gitea 数据目录。
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
main: gitea
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Developer
|
||||||
description:
|
description:
|
||||||
en_US: Gitea is a community managed lightweight code hosting solution written in Go.
|
en_US: Gitea is a community managed lightweight code hosting solution written in Go.
|
||||||
zh_CN: Gitea 是一个由社区管理的轻量级代码托管解决方案,由 Go 编写。
|
zh_CN: Gitea 是一个由社区管理的轻量级代码托管解决方案,由 Go 编写。
|
||||||
|
@ -77,8 +81,3 @@ services:
|
||||||
安装应用后,注册的第一个账号将成为管理员账号。
|
安装应用后,注册的第一个账号将成为管理员账号。
|
||||||
title:
|
title:
|
||||||
en_US: Gitea
|
en_US: Gitea
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm64
|
|
||||||
main_app: gitea
|
|
||||||
|
|
|
@ -13,9 +13,6 @@ services:
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
restart: always
|
restart: always
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Network
|
|
||||||
container:
|
|
||||||
index: /
|
index: /
|
||||||
port_map: "3000"
|
port_map: "3000"
|
||||||
ports:
|
ports:
|
||||||
|
@ -23,6 +20,14 @@ services:
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
|
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
- arm
|
||||||
|
main: grafana
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Network
|
||||||
description:
|
description:
|
||||||
en_US: |
|
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.
|
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.
|
||||||
|
@ -52,9 +57,3 @@ services:
|
||||||
| `admin` | `admin` |
|
| `admin` | `admin` |
|
||||||
title:
|
title:
|
||||||
en_US: Grafana
|
en_US: Grafana
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm64
|
|
||||||
- arm
|
|
||||||
main_app: grafana
|
|
||||||
|
|
|
@ -17,9 +17,6 @@ services:
|
||||||
source: /DATA/AppData/$AppID/config
|
source: /DATA/AppData/$AppID/config
|
||||||
target: /config
|
target: /config
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Home Automation
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: TZ
|
- container: TZ
|
||||||
description:
|
description:
|
||||||
|
@ -41,6 +38,14 @@ services:
|
||||||
description:
|
description:
|
||||||
en_US: HomeAssistant config directory.
|
en_US: HomeAssistant config directory.
|
||||||
zh_CN: HomeAssistant配置目录
|
zh_CN: HomeAssistant配置目录
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
|
main: homeassistant
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Home Automation
|
||||||
description:
|
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.
|
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爱好者组成的社区提供支持。适合在树莓派或本地服务器上运行。
|
zh_CN: 开源的家庭自动化软件,将本地控制和隐私放在首位。由全球各地的爱好者和DIY爱好者组成的社区提供支持。适合在树莓派或本地服务器上运行。
|
||||||
|
@ -58,9 +63,3 @@ services:
|
||||||
tips: {}
|
tips: {}
|
||||||
title:
|
title:
|
||||||
en_US: Home Assistant
|
en_US: Home Assistant
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm
|
|
||||||
- arm64
|
|
||||||
main_app: homeassistant
|
|
||||||
|
|
|
@ -25,9 +25,6 @@ services:
|
||||||
source: /DATA/Downloads
|
source: /DATA/Downloads
|
||||||
target: /downloads
|
target: /downloads
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Network
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: PUID
|
- container: PUID
|
||||||
description:
|
description:
|
||||||
|
@ -55,6 +52,14 @@ services:
|
||||||
- container: /downloads
|
- container: /downloads
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
|
main: jackett
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Network
|
||||||
description:
|
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.
|
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是一个代理服务器,它将应用程序(Sonarr,Radarr,SickRage,CouchPotato,Mylar3,Lidarr,DuckieTV,qBittorrent,Nefarious等)的查询转换为特定于跟踪器网站的http查询,解析html或json响应,然后将结果发送回请求软件。这允许获取最近的上传(如RSS)并执行搜索。Jackett是维护的索引器抓取和翻译逻辑的单个存储库-从其他应用程序中删除负担。
|
zh_CN: Jackett是一个代理服务器,它将应用程序(Sonarr,Radarr,SickRage,CouchPotato,Mylar3,Lidarr,DuckieTV,qBittorrent,Nefarious等)的查询转换为特定于跟踪器网站的http查询,解析html或json响应,然后将结果发送回请求软件。这允许获取最近的上传(如RSS)并执行搜索。Jackett是维护的索引器抓取和翻译逻辑的单个存储库-从其他应用程序中删除负担。
|
||||||
|
@ -71,9 +76,3 @@ services:
|
||||||
tips: {}
|
tips: {}
|
||||||
title:
|
title:
|
||||||
en_US: Jackett
|
en_US: Jackett
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm
|
|
||||||
- arm64
|
|
||||||
main_app: jackett
|
|
||||||
|
|
|
@ -44,9 +44,6 @@ services:
|
||||||
source: /opt/vc/lib
|
source: /opt/vc/lib
|
||||||
target: /opt/vc/lib
|
target: /opt/vc/lib
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Media
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: TZ
|
- container: TZ
|
||||||
description:
|
description:
|
||||||
|
@ -100,6 +97,14 @@ services:
|
||||||
description:
|
description:
|
||||||
en_US: OpenMax libs
|
en_US: OpenMax libs
|
||||||
zh_CN: OpenMax库
|
zh_CN: OpenMax库
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
|
main: jellyfin
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Media
|
||||||
description:
|
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.
|
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服务器,即可获得免费软件娱乐系统的领先功能,包括铃声和装饰。
|
zh_CN: Jellyfin让您可以收集、管理和流媒体。在您的系统上运行Jellyfin服务器,即可获得免费软件娱乐系统的领先功能,包括铃声和装饰。
|
||||||
|
@ -118,9 +123,3 @@ services:
|
||||||
tips: {}
|
tips: {}
|
||||||
title:
|
title:
|
||||||
en_US: Jellyfin
|
en_US: Jellyfin
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm
|
|
||||||
- arm64
|
|
||||||
main_app: jellyfin
|
|
||||||
|
|
|
@ -28,9 +28,6 @@ services:
|
||||||
source: /DATA/AppData/lazylibrarian/config
|
source: /DATA/AppData/lazylibrarian/config
|
||||||
target: /config
|
target: /config
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Downloader
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: PUID
|
- container: PUID
|
||||||
description:
|
description:
|
||||||
|
@ -60,6 +57,14 @@ services:
|
||||||
- container: /config
|
- container: /config
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
|
main: lazylibrarian
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Downloader
|
||||||
description:
|
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.
|
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分支。
|
zh_CN: Lazylibrarian是一个程序,用于跟踪作者并获取所有数字阅读需求的元数据。它使用Goodreads Librarything和可选的GoogleBooks作为作者信息和书籍信息的来源。此容器基于DobyTang分支。
|
||||||
|
@ -77,9 +82,3 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Lazylibrarian
|
en_US: Lazylibrarian
|
||||||
zh_CN: Lazylibrarian
|
zh_CN: Lazylibrarian
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm
|
|
||||||
- arm64
|
|
||||||
main_app: lazylibrarian
|
|
||||||
|
|
|
@ -27,9 +27,6 @@ services:
|
||||||
source: /DATA/Downloads
|
source: /DATA/Downloads
|
||||||
target: /downloads
|
target: /downloads
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Downloader
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: PUID
|
- container: PUID
|
||||||
description:
|
description:
|
||||||
|
@ -56,6 +53,14 @@ services:
|
||||||
- container: /downloads
|
- container: /downloads
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
|
main: lidarr
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Downloader
|
||||||
description:
|
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.
|
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源以获取来自最喜欢的艺术家的新专辑,并且可以与客户端和索引器进行交互以获取,排序和重命名它们。它还可以配置为在更好的质量格式可用时自动升级库中现有文件的质量。
|
zh_CN: Lidarr是一个音乐收藏管理器,用于Usenet和BitTorrent用户。它可以监视多个RSS源以获取来自最喜欢的艺术家的新专辑,并且可以与客户端和索引器进行交互以获取,排序和重命名它们。它还可以配置为在更好的质量格式可用时自动升级库中现有文件的质量。
|
||||||
|
@ -72,9 +77,3 @@ services:
|
||||||
tips: {}
|
tips: {}
|
||||||
title:
|
title:
|
||||||
en_US: Lidarr
|
en_US: Lidarr
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm
|
|
||||||
- arm64
|
|
||||||
main_app: lidarr
|
|
||||||
|
|
|
@ -26,9 +26,6 @@ services:
|
||||||
source: /DATA/Downloads
|
source: /DATA/Downloads
|
||||||
target: /downloads
|
target: /downloads
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Downloader
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: PUID
|
- container: PUID
|
||||||
description:
|
description:
|
||||||
|
@ -52,6 +49,14 @@ services:
|
||||||
- container: /downloads
|
- container: /downloads
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
|
main: mylar3
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Downloader
|
||||||
description:
|
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.
|
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允许您创建监视列表,用于监视各种事物(新问题,更新信息等)。 它将抓取,排序和重命名下载的问题。 它还允许您监视周拉列表,以下载属于所述监视列表系列的项目,以及能够监视和维护故事弧线。
|
zh_CN: Mylar是一个自动化的漫画(cbr/cbz)下载程序,可与NZB和torrents一起使用。 Mylar允许您创建监视列表,用于监视各种事物(新问题,更新信息等)。 它将抓取,排序和重命名下载的问题。 它还允许您监视周拉列表,以下载属于所述监视列表系列的项目,以及能够监视和维护故事弧线。
|
||||||
|
@ -69,9 +74,3 @@ services:
|
||||||
tips: {}
|
tips: {}
|
||||||
title:
|
title:
|
||||||
en_US: Mylar3
|
en_US: Mylar3
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm
|
|
||||||
- arm64
|
|
||||||
main_app: mylar3
|
|
||||||
|
|
|
@ -19,9 +19,6 @@ services:
|
||||||
source: /DATA/AppData/$AppID/.n8n
|
source: /DATA/AppData/$AppID/.n8n
|
||||||
target: /home/node/.n8n
|
target: /home/node/.n8n
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: YoussofKhawaja
|
|
||||||
category: Utilities
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: TZ
|
- container: TZ
|
||||||
description:
|
description:
|
||||||
|
@ -40,6 +37,14 @@ services:
|
||||||
description:
|
description:
|
||||||
en_US: n8n directory.
|
en_US: n8n directory.
|
||||||
zh_CN: n8n 目录。
|
zh_CN: n8n 目录。
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
- arm
|
||||||
|
main: n8n
|
||||||
|
author: YoussofKhawaja
|
||||||
|
category: Utilities
|
||||||
description:
|
description:
|
||||||
en_US: Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
|
en_US: Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
|
||||||
zh_CN: 免费且开源的 fair-code 许可的工作流自动化工具。轻松地在不同的服务之间自动化任务。
|
zh_CN: 免费且开源的 fair-code 许可的工作流自动化工具。轻松地在不同的服务之间自动化任务。
|
||||||
|
@ -56,9 +61,3 @@ services:
|
||||||
tips: {}
|
tips: {}
|
||||||
title:
|
title:
|
||||||
en_US: n8n
|
en_US: n8n
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm64
|
|
||||||
- arm
|
|
||||||
main_app: n8n
|
|
||||||
|
|
|
@ -20,9 +20,6 @@ services:
|
||||||
source: /DATA/AppData/$AppID/var/www/html
|
source: /DATA/AppData/$AppID/var/www/html
|
||||||
target: /var/www/html
|
target: /var/www/html
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Cloud
|
|
||||||
container:
|
|
||||||
index: /
|
index: /
|
||||||
port_map: "80"
|
port_map: "80"
|
||||||
ports:
|
ports:
|
||||||
|
@ -41,6 +38,18 @@ services:
|
||||||
description:
|
description:
|
||||||
en_US: Nextcloud config directory.
|
en_US: Nextcloud config directory.
|
||||||
zh_CN: Nextcloud 配置目录。
|
zh_CN: Nextcloud 配置目录。
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
|
- "386"
|
||||||
|
- mips64le
|
||||||
|
- ppc64le
|
||||||
|
- s390x
|
||||||
|
main: nextcloud
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Cloud
|
||||||
description:
|
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.
|
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 将您的数据放在您的掌握之中。将您的文档、日历、联系人和照片存储在您信任的家庭服务器、我们的提供商或数据中心中。
|
zh_CN: Nextcloud 将您的数据放在您的掌握之中。将您的文档、日历、联系人和照片存储在您信任的家庭服务器、我们的提供商或数据中心中。
|
||||||
|
@ -57,13 +66,3 @@ services:
|
||||||
tips: {}
|
tips: {}
|
||||||
title:
|
title:
|
||||||
en_US: Nextcloud
|
en_US: Nextcloud
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm
|
|
||||||
- arm64
|
|
||||||
- "386"
|
|
||||||
- mips64le
|
|
||||||
- ppc64le
|
|
||||||
- s390x
|
|
||||||
main_app: nextcloud
|
|
||||||
|
|
|
@ -26,9 +26,6 @@ services:
|
||||||
source: /DATA/AppData/$AppID/etc/letsencrypt
|
source: /DATA/AppData/$AppID/etc/letsencrypt
|
||||||
target: /etc/letsencrypt
|
target: /etc/letsencrypt
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Network
|
|
||||||
container:
|
|
||||||
index: /
|
index: /
|
||||||
port_map: "81"
|
port_map: "81"
|
||||||
ports:
|
ports:
|
||||||
|
@ -56,6 +53,14 @@ services:
|
||||||
description:
|
description:
|
||||||
en_US: Nginx Proxy Manager letsencrypt directory.
|
en_US: Nginx Proxy Manager letsencrypt directory.
|
||||||
zh_CN: Nginx 代理管理器 letsencrypt 目录。
|
zh_CN: Nginx 代理管理器 letsencrypt 目录。
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
- arm
|
||||||
|
main: nginxproxymanager
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Network
|
||||||
description:
|
description:
|
||||||
en_US: Nginx Proxy Manager is a simple, powerful tool to help you host multiple websites on a single server.
|
en_US: Nginx Proxy Manager is a simple, powerful tool to help you host multiple websites on a single server.
|
||||||
zh_CN: Nginx 代理管理器是一个简单、强大的工具,可帮助您在单个服务器上托管多个网站。
|
zh_CN: Nginx 代理管理器是一个简单、强大的工具,可帮助您在单个服务器上托管多个网站。
|
||||||
|
@ -96,9 +101,3 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Nginx Proxy Manager
|
en_US: Nginx Proxy Manager
|
||||||
zh_CN: Nginx 代理管理器
|
zh_CN: Nginx 代理管理器
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm64
|
|
||||||
- arm
|
|
||||||
main_app: nginxproxymanager
|
|
||||||
|
|
|
@ -17,9 +17,6 @@ services:
|
||||||
source: /DATA/AppData/$AppID/data
|
source: /DATA/AppData/$AppID/data
|
||||||
target: /data
|
target: /data
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Developer
|
|
||||||
container:
|
|
||||||
index: /
|
index: /
|
||||||
port_map: "1880"
|
port_map: "1880"
|
||||||
ports:
|
ports:
|
||||||
|
@ -31,6 +28,15 @@ services:
|
||||||
- container: /data
|
- container: /data
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
- s390x
|
||||||
|
- arm
|
||||||
|
main: node-red
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Developer
|
||||||
description:
|
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.
|
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和在线服务以新颖的方式连接在一起。它提供了一个基于浏览器的编辑器,可以轻松地将流连接在一起,使用调色板中的各种节点,可以在单击中将其部署到其运行时。
|
zh_CN: Node-RED是一种编程工具,可将硬件设备,API和在线服务以新颖的方式连接在一起。它提供了一个基于浏览器的编辑器,可以轻松地将流连接在一起,使用调色板中的各种节点,可以在单击中将其部署到其运行时。
|
||||||
|
@ -47,10 +53,3 @@ services:
|
||||||
tips: {}
|
tips: {}
|
||||||
title:
|
title:
|
||||||
en_US: Node-RED
|
en_US: Node-RED
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm64
|
|
||||||
- s390x
|
|
||||||
- arm
|
|
||||||
main_app: node-red
|
|
||||||
|
|
|
@ -26,9 +26,6 @@ services:
|
||||||
source: /DATA/Downloads
|
source: /DATA/Downloads
|
||||||
target: /downloads
|
target: /downloads
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Downloader
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: PUID
|
- container: PUID
|
||||||
description:
|
description:
|
||||||
|
@ -58,6 +55,14 @@ services:
|
||||||
- container: /downloads
|
- container: /downloads
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
|
main: nzbget
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Downloader
|
||||||
description:
|
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.
|
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可以在几乎任何设备上运行-经典PC,NAS,媒体播放器,SAT接收器,WLAN路由器等。下载区提供了Windows,macOS,Linux(兼容许多CPU和平台变体),FreeBSD和Android的预编译二进制文件。对于其他平台,可以从源代码编译程序。
|
zh_CN: NZBGet可以在几乎任何设备上运行-经典PC,NAS,媒体播放器,SAT接收器,WLAN路由器等。下载区提供了Windows,macOS,Linux(兼容许多CPU和平台变体),FreeBSD和Android的预编译二进制文件。对于其他平台,可以从源代码编译程序。
|
||||||
|
@ -75,9 +80,3 @@ services:
|
||||||
tips: {}
|
tips: {}
|
||||||
title:
|
title:
|
||||||
en_US: Nzbget
|
en_US: Nzbget
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm
|
|
||||||
- arm64
|
|
||||||
main_app: nzbget
|
|
||||||
|
|
|
@ -22,9 +22,6 @@ services:
|
||||||
source: /DATA/AppData/ombi/config
|
source: /DATA/AppData/ombi/config
|
||||||
target: /config
|
target: /config
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Media
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: PUID
|
- container: PUID
|
||||||
description:
|
description:
|
||||||
|
@ -48,6 +45,14 @@ services:
|
||||||
- container: /config
|
- container: /config
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
|
main: ombi
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Media
|
||||||
description:
|
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.
|
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工具,为用户提供无缝的端到端体验。
|
zh_CN: Ombi是一个自托管的Web应用程序,它可以自动为您的共享Plex或Emby用户提供自助请求内容的功能! Ombi可以链接到多个电视节目和电影DVR工具,为用户提供无缝的端到端体验。
|
||||||
|
@ -64,9 +69,3 @@ services:
|
||||||
tips: {}
|
tips: {}
|
||||||
title:
|
title:
|
||||||
en_US: Ombi
|
en_US: Ombi
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm
|
|
||||||
- arm64
|
|
||||||
main_app: ombi
|
|
||||||
|
|
|
@ -31,9 +31,6 @@ services:
|
||||||
source: /DATA/AppData/$AppID/userdata
|
source: /DATA/AppData/$AppID/userdata
|
||||||
target: /opt/openhab/userdata
|
target: /opt/openhab/userdata
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Home Automation
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: CRYPTO_POLICY
|
- container: CRYPTO_POLICY
|
||||||
description:
|
description:
|
||||||
|
@ -73,6 +70,14 @@ services:
|
||||||
description:
|
description:
|
||||||
en_US: Location for logs, cache, persistence databases, etc.
|
en_US: Location for logs, cache, persistence databases, etc.
|
||||||
zh_CN: 用于日志,缓存,持久性数据库等的位置。
|
zh_CN: 用于日志,缓存,持久性数据库等的位置。
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
- arm
|
||||||
|
main: openhab
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Home Automation
|
||||||
description:
|
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.
|
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实现它。
|
zh_CN: 开放式家庭自动化总线(openHAB,发音为ˈəʊpənˈhæb)是一个开源的,技术不可知的家庭自动化平台,它作为智能家居的中心运行! 它能够将多种其他设备和系统集成到一个单一的解决方案中。 为了在整个系统中提供统一的用户界面和通用的自动化规则方法,无论涉及的制造商和子系统的数量如何。 为您提供最灵活的工具,使几乎任何家庭自动化愿望成真; 如果您能想到,那么您可以用openHAB实现它。
|
||||||
|
@ -90,9 +95,3 @@ services:
|
||||||
tips: {}
|
tips: {}
|
||||||
title:
|
title:
|
||||||
en_US: OpenHAB
|
en_US: OpenHAB
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm64
|
|
||||||
- arm
|
|
||||||
main_app: openhab
|
|
||||||
|
|
|
@ -13,9 +13,6 @@ services:
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
restart: always
|
restart: always
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: OpenSpeedTest
|
|
||||||
category: Utilities
|
|
||||||
container:
|
|
||||||
index: /
|
index: /
|
||||||
port_map: "3000"
|
port_map: "3000"
|
||||||
ports:
|
ports:
|
||||||
|
@ -23,6 +20,17 @@ services:
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
|
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
- ppc64le
|
||||||
|
- s390x
|
||||||
|
- "386"
|
||||||
|
- arm
|
||||||
|
main: openspeedtest
|
||||||
|
author: OpenSpeedTest
|
||||||
|
category: Utilities
|
||||||
description:
|
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.
|
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浏览器从您的网络中的任何设备上测试下载和上传速度。
|
zh_CN: 一个用于启动HTML5网络速度测试服务器的应用程序。您可以使用IE10或更高版本的Web浏览器从您的网络中的任何设备上测试下载和上传速度。
|
||||||
|
@ -39,12 +47,3 @@ services:
|
||||||
tips: {}
|
tips: {}
|
||||||
title:
|
title:
|
||||||
en_US: OpenSpeedTest
|
en_US: OpenSpeedTest
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm64
|
|
||||||
- ppc64le
|
|
||||||
- s390x
|
|
||||||
- "386"
|
|
||||||
- arm
|
|
||||||
main_app: openspeedtest
|
|
||||||
|
|
|
@ -24,9 +24,6 @@ services:
|
||||||
source: /DATA/Gallery
|
source: /DATA/Gallery
|
||||||
target: /photoprism/originals
|
target: /photoprism/originals
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Gallery
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: TZ
|
- container: TZ
|
||||||
description:
|
description:
|
||||||
|
@ -57,6 +54,13 @@ services:
|
||||||
description:
|
description:
|
||||||
en_US: PhotoPrism originals directory.
|
en_US: PhotoPrism originals directory.
|
||||||
zh_CN: PhotoPrism 原始文件目录
|
zh_CN: PhotoPrism 原始文件目录
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
main: photoprism
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Gallery
|
||||||
description:
|
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.
|
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 的应用程序,用于浏览、组织和共享您的照片集。它利用最新的技术自动标记和查找图片,而不会干扰您。您可以在家中、私人服务器或云中运行它。
|
zh_CN: PhotoPrism® 是一个基于 AI 的应用程序,用于浏览、组织和共享您的照片集。它利用最新的技术自动标记和查找图片,而不会干扰您。您可以在家中、私人服务器或云中运行它。
|
||||||
|
@ -86,8 +90,3 @@ services:
|
||||||
| `admin` | `casaos` |
|
| `admin` | `casaos` |
|
||||||
title:
|
title:
|
||||||
en_US: PhotoPrism
|
en_US: PhotoPrism
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm64
|
|
||||||
main_app: photoprism
|
|
||||||
|
|
|
@ -37,9 +37,6 @@ services:
|
||||||
source: /DATA/AppData/$AppID/etc/dnsmasq.d/
|
source: /DATA/AppData/$AppID/etc/dnsmasq.d/
|
||||||
target: /etc/dnsmasq.d
|
target: /etc/dnsmasq.d
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Network
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: TZ
|
- container: TZ
|
||||||
description:
|
description:
|
||||||
|
@ -94,6 +91,15 @@ services:
|
||||||
description:
|
description:
|
||||||
en_US: Pi-hole /etc/dnsmasq.d directory.
|
en_US: Pi-hole /etc/dnsmasq.d directory.
|
||||||
zh_CN: Pi-hole /etc/dnsmasq.d 目录
|
zh_CN: Pi-hole /etc/dnsmasq.d 目录
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
- "386"
|
||||||
|
- arm
|
||||||
|
main: pihole
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Network
|
||||||
description:
|
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.
|
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 爱好者组成的社区提供支持。适合在树莓派或本地服务器上运行。
|
zh_CN: 开源家庭自动化系统,将本地控制和隐私放在首位。由全球 DIY 爱好者和 DIY 爱好者组成的社区提供支持。适合在树莓派或本地服务器上运行。
|
||||||
|
@ -115,10 +121,3 @@ services:
|
||||||
默认密码:`casaos`
|
默认密码:`casaos`
|
||||||
title:
|
title:
|
||||||
en_US: Pi-hole
|
en_US: Pi-hole
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm64
|
|
||||||
- "386"
|
|
||||||
- arm
|
|
||||||
main_app: pihole
|
|
||||||
|
|
|
@ -23,9 +23,6 @@ services:
|
||||||
source: /DATA/Media
|
source: /DATA/Media
|
||||||
target: /Media
|
target: /Media
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Media
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: PUID
|
- container: PUID
|
||||||
description:
|
description:
|
||||||
|
@ -51,6 +48,14 @@ services:
|
||||||
description:
|
description:
|
||||||
en_US: Plex Media directory.
|
en_US: Plex Media directory.
|
||||||
zh_CN: Plex媒体目录
|
zh_CN: Plex媒体目录
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
|
main: plex
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Media
|
||||||
description:
|
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.
|
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的顶级优先级一直是简单的设计和批量操作,这意味着更快地完成任务。
|
zh_CN: Plex整理个人媒体库中的视频,音乐和照片,并将其流式传输到智能电视,流媒体盒子和移动设备。此容器打包为独立的Plex Media Server。一直以来,Plex的顶级优先级一直是简单的设计和批量操作,这意味着更快地完成任务。
|
||||||
|
@ -67,9 +72,3 @@ services:
|
||||||
tips: {}
|
tips: {}
|
||||||
title:
|
title:
|
||||||
en_US: Plex
|
en_US: Plex
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm
|
|
||||||
- arm64
|
|
||||||
main_app: plex
|
|
||||||
|
|
|
@ -21,9 +21,6 @@ services:
|
||||||
source: /DATA/AppData/prowlarr/config
|
source: /DATA/AppData/prowlarr/config
|
||||||
target: /config
|
target: /config
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Downloader
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: PUID
|
- container: PUID
|
||||||
description:
|
description:
|
||||||
|
@ -44,6 +41,14 @@ services:
|
||||||
- container: /config
|
- container: /config
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
|
main: prowlarr
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Downloader
|
||||||
description:
|
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).
|
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。它与Lidarr,Mylar3,Radarr,Readarr和Sonarr无缝集成,提供完整的索引器管理,无需每个应用程序索引器设置即可完成(我们全部都做到了)。
|
zh_CN: Prowlarr是一个索引器管理器/代理,建立在流行的*arr .net / reactjs基础堆栈上,用于与各种PVR应用程序集成。 Prowlarr支持管理Torrent Trackers和Usenet Indexers。它与Lidarr,Mylar3,Radarr,Readarr和Sonarr无缝集成,提供完整的索引器管理,无需每个应用程序索引器设置即可完成(我们全部都做到了)。
|
||||||
|
@ -59,9 +64,3 @@ services:
|
||||||
tips: {}
|
tips: {}
|
||||||
title:
|
title:
|
||||||
en_US: Prowlarr
|
en_US: Prowlarr
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm
|
|
||||||
- arm64
|
|
||||||
main_app: prowlarr
|
|
||||||
|
|
|
@ -27,9 +27,6 @@ services:
|
||||||
source: /DATA/Downloads
|
source: /DATA/Downloads
|
||||||
target: /downloads
|
target: /downloads
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Media
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: TZ
|
- container: TZ
|
||||||
description:
|
description:
|
||||||
|
@ -64,6 +61,14 @@ services:
|
||||||
description:
|
description:
|
||||||
en_US: Radarr downloads directory.
|
en_US: Radarr downloads directory.
|
||||||
zh_CN: Radarr下载目录
|
zh_CN: Radarr下载目录
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
|
main: radarr
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Media
|
||||||
description:
|
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.
|
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版本的给定电影,则需要多个实例。
|
zh_CN: Radarr是一个为Usenet和BitTorrent用户提供的电影集合管理器。它可以监视多个RSS源以获取新电影,并且可以与客户端和索引器进行交互以获取,排序和重命名它们。它还可以配置为在更好的质量格式可用时自动升级库中现有文件的质量。请注意,只支持给定电影的一种类型。如果您想要4k版本和1080p版本的给定电影,则需要多个实例。
|
||||||
|
@ -82,9 +87,3 @@ services:
|
||||||
tips: {}
|
tips: {}
|
||||||
title:
|
title:
|
||||||
en_US: Radarr
|
en_US: Radarr
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm
|
|
||||||
- arm64
|
|
||||||
main_app: radarr
|
|
||||||
|
|
|
@ -27,9 +27,6 @@ services:
|
||||||
source: /DATA/Downloads
|
source: /DATA/Downloads
|
||||||
target: /downloads
|
target: /downloads
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Media
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: PUID
|
- container: PUID
|
||||||
description:
|
description:
|
||||||
|
@ -56,6 +53,14 @@ services:
|
||||||
- container: /downloads
|
- container: /downloads
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
|
main: readarr
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Media
|
||||||
description:
|
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.
|
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源以获取您最喜欢的作者的新书,并且可以与客户端和索引器进行交互以获取,排序和重命名它们。
|
zh_CN: Readarr是一个用于Usenet和BitTorrent用户的电子书收藏管理器。它可以监视多个RSS源以获取您最喜欢的作者的新书,并且可以与客户端和索引器进行交互以获取,排序和重命名它们。
|
||||||
|
@ -73,9 +78,3 @@ services:
|
||||||
tips: {}
|
tips: {}
|
||||||
title:
|
title:
|
||||||
en_US: Readarr
|
en_US: Readarr
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm
|
|
||||||
- arm64
|
|
||||||
main_app: readarr
|
|
||||||
|
|
|
@ -27,9 +27,6 @@ services:
|
||||||
source: /DATA/Downloads
|
source: /DATA/Downloads
|
||||||
target: /downloads
|
target: /downloads
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Media
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: PUID
|
- container: PUID
|
||||||
description:
|
description:
|
||||||
|
@ -56,6 +53,14 @@ services:
|
||||||
- container: /downloads
|
- container: /downloads
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
|
main: sabnzbd
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Media
|
||||||
description:
|
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.
|
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提供了一个简单的安装向导,并具有自我分析工具来验证您的设置。
|
zh_CN: SABnzbd是一个开源的二进制新闻阅读器,由Python编写。它完全免费,易于使用,几乎可以在任何地方使用。 SABnzbd通过自动化我们可以实现的所有内容来使Usenet尽可能简单和流畅。您所要做的就是添加一个.nzb。 SABnzbd从那里开始,它将自动下载,验证,修复,提取和归档,零人工干预。 SABnzbd提供了一个简单的安装向导,并具有自我分析工具来验证您的设置。
|
||||||
|
@ -76,9 +81,3 @@ services:
|
||||||
tips: {}
|
tips: {}
|
||||||
title:
|
title:
|
||||||
en_US: Sabnzbd
|
en_US: Sabnzbd
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm
|
|
||||||
- arm64
|
|
||||||
main_app: sabnzbd
|
|
||||||
|
|
|
@ -27,9 +27,6 @@ services:
|
||||||
source: /DATA/Media/TV Shows
|
source: /DATA/Media/TV Shows
|
||||||
target: /tv
|
target: /tv
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Media
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: PUID
|
- container: PUID
|
||||||
description:
|
description:
|
||||||
|
@ -56,6 +53,14 @@ services:
|
||||||
- container: /tv
|
- container: /tv
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
|
main: sickchill
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Media
|
||||||
description:
|
description:
|
||||||
en_US: |
|
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.
|
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.
|
||||||
|
@ -77,9 +82,3 @@ services:
|
||||||
tips: {}
|
tips: {}
|
||||||
title:
|
title:
|
||||||
en_US: Sickchill
|
en_US: Sickchill
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm
|
|
||||||
- arm64
|
|
||||||
main_app: sickchill
|
|
||||||
|
|
|
@ -24,9 +24,6 @@ services:
|
||||||
source: /DATA/AppData/smokeping/data
|
source: /DATA/AppData/smokeping/data
|
||||||
target: /data
|
target: /data
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Network
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: PUID
|
- container: PUID
|
||||||
description:
|
description:
|
||||||
|
@ -50,6 +47,14 @@ services:
|
||||||
- container: /data
|
- container: /data
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
|
main: smokeping
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Network
|
||||||
description:
|
description:
|
||||||
en_US: keeps track of your network latency.
|
en_US: keeps track of your network latency.
|
||||||
zh_CN: 用于跟踪您的网络延迟。
|
zh_CN: 用于跟踪您的网络延迟。
|
||||||
|
@ -68,9 +73,3 @@ services:
|
||||||
tips: {}
|
tips: {}
|
||||||
title:
|
title:
|
||||||
en_US: Smokeping
|
en_US: Smokeping
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm
|
|
||||||
- arm64
|
|
||||||
main_app: smokeping
|
|
||||||
|
|
|
@ -27,9 +27,6 @@ services:
|
||||||
source: /DATA/Downloads
|
source: /DATA/Downloads
|
||||||
target: /downloads
|
target: /downloads
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Media
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: TZ
|
- container: TZ
|
||||||
description:
|
description:
|
||||||
|
@ -64,6 +61,13 @@ services:
|
||||||
description:
|
description:
|
||||||
en_US: Sonarr downloads directory.
|
en_US: Sonarr downloads directory.
|
||||||
zh_CN: Sonarr下载目录
|
zh_CN: Sonarr下载目录
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
main: sonarr
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Media
|
||||||
description:
|
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.
|
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源以获取您最喜欢的节目的新剧集,并且可以抓取,排序和重命名它们。它还可以配置为在出现更好的质量格式时自动升级已下载文件的质量。
|
zh_CN: Sonarr是一个用于Usenet和BitTorrent用户的PVR。它可以监视多个RSS源以获取您最喜欢的节目的新剧集,并且可以抓取,排序和重命名它们。它还可以配置为在出现更好的质量格式时自动升级已下载文件的质量。
|
||||||
|
@ -81,8 +85,3 @@ services:
|
||||||
tips: {}
|
tips: {}
|
||||||
title:
|
title:
|
||||||
en_US: Sonarr
|
en_US: Sonarr
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm64
|
|
||||||
main_app: sonarr
|
|
||||||
|
|
|
@ -33,9 +33,6 @@ services:
|
||||||
source: /DATA
|
source: /DATA
|
||||||
target: /DATA
|
target: /DATA
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Backup
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: TZ
|
- container: TZ
|
||||||
description:
|
description:
|
||||||
|
@ -82,6 +79,14 @@ services:
|
||||||
description:
|
description:
|
||||||
en_US: Syncthing Accessible Directory.
|
en_US: Syncthing Accessible Directory.
|
||||||
zh_CN: Syncthing可访问目录
|
zh_CN: Syncthing可访问目录
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
|
main: syncthing
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Backup
|
||||||
description:
|
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.
|
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是一个持续的文件同步程序。它实时同步两台或多台计算机之间的文件,安全地保护免受窥视。您的数据是您自己的数据,您有权选择将其存储在何处,是否与第三方共享,以及如何通过互联网传输。
|
zh_CN: Syncthing是一个持续的文件同步程序。它实时同步两台或多台计算机之间的文件,安全地保护免受窥视。您的数据是您自己的数据,您有权选择将其存储在何处,是否与第三方共享,以及如何通过互联网传输。
|
||||||
|
@ -94,9 +99,3 @@ services:
|
||||||
tips: {}
|
tips: {}
|
||||||
title:
|
title:
|
||||||
en_US: Syncthing
|
en_US: Syncthing
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm
|
|
||||||
- arm64
|
|
||||||
main_app: syncthing
|
|
||||||
|
|
|
@ -27,9 +27,6 @@ services:
|
||||||
source: /DATA/AppData/$AppID/config
|
source: /DATA/AppData/$AppID/config
|
||||||
target: /var/lib/tailscale
|
target: /var/lib/tailscale
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: EzyoStudio
|
|
||||||
category: Network
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: TS_AUTH_ONCE
|
- container: TS_AUTH_ONCE
|
||||||
description:
|
description:
|
||||||
|
@ -57,6 +54,15 @@ services:
|
||||||
- container: /var/lib/tailscale
|
- container: /var/lib/tailscale
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- arm64
|
||||||
|
- arm
|
||||||
|
- "386"
|
||||||
|
- amd64
|
||||||
|
main: tailscale-daemon
|
||||||
|
author: EzyoStudio
|
||||||
|
category: Network
|
||||||
description:
|
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.
|
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 到网络上的设备,并在世界各地安全地工作。
|
zh_CN: Tailscale 让您轻松管理对私有资源的访问,快速 SSH 到网络上的设备,并在世界各地安全地工作。
|
||||||
|
@ -86,10 +92,3 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Tailscale Daemon
|
en_US: Tailscale Daemon
|
||||||
zh_CN: Tailscale 守护进程
|
zh_CN: Tailscale 守护进程
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- arm64
|
|
||||||
- arm
|
|
||||||
- "386"
|
|
||||||
- amd64
|
|
||||||
main_app: tailscale-daemon
|
|
||||||
|
|
|
@ -20,9 +20,6 @@ services:
|
||||||
source: /DATA/AppData/$AppID/config
|
source: /DATA/AppData/$AppID/config
|
||||||
target: /config
|
target: /config
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: Triskae
|
|
||||||
category: Media
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: PUID
|
- container: PUID
|
||||||
description:
|
description:
|
||||||
|
@ -45,6 +42,14 @@ services:
|
||||||
- container: /config
|
- container: /config
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
|
main: tautulli
|
||||||
|
author: Triskae
|
||||||
|
category: Media
|
||||||
description:
|
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.
|
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旁边运行的第三方应用程序,用于监视活动并跟踪各种统计信息。
|
zh_CN: Tautulli是您可以在Plex Media Server旁边运行的第三方应用程序,用于监视活动并跟踪各种统计信息。
|
||||||
|
@ -62,9 +67,3 @@ services:
|
||||||
tips: {}
|
tips: {}
|
||||||
title:
|
title:
|
||||||
en_US: Tautulli
|
en_US: Tautulli
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm
|
|
||||||
- arm64
|
|
||||||
main_app: tautulli
|
|
||||||
|
|
|
@ -37,9 +37,6 @@ services:
|
||||||
source: /DATA/Downloads/watch
|
source: /DATA/Downloads/watch
|
||||||
target: /watch
|
target: /watch
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Network
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: PUID
|
- container: PUID
|
||||||
description:
|
description:
|
||||||
|
@ -88,6 +85,14 @@ services:
|
||||||
- container: /watch
|
- container: /watch
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
|
main: transmission
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Network
|
||||||
description:
|
description:
|
||||||
en_US: |
|
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.
|
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.
|
||||||
|
@ -115,9 +120,3 @@ services:
|
||||||
| `casaos` | `casaos` |
|
| `casaos` | `casaos` |
|
||||||
title:
|
title:
|
||||||
en_US: Transmission
|
en_US: Transmission
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm
|
|
||||||
- arm64
|
|
||||||
main_app: transmission
|
|
||||||
|
|
|
@ -46,9 +46,6 @@ services:
|
||||||
source: /DATA/AppData/$AppID/config
|
source: /DATA/AppData/$AppID/config
|
||||||
target: /config
|
target: /config
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Network
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: PUID
|
- container: PUID
|
||||||
description:
|
description:
|
||||||
|
@ -106,6 +103,13 @@ services:
|
||||||
- container: /config
|
- container: /config
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
main: unifi-controller
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Network
|
||||||
description:
|
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).
|
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)。
|
zh_CN: 为了让Unifi控制器能够管理其他设备,例如无线接入点,需要修改inform IP地址。因为Unifi控制器默认运行在Docker中,所以它使用的IP地址不可被其他设备访问。要修改这个设置,请前往设置>系统设置>控制器配置,将控制器主机名/ IP设置为可被您的设备访问的主机名或IP地址。此外,必须选中“使用控制器主机名/ IP覆盖inform主机”复选框,以便在采用期间设备可以连接到控制器(设备在采用期间使用inform-endpoint)。
|
||||||
|
@ -123,8 +127,3 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Unifi-controller
|
en_US: Unifi-controller
|
||||||
zh_CN: Unifi控制器
|
zh_CN: Unifi控制器
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm64
|
|
||||||
main_app: unifi-controller
|
|
||||||
|
|
|
@ -17,9 +17,6 @@ services:
|
||||||
source: /DATA/AppData/$AppID/app/data
|
source: /DATA/AppData/$AppID/app/data
|
||||||
target: /app/data
|
target: /app/data
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Network
|
|
||||||
container:
|
|
||||||
index: /
|
index: /
|
||||||
port_map: "3001"
|
port_map: "3001"
|
||||||
ports:
|
ports:
|
||||||
|
@ -33,6 +30,14 @@ services:
|
||||||
description:
|
description:
|
||||||
en_US: Uptime Kuma data directory.
|
en_US: Uptime Kuma data directory.
|
||||||
zh_CN: Uptime Kuma 数据目录。
|
zh_CN: Uptime Kuma 数据目录。
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
- arm
|
||||||
|
main: uptimekuma
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Network
|
||||||
description:
|
description:
|
||||||
en_US: It is a self-hosted monitoring tool like "Uptime Robot".
|
en_US: It is a self-hosted monitoring tool like "Uptime Robot".
|
||||||
zh_CN: Uptime Kuma 是一个自托管的监控工具,类似于 Uptime Robot。
|
zh_CN: Uptime Kuma 是一个自托管的监控工具,类似于 Uptime Robot。
|
||||||
|
@ -51,9 +56,3 @@ services:
|
||||||
tips: {}
|
tips: {}
|
||||||
title:
|
title:
|
||||||
en_US: Uptime Kuma
|
en_US: Uptime Kuma
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm64
|
|
||||||
- arm
|
|
||||||
main_app: uptimekuma
|
|
||||||
|
|
|
@ -17,9 +17,6 @@ services:
|
||||||
source: /DATA/AppData/$AppID/data
|
source: /DATA/AppData/$AppID/data
|
||||||
target: /data
|
target: /data
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Utilities
|
|
||||||
container:
|
|
||||||
index: /
|
index: /
|
||||||
port_map: "80"
|
port_map: "80"
|
||||||
ports:
|
ports:
|
||||||
|
@ -33,6 +30,14 @@ services:
|
||||||
description:
|
description:
|
||||||
en_US: Vaultwarden data directory.
|
en_US: Vaultwarden data directory.
|
||||||
zh_CN: Vaultwarden 数据目录。
|
zh_CN: Vaultwarden 数据目录。
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
|
main: vaultwarden
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Utilities
|
||||||
description:
|
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.
|
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 客户端兼容,适合自托管部署,其中运行官方资源密集型服务可能不是理想的选择。
|
zh_CN: 用 Rust 编写的 Bitwarden 服务器 API 的替代实现,与上游 Bitwarden 客户端兼容,适合自托管部署,其中运行官方资源密集型服务可能不是理想的选择。
|
||||||
|
@ -49,9 +54,3 @@ services:
|
||||||
tips: {}
|
tips: {}
|
||||||
title:
|
title:
|
||||||
en_US: Vaultwarden
|
en_US: Vaultwarden
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm
|
|
||||||
- arm64
|
|
||||||
main_app: vaultwarden
|
|
||||||
|
|
|
@ -19,9 +19,6 @@ services:
|
||||||
source: /DATA/AppData/$AppID/home/vocechat-server/data
|
source: /DATA/AppData/$AppID/home/vocechat-server/data
|
||||||
target: /home/vocechat-server/data
|
target: /home/vocechat-server/data
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: Privoce
|
|
||||||
category: Chat
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: TZ
|
- container: TZ
|
||||||
description:
|
description:
|
||||||
|
@ -39,6 +36,12 @@ services:
|
||||||
description:
|
description:
|
||||||
en_US: VoceChat Data
|
en_US: VoceChat Data
|
||||||
zh_CN: VoceChat 数据
|
zh_CN: VoceChat 数据
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
main: vocechat
|
||||||
|
author: Privoce
|
||||||
|
category: Chat
|
||||||
description:
|
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.
|
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 的超轻量级开源聊天应用,它优先考虑私有化部署。
|
zh_CN: 作为一款顶级的替代中心化聊天服务的聊天应用,Voce Chat 是一款基于 Rust 的超轻量级开源聊天应用,它优先考虑私有化部署。
|
||||||
|
@ -57,7 +60,3 @@ services:
|
||||||
tips: {}
|
tips: {}
|
||||||
title:
|
title:
|
||||||
en_US: VoceChat
|
en_US: VoceChat
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
main_app: vocechat
|
|
||||||
|
|
|
@ -25,9 +25,6 @@ services:
|
||||||
source: /DATA
|
source: /DATA
|
||||||
target: /DATA
|
target: /DATA
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
|
||||||
category: Downloader
|
|
||||||
container:
|
|
||||||
envs:
|
envs:
|
||||||
- container: TZ
|
- container: TZ
|
||||||
description:
|
description:
|
||||||
|
@ -62,6 +59,13 @@ services:
|
||||||
description:
|
description:
|
||||||
en_US: qBittorrent Accessible directory.
|
en_US: qBittorrent Accessible directory.
|
||||||
zh_CN: qBittorrent 可访问目录。
|
zh_CN: qBittorrent 可访问目录。
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
main: qbittorrent
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Downloader
|
||||||
description:
|
description:
|
||||||
en_US: The qBittorrent project aims to provide an open-source software alternative to µTorrent.
|
en_US: The qBittorrent project aims to provide an open-source software alternative to µTorrent.
|
||||||
zh_CN: qBittorrent 项目旨在提供一个开源的 µTorrent 替代品。
|
zh_CN: qBittorrent 项目旨在提供一个开源的 µTorrent 替代品。
|
||||||
|
@ -113,8 +117,3 @@ services:
|
||||||
|
|
||||||
title:
|
title:
|
||||||
en_US: qBittorrent
|
en_US: qBittorrent
|
||||||
x-casaos:
|
|
||||||
architectures:
|
|
||||||
- amd64
|
|
||||||
- arm64
|
|
||||||
main_app: qbittorrent
|
|
||||||
|
|
|
@ -58,7 +58,7 @@ Each directory under [Apps](Apps) correspond to a CasaOS App. The directory shou
|
||||||
- amd64
|
- amd64
|
||||||
- arm
|
- arm
|
||||||
- arm64
|
- 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`)
|
- Container store info (`x-casaos.container`)
|
||||||
|
|
Loading…
Reference in New Issue