From c850c2ab5dec05707e6cd98f89cd97dd61496e3e Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Thu, 6 Apr 2023 16:20:58 -0400 Subject: [PATCH] change language code to lower cases, e.g. `en-US` now is `en-us`, for better i18n support (#31) Signed-off-by: Tiger Wang --- Apps/2FAuth/docker-compose.yml | 14 ++--- Apps/AdGuardHome/docker-compose.yml | 24 ++++---- Apps/AllTubeDownload/docker-compose.yml | 14 ++--- Apps/Bazarr/docker-compose.yml | 24 ++++---- Apps/Calibre-web/docker-compose.yml | 28 ++++----- Apps/CouchPotato/docker-compose.yml | 38 ++++++------ Apps/Deluge/docker-compose.yml | 50 ++++++++-------- Apps/Duplicati/docker-compose.yml | 24 ++++---- Apps/Emby/docker-compose.yml | 26 ++++----- Apps/Embystat/docker-compose.yml | 20 +++---- Apps/FileBrowser/docker-compose.yml | 38 ++++++------ Apps/Gitea/docker-compose.yml | 34 +++++------ Apps/Grafana/docker-compose.yml | 16 ++--- Apps/HomeAssistant/docker-compose.yml | 26 ++++----- Apps/Jackett/docker-compose.yml | 24 ++++---- Apps/Jellyfin/docker-compose.yml | 54 ++++++++--------- Apps/Lazylibrarian/docker-compose.yml | 28 ++++----- Apps/Lidarr/docker-compose.yml | 24 ++++---- Apps/Mylar3/docker-compose.yml | 22 +++---- Apps/N8n/docker-compose.yml | 22 +++---- Apps/Nextcloud/docker-compose.yml | 22 +++---- Apps/NginxProxyManager/docker-compose.yml | 36 ++++++------ Apps/Node-RED/docker-compose.yml | 14 ++--- Apps/Nzbget/docker-compose.yml | 26 ++++----- Apps/Ombi/docker-compose.yml | 22 +++---- Apps/OpenHAB/docker-compose.yml | 42 +++++++------- Apps/OpenSpeedTest/docker-compose.yml | 12 ++-- Apps/PhotoPrism/docker-compose.yml | 38 ++++++------ Apps/Pihole/docker-compose.yml | 56 +++++++++--------- Apps/Plex/docker-compose.yml | 30 +++++----- Apps/Prowlarr/docker-compose.yml | 20 +++---- Apps/Radarr/docker-compose.yml | 38 ++++++------ Apps/Readarr/docker-compose.yml | 24 ++++---- Apps/Sabnzbd/docker-compose.yml | 24 ++++---- Apps/Sickchill/docker-compose.yml | 24 ++++---- Apps/Smokeping/docker-compose.yml | 22 +++---- Apps/Sonarr/docker-compose.yml | 38 ++++++------ Apps/Syncthing/docker-compose.yml | 46 +++++++-------- Apps/TailscaleDaemon/docker-compose.yml | 34 +++++------ Apps/Tautulli/docker-compose.yml | 20 +++---- Apps/Transmission/docker-compose.yml | 40 ++++++------- Apps/Unifi-controller/docker-compose.yml | 40 ++++++------- Apps/UptimeKuma/docker-compose.yml | 18 +++--- Apps/Vaultwarden/docker-compose.yml | 18 +++--- Apps/VoceChat/docker-compose.yml | 22 +++---- Apps/qBittorrent/docker-compose.yml | 42 +++++++------- CONTRIBUTING.md | 71 ++++++++++------------- 47 files changed, 690 insertions(+), 699 deletions(-) diff --git a/Apps/2FAuth/docker-compose.yml b/Apps/2FAuth/docker-compose.yml index dfd2aa6..f248e77 100644 --- a/Apps/2FAuth/docker-compose.yml +++ b/Apps/2FAuth/docker-compose.yml @@ -22,11 +22,11 @@ services: ports: - container: "8000" description: - en_US: "" + en_us: "" volumes: - container: /2fauth description: - en_US: "" + en_us: "" x-casaos: architectures: - amd64 @@ -37,8 +37,8 @@ x-casaos: 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)生成器,旨在为移动和桌面设备提供服务。 + 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: @@ -46,9 +46,9 @@ x-casaos: - 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应用程序 + 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 + en_us: 2FAuth diff --git a/Apps/AdGuardHome/docker-compose.yml b/Apps/AdGuardHome/docker-compose.yml index e4a0146..d31241e 100644 --- a/Apps/AdGuardHome/docker-compose.yml +++ b/Apps/AdGuardHome/docker-compose.yml @@ -37,27 +37,27 @@ services: ports: - container: "53" description: - en_US: "" + en_us: "" - container: "53" description: - en_US: "" + en_us: "" - container: "3000" description: - en_US: "" + en_us: "" - container: "853" description: - en_US: "" + en_us: "" - container: "784" description: - en_US: "" + en_us: "" volumes: - container: /opt/adguardhome/work description: - en_US: "" + en_us: "" - container: /opt/adguardhome/conf description: - en_US: "" + en_us: "" x-casaos: architectures: - "386" @@ -69,8 +69,8 @@ x-casaos: 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存储库上了解更多信息。 + 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: @@ -78,9 +78,9 @@ x-casaos: - 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服务器 + 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 + en_us: AdGuard Home diff --git a/Apps/AllTubeDownload/docker-compose.yml b/Apps/AllTubeDownload/docker-compose.yml index dce1e9e..16c5927 100644 --- a/Apps/AllTubeDownload/docker-compose.yml +++ b/Apps/AllTubeDownload/docker-compose.yml @@ -18,7 +18,7 @@ services: ports: - container: "80" description: - en_US: "" + en_us: "" x-casaos: architectures: @@ -27,8 +27,8 @@ x-casaos: author: CasaOS Team category: Utilities description: - en_US: Easily download videos from YouTube, Dailymotion, Vimeo and other websites. - zh_CN: 从 YouTube、Dailymotion、Vimeo 等网站轻松下载视频。 + 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: @@ -36,10 +36,10 @@ x-casaos: - 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 界面 + 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 下载 + en_us: AllTube Download + zh_cn: AllTube 下载 diff --git a/Apps/Bazarr/docker-compose.yml b/Apps/Bazarr/docker-compose.yml index d57c751..cc8270a 100644 --- a/Apps/Bazarr/docker-compose.yml +++ b/Apps/Bazarr/docker-compose.yml @@ -30,29 +30,29 @@ services: envs: - container: PUID description: - en_US: "" + en_us: "" - container: PGID description: - en_US: "" + en_us: "" - container: TZ description: - en_US: "" + en_us: "" port_map: "6767" ports: - container: "6767" description: - en_US: "" + en_us: "" volumes: - container: /movies description: - en_US: "" + en_us: "" - container: /tv description: - en_US: "" + en_us: "" - container: /config description: - en_US: "" + en_us: "" x-casaos: architectures: - amd64 @@ -62,8 +62,8 @@ x-casaos: 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会为您处理所有事情。 + 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: @@ -72,9 +72,9 @@ x-casaos: - 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的信件生成器 + 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 + en_us: Bazarr diff --git a/Apps/Calibre-web/docker-compose.yml b/Apps/Calibre-web/docker-compose.yml index 5db72da..9ea339a 100644 --- a/Apps/Calibre-web/docker-compose.yml +++ b/Apps/Calibre-web/docker-compose.yml @@ -28,30 +28,30 @@ services: envs: - container: PUID description: - en_US: "" + en_us: "" - container: PGID description: - en_US: "" + en_us: "" - container: TZ description: - en_US: "" + en_us: "" - container: DOCKER_MODS description: - en_US: "" + en_us: "" index: / port_map: "8083" ports: - container: "8083" description: - en_US: "" + en_us: "" volumes: - container: /config description: - en_US: "" + en_us: "" - container: /books description: - en_US: "" + en_us: "" x-casaos: architectures: - amd64 @@ -61,8 +61,8 @@ x-casaos: 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库。 + 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: @@ -70,18 +70,18 @@ x-casaos: - 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应用程序 + 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: | + en_us: | | Username | Password | | -------- | -------- | | `admin` | `admin123` | - zh_CN: | + zh_cn: | | 用户名 | 密码 | | -------- | -------- | | `admin` | `admin123` | title: - en_US: Calibre-web + en_us: Calibre-web diff --git a/Apps/CouchPotato/docker-compose.yml b/Apps/CouchPotato/docker-compose.yml index 6c2c445..cd905a5 100644 --- a/Apps/CouchPotato/docker-compose.yml +++ b/Apps/CouchPotato/docker-compose.yml @@ -30,37 +30,37 @@ services: envs: - container: TZ description: - en_US: TimeZone - zh_CN: 时区 + en_us: TimeZone + zh_cn: 时区 - container: PUID description: - en_US: Run CouchPotato as specified uid. - zh_CN: 以指定的uid运行CouchPotato + 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 + 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端口 + en_us: WebUI HTTP Port + zh_cn: WebUI HTTP端口 volumes: - container: /config description: - en_US: CouchPotato config directory. - zh_CN: CouchPotato配置目录 + en_us: CouchPotato config directory. + zh_cn: CouchPotato配置目录 - container: /movies description: - en_US: CouchPotato movies directory. - zh_CN: CouchPotato电影目录 + en_us: CouchPotato movies directory. + zh_cn: CouchPotato电影目录 - container: /downloads description: - en_US: CouchPotato downloads directory. - zh_CN: CouchPotato下载目录 + en_us: CouchPotato downloads directory. + zh_cn: CouchPotato下载目录 x-casaos: architectures: - amd64 @@ -70,8 +70,8 @@ x-casaos: 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就会将其添加到您的想要观看的列表中。每天,它都会通过多个源进行搜索,寻找最佳匹配。如果可用,它将使用您最喜欢的下载软件发送它。 + 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: @@ -81,9 +81,9 @@ x-casaos: - 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: 自动查找您想要观看的电影 + 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 + en_us: CouchPotato diff --git a/Apps/Deluge/docker-compose.yml b/Apps/Deluge/docker-compose.yml index 133d557..98d28ff 100644 --- a/Apps/Deluge/docker-compose.yml +++ b/Apps/Deluge/docker-compose.yml @@ -34,48 +34,48 @@ services: envs: - container: TZ description: - en_US: TimeZone - zh_CN: 时区 + en_us: TimeZone + zh_cn: 时区 - container: PUID description: - en_US: Run Deluge as specified uid. - zh_CN: 以指定的 uid 运行 Deluge。 + 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。 + en_us: Run Deluge as specified gid. + zh_cn: 以指定的 gid 运行 Deluge。 - container: DELUGE_LOGLEVEL description: - en_US: Deluge Log Level - zh_CN: Deluge 日志级别 + 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 端口 + en_us: WebUI HTTP Port + zh_cn: WebUI HTTP 端口 - container: "6881" description: - en_US: Inbound torrent traffic (TCP) - zh_CN: 入站 torrent 流量(TCP) + en_us: Inbound torrent traffic (TCP) + zh_cn: 入站 torrent 流量(TCP) - container: "6881" description: - en_US: Inbound torrent traffic (UDP) - zh_CN: 入站 torrent 流量(UDP) + en_us: Inbound torrent traffic (UDP) + zh_cn: 入站 torrent 流量(UDP) protocol: udp volumes: - container: /config description: - en_US: Deluge config directory. - zh_CN: Deluge 配置目录。 + en_us: Deluge config directory. + zh_cn: Deluge 配置目录。 - container: /DATA description: - en_US: Deluge Accessible directory. - zh_CN: Deluge 可访问目录。 + en_us: Deluge Accessible directory. + zh_cn: Deluge 可访问目录。 x-casaos: architectures: - amd64 @@ -85,8 +85,8 @@ x-casaos: 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 库,因此它具有提供的功能的详细列表。 + 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: @@ -95,12 +95,12 @@ x-casaos: - 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 客户端。 + 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: | + en_us: | Default Password: `deluge` Default Accessible Path in Deluge @@ -114,7 +114,7 @@ x-casaos: The paths of other DATA subdirectories in CasaOS are also similar. Please make sure you use the correct path when using Deluge. - zh_CN: | + zh_cn: | 默认密码:`deluge` Deluge 中可访问的路径 @@ -129,4 +129,4 @@ x-casaos: 请确保在使用 Deluge 时使用正确的路径。 title: - en_US: Deluge + en_us: Deluge diff --git a/Apps/Duplicati/docker-compose.yml b/Apps/Duplicati/docker-compose.yml index 0cbbfda..03713ce 100644 --- a/Apps/Duplicati/docker-compose.yml +++ b/Apps/Duplicati/docker-compose.yml @@ -30,30 +30,30 @@ services: envs: - container: PUID description: - en_US: "" + en_us: "" - container: PGID description: - en_US: "" + en_us: "" - container: TZ description: - en_US: "" + en_us: "" index: / port_map: "8200" ports: - container: "8200" description: - en_US: "" + en_us: "" volumes: - container: /config description: - en_US: "" + en_us: "" - container: /backups description: - en_US: "" + en_us: "" - container: /source description: - en_US: "" + en_us: "" x-casaos: architectures: - amd64 @@ -62,8 +62,8 @@ x-casaos: 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是一个免费的开源备份客户端,它可以安全地存储加密的、增量的、压缩的备份文件到云存储服务和远程文件服务器。 + 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: @@ -71,9 +71,9 @@ x-casaos: - 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: 在云端存储安全加密的备份文件! + 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 + en_us: Duplicati diff --git a/Apps/Emby/docker-compose.yml b/Apps/Emby/docker-compose.yml index e443f40..8c14d5c 100644 --- a/Apps/Emby/docker-compose.yml +++ b/Apps/Emby/docker-compose.yml @@ -39,34 +39,34 @@ services: envs: - container: PUID description: - en_US: "" + en_us: "" - container: PGID description: - en_US: "" + en_us: "" - container: TZ description: - en_US: "" + en_us: "" index: / port_map: "8096" ports: - container: "8096" description: - en_US: "" + en_us: "" - container: "8920" description: - en_US: "" + en_us: "" volumes: - container: /config description: - en_US: "" + en_us: "" - container: /data/tvshows description: - en_US: "" + en_us: "" - container: /data/movies description: - en_US: "" + en_us: "" x-casaos: architectures: - amd64 @@ -76,8 +76,8 @@ x-casaos: 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服务器会自动转换和流媒体,以便在任何设备上播放。 + 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: @@ -85,9 +85,9 @@ x-casaos: - 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随时随地带着媒体 + 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 + en_us: Emby diff --git a/Apps/Embystat/docker-compose.yml b/Apps/Embystat/docker-compose.yml index 2c3053a..8453830 100644 --- a/Apps/Embystat/docker-compose.yml +++ b/Apps/Embystat/docker-compose.yml @@ -24,23 +24,23 @@ services: envs: - container: PUID description: - en_US: "" + en_us: "" - container: PGID description: - en_US: "" + en_us: "" - container: TZ description: - en_US: "" + en_us: "" port_map: "6555" ports: - container: "6555" description: - en_US: "" + en_us: "" volumes: - container: /config description: - en_US: "" + en_us: "" x-casaos: architectures: - amd64 @@ -50,8 +50,8 @@ x-casaos: 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页面托管一个完整的信息网站/发布。 + 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: @@ -59,9 +59,9 @@ x-casaos: - 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服务器计算各种统计数据 + en_us: Calculate all kinds of statistics from your (local) Emby or Jellyfin server + zh_cn: 从您的(本地)Emby或Jellyfin服务器计算各种统计数据 thumbnail: "" tips: {} title: - en_US: Embystat + en_us: Embystat diff --git a/Apps/FileBrowser/docker-compose.yml b/Apps/FileBrowser/docker-compose.yml index c76c02c..89606e5 100644 --- a/Apps/FileBrowser/docker-compose.yml +++ b/Apps/FileBrowser/docker-compose.yml @@ -27,33 +27,33 @@ services: envs: - container: TZ description: - en_US: TimeZone - zh_CN: 时区 + en_us: TimeZone + zh_cn: 时区 - container: PUID description: - en_US: Run FileBrowser as specified uid. - zh_CN: 以指定的用户ID运行FileBrowser + 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 + 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端口 + en_us: WebUI Port + zh_cn: WebUI端口 volumes: - container: /db description: - en_US: FileBrowser database directory. - zh_CN: FileBrowser数据库目录 + en_us: FileBrowser database directory. + zh_cn: FileBrowser数据库目录 - container: /srv description: - en_US: FileBrowser managed directory. - zh_CN: FileBrowser管理的目录 + en_us: FileBrowser managed directory. + zh_cn: FileBrowser管理的目录 x-casaos: architectures: - amd64 @@ -63,8 +63,8 @@ x-casaos: author: CasaOS Team category: Cloud description: - en_US: File Browser - Webbased File Browser including sharing functions etc. - zh_CN: File Browser - 包含分享功能等的Webbased文件浏览器 + 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: @@ -72,22 +72,22 @@ x-casaos: - 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: 上传,删除,预览,重命名,编辑和共享您的文件。 + 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: | + en_us: | Default Account | Username | Password | | -------- | -------- | | `admin` | `admin` | - zh_CN: | + zh_cn: | 默认账号 | 用户名 | 密码 | | -------- | -------- | | `admin` | `admin` | title: - en_US: FileBrowser + en_us: FileBrowser diff --git a/Apps/Gitea/docker-compose.yml b/Apps/Gitea/docker-compose.yml index f18acde..eefe037 100644 --- a/Apps/Gitea/docker-compose.yml +++ b/Apps/Gitea/docker-compose.yml @@ -26,30 +26,30 @@ services: envs: - container: USER_UID description: - en_US: The UID (Unix user ID) of the user that runs Gitea - zh_CN: Gitea 运行的用户的 UID(Unix 用户 ID) + en_us: The UID (Unix user ID) of the user that runs Gitea + zh_cn: Gitea 运行的用户的 UID(Unix 用户 ID) - container: USER_GID description: - en_US: The GID (Unix group ID) of the user that runs Gitea - zh_CN: Gitea 运行的用户的 GID(Unix 组 ID) + en_us: The GID (Unix group ID) of the user that runs Gitea + zh_cn: Gitea 运行的用户的 GID(Unix 组 ID) index: / port_map: "3000" ports: - container: "3000" description: - en_US: WebUI Port - zh_CN: WebUI 端口 + en_us: WebUI Port + zh_cn: WebUI 端口 - container: "22" description: - en_US: SSH Port - zh_CN: SSH 端口 + en_us: SSH Port + zh_cn: SSH 端口 volumes: - container: /data description: - en_US: Gitea data directory. - zh_CN: Gitea 数据目录。 + en_us: Gitea data directory. + zh_cn: Gitea 数据目录。 x-casaos: architectures: - amd64 @@ -58,8 +58,8 @@ x-casaos: author: CasaOS Team category: Developer description: - en_US: Gitea is a community managed lightweight code hosting solution written in Go. - zh_CN: Gitea 是一个由社区管理的轻量级代码托管解决方案,由 Go 编写。 + 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: @@ -70,14 +70,14 @@ x-casaos: - 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 与一杯茶 + 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: | + en_us: | When the App is installed, the first account registered will become the administrator account. - zh_CN: | + zh_cn: | 安装应用后,注册的第一个账号将成为管理员账号。 title: - en_US: Gitea + en_us: Gitea diff --git a/Apps/Grafana/docker-compose.yml b/Apps/Grafana/docker-compose.yml index d863fd6..adb5381 100644 --- a/Apps/Grafana/docker-compose.yml +++ b/Apps/Grafana/docker-compose.yml @@ -18,7 +18,7 @@ services: ports: - container: "3000" description: - en_US: "" + en_us: "" x-casaos: architectures: @@ -29,9 +29,9 @@ x-casaos: author: CasaOS Team category: Network 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. - zh_CN: | + zh_cn: | Grafana开源是开源可视化和分析软件。可视化:快速灵活的客户端图形,多种选项。面板插件提供了许多不同的方式来可视化指标和日志。动态仪表板:使用模板变量创建动态和可重用的仪表板,该变量在仪表板顶部显示为下拉菜单。探索指标:通过即席查询和动态钻取来探索您的数据。分割视图并将不同的时间范围,查询和数据源并排比较。探索日志:体验从指标到日志的魔力,保留标签过滤器。快速搜索所有日志或实时流。警报:以可视方式为您最重要的指标定义警报规则。 Grafana将不断评估并将通知发送到Slack,PagerDuty,VictorOps,OpsGenie等系统。混合数据源:在同一图中混合不同的数据源!您可以在每个查询的基础上指定数据源。这适用于甚至自定义数据源。 developer: grafana icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Grafana/icon.png @@ -40,20 +40,20 @@ x-casaos: - 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: | + 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: | + zh_cn: | Grafana是一个完整的可观察性堆栈,允许您监视和分析指标,日志和跟踪。无论数据存储在何处,它都允许您查询,可视化,警报和理解数据。 thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Grafana/thumbnail.png tips: before_install: - en_US: | + en_us: | | username | password | | -------- | -------- | | `admin` | `admin` | - zh_CN: | + zh_cn: | | 用户名 | 密码 | | -------- | -------- | | `admin` | `admin` | title: - en_US: Grafana + en_us: Grafana diff --git a/Apps/HomeAssistant/docker-compose.yml b/Apps/HomeAssistant/docker-compose.yml index 402bd94..eff9665 100644 --- a/Apps/HomeAssistant/docker-compose.yml +++ b/Apps/HomeAssistant/docker-compose.yml @@ -20,24 +20,24 @@ services: envs: - container: TZ description: - en_US: TimeZone - zh_CN: 时区 + en_us: TimeZone + zh_cn: 时区 - container: PUID description: - en_US: Run HomeAssistant as specified uid. - zh_CN: 以指定的uid运行HomeAssistant + 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 + 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配置目录 + en_us: HomeAssistant config directory. + zh_cn: HomeAssistant配置目录 x-casaos: architectures: - amd64 @@ -47,8 +47,8 @@ x-casaos: 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爱好者组成的社区提供支持。适合在树莓派或本地服务器上运行。 + 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: @@ -57,9 +57,9 @@ x-casaos: - 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: 唤醒你的家 + 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 + en_us: Home Assistant diff --git a/Apps/Jackett/docker-compose.yml b/Apps/Jackett/docker-compose.yml index a590b75..9a955fb 100644 --- a/Apps/Jackett/docker-compose.yml +++ b/Apps/Jackett/docker-compose.yml @@ -28,30 +28,30 @@ services: envs: - container: PUID description: - en_US: "" + en_us: "" - container: PGID description: - en_US: "" + en_us: "" - container: TZ description: - en_US: "" + en_us: "" - container: AUTO_UPDATE description: - en_US: "" + en_us: "" index: / port_map: "9117" ports: - container: "9117" description: - en_US: "" + en_us: "" volumes: - container: /config description: - en_US: "" + en_us: "" - container: /downloads description: - en_US: "" + en_us: "" x-casaos: architectures: - amd64 @@ -61,8 +61,8 @@ x-casaos: 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是一个代理服务器,它将应用程序(Sonarr,Radarr,SickRage,CouchPotato,Mylar3,Lidarr,DuckieTV,qBittorrent,Nefarious等)的查询转换为特定于跟踪器网站的http查询,解析html或json响应,然后将结果发送回请求软件。这允许获取最近的上传(如RSS)并执行搜索。Jackett是维护的索引器抓取和翻译逻辑的单个存储库-从其他应用程序中删除负担。 + 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是维护的索引器抓取和翻译逻辑的单个存储库-从其他应用程序中删除负担。 developer: Jackett icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jackett/icon.png screenshot_link: @@ -70,9 +70,9 @@ x-casaos: - 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作为代理服务器工作 + 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 + en_us: Jackett diff --git a/Apps/Jellyfin/docker-compose.yml b/Apps/Jellyfin/docker-compose.yml index 83aa21b..f19e37b 100644 --- a/Apps/Jellyfin/docker-compose.yml +++ b/Apps/Jellyfin/docker-compose.yml @@ -47,56 +47,56 @@ services: envs: - container: TZ description: - en_US: TimeZone - zh_CN: 时区 + en_us: TimeZone + zh_cn: 时区 - container: PUID description: - en_US: Run Jellyfin as specified uid. - zh_CN: Jellyfin运行的用户ID + 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 + 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地址 + 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端口 + en_us: WebUI HTTP Port + zh_cn: WebUI HTTP端口 - container: "8920" description: - en_US: WebUI HTTPS Port - zh_CN: WebUI HTTPS端口 + en_us: WebUI HTTPS Port + zh_cn: WebUI HTTPS端口 - container: "7359" description: - en_US: Jellyfin auto-discovery Port - zh_CN: Jellyfin自动发现端口 + en_us: Jellyfin auto-discovery Port + zh_cn: Jellyfin自动发现端口 - container: "1900" description: - en_US: Jellyfin DLNA Port - zh_CN: Jellyfin DLNA端口 + en_us: Jellyfin DLNA Port + zh_cn: Jellyfin DLNA端口 volumes: - container: /config description: - en_US: Jellyfin config directory. - zh_CN: Jellyfin配置目录 + en_us: Jellyfin config directory. + zh_cn: Jellyfin配置目录 - container: /Media description: - en_US: Jellyfin Media directory. - zh_CN: Jellyfin媒体目录 + en_us: Jellyfin Media directory. + zh_cn: Jellyfin媒体目录 - container: /opt/vc/lib description: - en_US: OpenMax libs - zh_CN: OpenMax库 + en_us: OpenMax libs + zh_cn: OpenMax库 x-casaos: architectures: - amd64 @@ -106,8 +106,8 @@ x-casaos: 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服务器,即可获得免费软件娱乐系统的领先功能,包括铃声和装饰。 + 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: @@ -117,9 +117,9 @@ x-casaos: - 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: 让您控制媒体。 + 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 + en_us: Jellyfin diff --git a/Apps/Lazylibrarian/docker-compose.yml b/Apps/Lazylibrarian/docker-compose.yml index 6b6113d..3b36bdb 100644 --- a/Apps/Lazylibrarian/docker-compose.yml +++ b/Apps/Lazylibrarian/docker-compose.yml @@ -31,32 +31,32 @@ services: envs: - container: PUID description: - en_US: "" + en_us: "" - container: PGID description: - en_US: "" + en_us: "" - container: TZ description: - en_US: "" + en_us: "" - container: DOCKER_MODS description: - en_US: "" + en_us: "" port_map: "5299" ports: - container: "5299" description: - en_US: "" + en_us: "" volumes: - container: /downloads description: - en_US: "" + en_us: "" - container: /books description: - en_US: "" + en_us: "" - container: /config description: - en_US: "" + en_us: "" x-casaos: architectures: - amd64 @@ -66,8 +66,8 @@ x-casaos: 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分支。 + 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: @@ -75,10 +75,10 @@ x-casaos: - 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自动下载器 + 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 + en_us: Lazylibrarian + zh_cn: Lazylibrarian diff --git a/Apps/Lidarr/docker-compose.yml b/Apps/Lidarr/docker-compose.yml index a017d5b..ab905be 100644 --- a/Apps/Lidarr/docker-compose.yml +++ b/Apps/Lidarr/docker-compose.yml @@ -30,29 +30,29 @@ services: envs: - container: PUID description: - en_US: "" + en_us: "" - container: PGID description: - en_US: "" + en_us: "" - container: TZ description: - en_US: "" + en_us: "" port_map: "8686" ports: - container: "8686" description: - en_US: "" + en_us: "" volumes: - container: /config description: - en_US: "" + en_us: "" - container: /music description: - en_US: "" + en_us: "" - container: /downloads description: - en_US: "" + en_us: "" x-casaos: architectures: - amd64 @@ -62,8 +62,8 @@ x-casaos: 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源以获取来自最喜欢的艺术家的新专辑,并且可以与客户端和索引器进行交互以获取,排序和重命名它们。它还可以配置为在更好的质量格式可用时自动升级库中现有文件的质量。 + 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: @@ -71,9 +71,9 @@ x-casaos: - 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用户的音乐收藏管理器 + 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 + en_us: Lidarr diff --git a/Apps/Mylar3/docker-compose.yml b/Apps/Mylar3/docker-compose.yml index 288ea02..95e6bc9 100644 --- a/Apps/Mylar3/docker-compose.yml +++ b/Apps/Mylar3/docker-compose.yml @@ -29,26 +29,26 @@ services: envs: - container: PUID description: - en_US: "" + en_us: "" - container: PGID description: - en_US: "" + en_us: "" port_map: "8090" ports: - container: "8090" description: - en_US: "" + en_us: "" volumes: - container: /config description: - en_US: "" + en_us: "" - container: /comics description: - en_US: "" + en_us: "" - container: /downloads description: - en_US: "" + en_us: "" x-casaos: architectures: - amd64 @@ -58,8 +58,8 @@ x-casaos: 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允许您创建监视列表,用于监视各种事物(新问题,更新信息等)。 它将抓取,排序和重命名下载的问题。 它还允许您监视周拉列表,以下载属于所述监视列表系列的项目,以及能够监视和维护故事弧线。 + 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: @@ -68,9 +68,9 @@ x-casaos: - 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)下载程序 + 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 + en_us: Mylar3 diff --git a/Apps/N8n/docker-compose.yml b/Apps/N8n/docker-compose.yml index 3acc3ce..9f73867 100644 --- a/Apps/N8n/docker-compose.yml +++ b/Apps/N8n/docker-compose.yml @@ -22,21 +22,21 @@ services: envs: - container: TZ description: - en_US: TimeZone - zh_CN: 时区 + en_us: TimeZone + zh_cn: 时区 index: / port_map: "5678" ports: - container: "5678" description: - en_US: web port - zh_CN: web 端口 + en_us: web port + zh_cn: web 端口 volumes: - container: /home/node/.n8n description: - en_US: n8n directory. - zh_CN: n8n 目录。 + en_us: n8n directory. + zh_cn: n8n 目录。 x-casaos: architectures: - amd64 @@ -46,8 +46,8 @@ x-casaos: 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 许可的工作流自动化工具。轻松地在不同的服务之间自动化任务。 + 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: @@ -55,9 +55,9 @@ x-casaos: - 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: 工作流自动化工具 + 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 + en_us: n8n diff --git a/Apps/Nextcloud/docker-compose.yml b/Apps/Nextcloud/docker-compose.yml index b9774c0..59fb23b 100644 --- a/Apps/Nextcloud/docker-compose.yml +++ b/Apps/Nextcloud/docker-compose.yml @@ -25,19 +25,19 @@ services: ports: - container: "80" description: - en_US: WebUI HTTP Port - zh_CN: WebUI HTTP 端口 + en_us: WebUI HTTP Port + zh_cn: WebUI HTTP 端口 - container: "443" description: - en_US: WebUI HTTPS Port - zh_CN: WebUI HTTPS 端口 + en_us: WebUI HTTPS Port + zh_cn: WebUI HTTPS 端口 volumes: - container: /var/www/html description: - en_US: Nextcloud config directory. - zh_CN: Nextcloud 配置目录。 + en_us: Nextcloud config directory. + zh_cn: Nextcloud 配置目录。 x-casaos: architectures: - amd64 @@ -51,8 +51,8 @@ x-casaos: 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 将您的数据放在您的掌握之中。将您的文档、日历、联系人和照片存储在您信任的家庭服务器、我们的提供商或数据中心中。 + 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: @@ -60,9 +60,9 @@ x-casaos: - 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: 保持您控制的生产力平台 + 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 + en_us: Nextcloud diff --git a/Apps/NginxProxyManager/docker-compose.yml b/Apps/NginxProxyManager/docker-compose.yml index 79e9939..26071fa 100644 --- a/Apps/NginxProxyManager/docker-compose.yml +++ b/Apps/NginxProxyManager/docker-compose.yml @@ -31,28 +31,28 @@ services: ports: - container: "80" description: - en_US: Nginx HTTP Port - zh_CN: Nginx HTTP 端口 + en_us: Nginx HTTP Port + zh_cn: Nginx HTTP 端口 - container: "443" description: - en_US: Nginx HTTPS Port - zh_CN: Nginx HTTPS 端口 + en_us: Nginx HTTPS Port + zh_cn: Nginx HTTPS 端口 - container: "81" description: - en_US: WebUI Port - zh_CN: WebUI 端口 + en_us: WebUI Port + zh_cn: WebUI 端口 volumes: - container: /data description: - en_US: Nginx Proxy Manager data directory. - zh_CN: Nginx 代理管理器数据目录。 + 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 目录。 + en_us: Nginx Proxy Manager letsencrypt directory. + zh_cn: Nginx 代理管理器 letsencrypt 目录。 x-casaos: architectures: - amd64 @@ -62,8 +62,8 @@ x-casaos: 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 代理管理器是一个简单、强大的工具,可帮助您在单个服务器上托管多个网站。 + 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: @@ -71,12 +71,12 @@ x-casaos: - 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 代理主机。 + 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: | + 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. @@ -87,7 +87,7 @@ x-casaos: | Username | Password | | -------- | -------- | | `admin@example.com` | `changeme` | - zh_CN: | + zh_cn: | ⚠️ 警告! 这是一个技术类应用,请确保你知道你在做什么。 Nginx Proxy Manager 默认占用 80 和 443 端口给内置 Nginx 使用。占用 81 端口给管理页面。 @@ -99,5 +99,5 @@ x-casaos: | -------- | -------- | | `admin@example.com` | `changeme` | title: - en_US: Nginx Proxy Manager - zh_CN: Nginx 代理管理器 + en_us: Nginx Proxy Manager + zh_cn: Nginx 代理管理器 diff --git a/Apps/Node-RED/docker-compose.yml b/Apps/Node-RED/docker-compose.yml index a59e50d..d403b44 100644 --- a/Apps/Node-RED/docker-compose.yml +++ b/Apps/Node-RED/docker-compose.yml @@ -22,12 +22,12 @@ services: ports: - container: "1880" description: - en_US: "" + en_us: "" volumes: - container: /data description: - en_US: "" + en_us: "" x-casaos: architectures: - amd64 @@ -38,8 +38,8 @@ x-casaos: 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和在线服务以新颖的方式连接在一起。它提供了一个基于浏览器的编辑器,可以轻松地将流连接在一起,使用调色板中的各种节点,可以在单击中将其部署到其运行时。 + 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: @@ -47,9 +47,9 @@ x-casaos: - 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: 用于事件驱动应用程序的低代码编程 + 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 + en_us: Node-RED diff --git a/Apps/Nzbget/docker-compose.yml b/Apps/Nzbget/docker-compose.yml index ee8bdda..0430c9b 100644 --- a/Apps/Nzbget/docker-compose.yml +++ b/Apps/Nzbget/docker-compose.yml @@ -29,32 +29,32 @@ services: envs: - container: PUID description: - en_US: "" + en_us: "" - container: PGID description: - en_US: "" + en_us: "" - container: TZ description: - en_US: "" + en_us: "" - container: NZBGET_USER description: - en_US: "" + en_us: "" - container: NZBGET_PASS description: - en_US: "" + en_us: "" port_map: "6789" ports: - container: "6789" description: - en_US: "" + en_us: "" volumes: - container: /config description: - en_US: "" + en_us: "" - container: /downloads description: - en_US: "" + en_us: "" x-casaos: architectures: - amd64 @@ -64,8 +64,8 @@ x-casaos: 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可以在几乎任何设备上运行-经典PC,NAS,媒体播放器,SAT接收器,WLAN路由器等。下载区提供了Windows,macOS,Linux(兼容许多CPU和平台变体),FreeBSD和Android的预编译二进制文件。对于其他平台,可以从源代码编译程序。 + 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的预编译二进制文件。对于其他平台,可以从源代码编译程序。 developer: Nzbget Team icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Nzbget/icon.png screenshot_link: @@ -74,9 +74,9 @@ x-casaos: - 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下载器 + 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 + en_us: Nzbget diff --git a/Apps/Ombi/docker-compose.yml b/Apps/Ombi/docker-compose.yml index 0f046ea..b0f2590 100644 --- a/Apps/Ombi/docker-compose.yml +++ b/Apps/Ombi/docker-compose.yml @@ -25,26 +25,26 @@ services: envs: - container: PUID description: - en_US: "" + en_us: "" - container: PGID description: - en_US: "" + en_us: "" - container: TZ description: - en_US: "" + en_us: "" - container: BASE_URL description: - en_US: "" + en_us: "" port_map: "3579" ports: - container: "3579" description: - en_US: "" + en_us: "" volumes: - container: /config description: - en_US: "" + en_us: "" x-casaos: architectures: - amd64 @@ -54,8 +54,8 @@ x-casaos: 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工具,为用户提供无缝的端到端体验。 + 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: @@ -63,9 +63,9 @@ x-casaos: - 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: 友好的媒体请求工具,自动与您的媒体服务器同步! + 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 + en_us: Ombi diff --git a/Apps/OpenHAB/docker-compose.yml b/Apps/OpenHAB/docker-compose.yml index 7989ac4..e4a8898 100644 --- a/Apps/OpenHAB/docker-compose.yml +++ b/Apps/OpenHAB/docker-compose.yml @@ -34,42 +34,42 @@ services: envs: - container: CRYPTO_POLICY description: - en_US: Crypto Policy - zh_CN: 加密策略 + en_us: Crypto Policy + zh_cn: 加密策略 - container: PUID description: - en_US: Run OpenHAB as specified uid. - zh_CN: 以指定的uid运行OpenHAB。 + 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。 + 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: 将容器的时间与主机的时间绑定,只读,因此容器无法更改主机的时间。 + 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: 将容器的时区与主机的时区绑定,只读,因此容器无法更改主机的时区。 + 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控制台无法安装插件时需要。 + 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: | + 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: | + zh_cn: | openHAB配置的conf文件夹位置(注意:在运行容器之前,您必须在主机上创建这些文件夹)。 - container: /opt/openhab/userdata description: - en_US: Location for logs, cache, persistence databases, etc. - zh_CN: 用于日志,缓存,持久性数据库等的位置。 + en_us: Location for logs, cache, persistence databases, etc. + zh_cn: 用于日志,缓存,持久性数据库等的位置。 x-casaos: architectures: - amd64 @@ -79,8 +79,8 @@ x-casaos: 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实现它。 + 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: @@ -89,9 +89,9 @@ x-casaos: - 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: 助力智能家居 + 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 + en_us: OpenHAB diff --git a/Apps/OpenSpeedTest/docker-compose.yml b/Apps/OpenSpeedTest/docker-compose.yml index 3b75c71..58db812 100644 --- a/Apps/OpenSpeedTest/docker-compose.yml +++ b/Apps/OpenSpeedTest/docker-compose.yml @@ -18,7 +18,7 @@ services: ports: - container: "3000" description: - en_US: "" + en_us: "" x-casaos: architectures: @@ -32,8 +32,8 @@ x-casaos: 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浏览器从您的网络中的任何设备上测试下载和上传速度。 + 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: @@ -41,9 +41,9 @@ x-casaos: - 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网络速度测试服务器。 + 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 + en_us: OpenSpeedTest diff --git a/Apps/PhotoPrism/docker-compose.yml b/Apps/PhotoPrism/docker-compose.yml index ad2211f..0e91925 100644 --- a/Apps/PhotoPrism/docker-compose.yml +++ b/Apps/PhotoPrism/docker-compose.yml @@ -27,33 +27,33 @@ services: envs: - container: TZ description: - en_US: TimeZone - zh_CN: 时区 + 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 + 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: 管理员密码 + 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 端口 + en_us: WebUI HTTP Port + zh_cn: WebUI HTTP 端口 volumes: - container: /photoprism/storage description: - en_US: PhotoPrism storage directory. - zh_CN: PhotoPrism 存储目录 + en_us: PhotoPrism storage directory. + zh_cn: PhotoPrism 存储目录 - container: /photoprism/originals description: - en_US: PhotoPrism originals directory. - zh_CN: PhotoPrism 原始文件目录 + en_us: PhotoPrism originals directory. + zh_cn: PhotoPrism 原始文件目录 x-casaos: architectures: - amd64 @@ -62,8 +62,8 @@ x-casaos: 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 的应用程序,用于浏览、组织和共享您的照片集。它利用最新的技术自动标记和查找图片,而不会干扰您。您可以在家中、私人服务器或云中运行它。 + 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: @@ -71,22 +71,22 @@ x-casaos: - 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: 浏览、组织和共享您的照片集 + 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: | + en_us: | Default Account | Username | Password | | -------- | -------- | | `admin` | `casaos` | - zh_CN: | + zh_cn: | 默认账号 | 用户名 | 密码 | | -------- | -------- | | `admin` | `casaos` | title: - en_US: PhotoPrism + en_us: PhotoPrism diff --git a/Apps/Pihole/docker-compose.yml b/Apps/Pihole/docker-compose.yml index 7674819..904ac03 100644 --- a/Apps/Pihole/docker-compose.yml +++ b/Apps/Pihole/docker-compose.yml @@ -40,57 +40,57 @@ services: envs: - container: TZ description: - en_US: TimeZone - zh_CN: 时区 + en_us: TimeZone + zh_cn: 时区 - container: WEBPASSWORD description: - en_US: Pi-hole admin password - zh_CN: Pi-hole 管理密码 + en_us: Pi-hole admin password + zh_cn: Pi-hole 管理密码 - container: VIRTUAL_HOST description: - en_US: Pi-hole Custom Hostname - zh_CN: Pi-hole 自定义域名 + en_us: Pi-hole Custom Hostname + zh_cn: Pi-hole 自定义域名 - container: PROXY_LOCATION description: - en_US: Pi-hole PROXY_LOCATION + en_us: Pi-hole PROXY_LOCATION index: /admin port_map: "80" ports: - container: "80" description: - en_US: WebUI HTTP Port - zh_CN: WebUI HTTP 端口 + en_us: WebUI HTTP Port + zh_cn: WebUI HTTP 端口 - container: "53" description: - en_US: Pihole DNS port - zh_CN: Pihole DNS 端口 + en_us: Pihole DNS port + zh_cn: Pihole DNS 端口 - container: "53" description: - en_US: Pihole DNS port - zh_CN: Pihole DNS 端口 + 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 端口 + 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 端口 + 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 目录 + 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 目录 + en_us: Pi-hole /etc/dnsmasq.d directory. + zh_cn: Pi-hole /etc/dnsmasq.d 目录 x-casaos: architectures: - amd64 @@ -101,8 +101,8 @@ x-casaos: 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 爱好者组成的社区提供支持。适合在树莓派或本地服务器上运行。 + 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: @@ -110,14 +110,14 @@ x-casaos: - 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: 网络广告拦截 + 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: | + en_us: | Default password: `casaos` - zh_CN: | + zh_cn: | 默认密码:`casaos` title: - en_US: Pi-hole + en_us: Pi-hole diff --git a/Apps/Plex/docker-compose.yml b/Apps/Plex/docker-compose.yml index 710dc58..b30b57e 100644 --- a/Apps/Plex/docker-compose.yml +++ b/Apps/Plex/docker-compose.yml @@ -26,28 +26,28 @@ services: envs: - container: PUID description: - en_US: Run Plex as specified uid. - zh_CN: 以指定的uid运行Plex + 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 + 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版本 + 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配置目录 + en_us: Plex config directory. + zh_cn: Plex配置目录 - container: /Media description: - en_US: Plex Media directory. - zh_CN: Plex媒体目录 + en_us: Plex Media directory. + zh_cn: Plex媒体目录 x-casaos: architectures: - amd64 @@ -57,8 +57,8 @@ x-casaos: 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的顶级优先级一直是简单的设计和批量操作,这意味着更快地完成任务。 + 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: @@ -66,9 +66,9 @@ x-casaos: - 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: 为您的娱乐提供家庭。 + 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 + en_us: Plex diff --git a/Apps/Prowlarr/docker-compose.yml b/Apps/Prowlarr/docker-compose.yml index 3594963..7310769 100644 --- a/Apps/Prowlarr/docker-compose.yml +++ b/Apps/Prowlarr/docker-compose.yml @@ -24,23 +24,23 @@ services: envs: - container: PUID description: - en_US: "" + en_us: "" - container: PGID description: - en_US: "" + en_us: "" - container: TZ description: - en_US: "" + en_us: "" port_map: "9696" ports: - container: "9696" description: - en_US: "" + en_us: "" volumes: - container: /config description: - en_US: "" + en_us: "" x-casaos: architectures: - amd64 @@ -50,17 +50,17 @@ x-casaos: 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。它与Lidarr,Mylar3,Radarr,Readarr和Sonarr无缝集成,提供完整的索引器管理,无需每个应用程序索引器设置即可完成(我们全部都做到了)。 + 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无缝集成,提供完整的索引器管理,无需每个应用程序索引器设置即可完成(我们全部都做到了)。 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应用程序的集成 + 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 + en_us: Prowlarr diff --git a/Apps/Radarr/docker-compose.yml b/Apps/Radarr/docker-compose.yml index 26fcfe2..01cf4e2 100644 --- a/Apps/Radarr/docker-compose.yml +++ b/Apps/Radarr/docker-compose.yml @@ -30,37 +30,37 @@ services: envs: - container: TZ description: - en_US: TimeZone - zh_CN: 时区 + en_us: TimeZone + zh_cn: 时区 - container: PUID description: - en_US: Run Radarr as specified uid. - zh_CN: 以指定的uid运行Radarr + 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 + 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端口 + en_us: WebUI HTTP Port + zh_cn: WebUI HTTP端口 volumes: - container: /config description: - en_US: Radarr config directory. - zh_CN: Radarr配置目录 + en_us: Radarr config directory. + zh_cn: Radarr配置目录 - container: /movies description: - en_US: Radarr movies directory. - zh_CN: Radarr电影目录 + en_us: Radarr movies directory. + zh_cn: Radarr电影目录 - container: /downloads description: - en_US: Radarr downloads directory. - zh_CN: Radarr下载目录 + en_us: Radarr downloads directory. + zh_cn: Radarr下载目录 x-casaos: architectures: - amd64 @@ -70,8 +70,8 @@ x-casaos: 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版本的给定电影,则需要多个实例。 + 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: @@ -81,9 +81,9 @@ x-casaos: - 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用户提供的电影集合管理器 + 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 + en_us: Radarr diff --git a/Apps/Readarr/docker-compose.yml b/Apps/Readarr/docker-compose.yml index f148ecd..3f5feda 100644 --- a/Apps/Readarr/docker-compose.yml +++ b/Apps/Readarr/docker-compose.yml @@ -30,29 +30,29 @@ services: envs: - container: PUID description: - en_US: "" + en_us: "" - container: PGID description: - en_US: "" + en_us: "" - container: TZ description: - en_US: "" + en_us: "" port_map: "8787" ports: - container: "8787" description: - en_US: "" + en_us: "" volumes: - container: /config description: - en_US: "" + en_us: "" - container: /books description: - en_US: "" + en_us: "" - container: /downloads description: - en_US: "" + en_us: "" x-casaos: architectures: - amd64 @@ -62,8 +62,8 @@ x-casaos: 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源以获取您最喜欢的作者的新书,并且可以与客户端和索引器进行交互以获取,排序和重命名它们。 + 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: @@ -72,9 +72,9 @@ x-casaos: - 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用户的电子书和有声书收藏管理器。 + 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 + en_us: Readarr diff --git a/Apps/Sabnzbd/docker-compose.yml b/Apps/Sabnzbd/docker-compose.yml index d62719c..8d278d2 100644 --- a/Apps/Sabnzbd/docker-compose.yml +++ b/Apps/Sabnzbd/docker-compose.yml @@ -30,29 +30,29 @@ services: envs: - container: PUID description: - en_US: "" + en_us: "" - container: PGID description: - en_US: "" + en_us: "" - container: TZ description: - en_US: "" + en_us: "" port_map: "8080" ports: - container: "8080" description: - en_US: "" + en_us: "" volumes: - container: /incomplete-downloads description: - en_US: "" + en_us: "" - container: /config description: - en_US: "" + en_us: "" - container: /downloads description: - en_US: "" + en_us: "" x-casaos: architectures: - amd64 @@ -62,8 +62,8 @@ x-casaos: 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提供了一个简单的安装向导,并具有自我分析工具来验证您的设置。 + 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: @@ -75,9 +75,9 @@ x-casaos: - 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: 免费易用的二进制新闻阅读器 + 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 + en_us: Sabnzbd diff --git a/Apps/Sickchill/docker-compose.yml b/Apps/Sickchill/docker-compose.yml index aa09a24..76bc0e3 100644 --- a/Apps/Sickchill/docker-compose.yml +++ b/Apps/Sickchill/docker-compose.yml @@ -30,29 +30,29 @@ services: envs: - container: PUID description: - en_US: "" + en_us: "" - container: PGID description: - en_US: "" + en_us: "" - container: TZ description: - en_US: "" + en_us: "" port_map: "8081" ports: - container: "8081" description: - en_US: "" + en_us: "" volumes: - container: /config description: - en_US: "" + en_us: "" - container: /downloads description: - en_US: "" + en_us: "" - container: /tv description: - en_US: "" + en_us: "" x-casaos: architectures: - amd64 @@ -62,9 +62,9 @@ x-casaos: author: CasaOS Team category: Media 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. - zh_CN: | + zh_cn: | SickChill是一个自动视频库管理器。它会监视您喜欢的节目的新剧集,当它们发布时,它会自动搜索、下载和处理您想要的质量。 developer: Sickchill Team icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Sickchill/icon.png @@ -76,9 +76,9 @@ x-casaos: - 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: 自动视频库管理器 + 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 + en_us: Sickchill diff --git a/Apps/Smokeping/docker-compose.yml b/Apps/Smokeping/docker-compose.yml index 26761fa..4f2fdd7 100644 --- a/Apps/Smokeping/docker-compose.yml +++ b/Apps/Smokeping/docker-compose.yml @@ -27,26 +27,26 @@ services: envs: - container: PUID description: - en_US: "" + en_us: "" - container: PGID description: - en_US: "" + en_us: "" - container: TZ description: - en_US: "" + en_us: "" port_map: "80" ports: - container: "80" description: - en_US: "" + en_us: "" volumes: - container: /config description: - en_US: "" + en_us: "" - container: /data description: - en_US: "" + en_us: "" x-casaos: architectures: - amd64 @@ -56,8 +56,8 @@ x-casaos: author: CasaOS Team category: Network description: - en_US: keeps track of your network latency. - zh_CN: 用于跟踪您的网络延迟。 + 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: @@ -67,9 +67,9 @@ x-casaos: - 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: 免费开源的网络性能监控工具 + 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 + en_us: Smokeping diff --git a/Apps/Sonarr/docker-compose.yml b/Apps/Sonarr/docker-compose.yml index b247836..5df173e 100644 --- a/Apps/Sonarr/docker-compose.yml +++ b/Apps/Sonarr/docker-compose.yml @@ -30,37 +30,37 @@ services: envs: - container: TZ description: - en_US: TimeZone - zh_CN: 时区 + en_us: TimeZone + zh_cn: 时区 - container: PUID description: - en_US: Run Sonarr as specified uid. - zh_CN: 以指定的uid运行Sonarr + 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 + 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端口 + en_us: WebUI HTTP Port + zh_cn: WebUI HTTP端口 volumes: - container: /config description: - en_US: Sonarr config directory. - zh_CN: Sonarr配置目录 + en_us: Sonarr config directory. + zh_cn: Sonarr配置目录 - container: /tv description: - en_US: Sonarr tv directory. - zh_CN: Sonarr TV目录 + en_us: Sonarr tv directory. + zh_cn: Sonarr TV目录 - container: /downloads description: - en_US: Sonarr downloads directory. - zh_CN: Sonarr下载目录 + en_us: Sonarr downloads directory. + zh_cn: Sonarr下载目录 x-casaos: architectures: - amd64 @@ -69,8 +69,8 @@ x-casaos: 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源以获取您最喜欢的节目的新剧集,并且可以抓取,排序和重命名它们。它还可以配置为在出现更好的质量格式时自动升级已下载文件的质量。 + 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: @@ -79,9 +79,9 @@ x-casaos: - 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 + 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 + en_us: Sonarr diff --git a/Apps/Syncthing/docker-compose.yml b/Apps/Syncthing/docker-compose.yml index e087e4e..490e6f9 100644 --- a/Apps/Syncthing/docker-compose.yml +++ b/Apps/Syncthing/docker-compose.yml @@ -36,49 +36,49 @@ services: envs: - container: TZ description: - en_US: TimeZone - zh_CN: 时区 + en_us: TimeZone + zh_cn: 时区 - container: PUID description: - en_US: Run Syncthing as specified uid. - zh_CN: 以指定的用户ID运行Syncthing + 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 + 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端口 + en_us: WebUI HTTP Port + zh_cn: WebUI HTTP端口 - container: "22000" description: - en_US: Syncthing listening Port (TCP) - zh_CN: Syncthing监听端口(TCP) + en_us: Syncthing listening Port (TCP) + zh_cn: Syncthing监听端口(TCP) - container: "22000" description: - en_US: Syncthing listening Port (UDP) - zh_CN: Syncthing监听端口(UDP) + 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) + 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配置目录 + en_us: Syncthing config directory. + zh_cn: Syncthing配置目录 - container: /DATA description: - en_US: Syncthing Accessible Directory. - zh_CN: Syncthing可访问目录 + en_us: Syncthing Accessible Directory. + zh_cn: Syncthing可访问目录 x-casaos: architectures: - amd64 @@ -88,14 +88,14 @@ x-casaos: 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是一个持续的文件同步程序。它实时同步两台或多台计算机之间的文件,安全地保护免受窥视。您的数据是您自己的数据,您有权选择将其存储在何处,是否与第三方共享,以及如何通过互联网传输。 + 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: 免费,安全,分布式的文件同步工具。 + 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 + en_us: Syncthing diff --git a/Apps/TailscaleDaemon/docker-compose.yml b/Apps/TailscaleDaemon/docker-compose.yml index b62e833..c0af0da 100644 --- a/Apps/TailscaleDaemon/docker-compose.yml +++ b/Apps/TailscaleDaemon/docker-compose.yml @@ -30,30 +30,30 @@ services: 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,则每次启动容器时强制登录。 + 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: | + en_us: | extra arguments to `tailscale up`. - zh_CN: | + 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 状态的目录。数据应在容器重新启动时保持持久。 + 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: "" + en_us: "" - container: /var/lib description: - en_US: "" + en_us: "" - container: /var/lib/tailscale description: - en_US: "" + en_us: "" x-casaos: architectures: - arm64 @@ -64,31 +64,31 @@ x-casaos: 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 到网络上的设备,并在世界各地安全地工作。 + 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: 在您自己的安全虚拟专用网络中将设备和用户连接在一起。 + 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: | + en_us: | Tailscale hostname: `casaos` After install: Go to the container log and connect to your tailscale account using the link provided - zh_CN: | + zh_cn: | Tailscale 主机名:`casaos` 安装后: 前往容器日志并使用提供的链接连接到您的 tailscale 帐户 title: - en_US: Tailscale Daemon - zh_CN: Tailscale 守护进程 + en_us: Tailscale Daemon + zh_cn: Tailscale 守护进程 diff --git a/Apps/Tautulli/docker-compose.yml b/Apps/Tautulli/docker-compose.yml index f8b0a40..2b5331b 100644 --- a/Apps/Tautulli/docker-compose.yml +++ b/Apps/Tautulli/docker-compose.yml @@ -23,25 +23,25 @@ services: envs: - container: PUID description: - en_US: "" + en_us: "" - container: PGID description: - en_US: "" + en_us: "" - container: TZ description: - en_US: "" + en_us: "" index: / port_map: "8181" ports: - container: "8181" description: - en_US: "" + en_us: "" protocol: "" volumes: - container: /config description: - en_US: "" + en_us: "" x-casaos: architectures: - amd64 @@ -51,8 +51,8 @@ x-casaos: 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旁边运行的第三方应用程序,用于监视活动并跟踪各种统计信息。 + 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: @@ -61,9 +61,9 @@ x-casaos: - 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以及更多内容。 + 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 + en_us: Tautulli diff --git a/Apps/Transmission/docker-compose.yml b/Apps/Transmission/docker-compose.yml index 0e1b4d0..5629dfb 100644 --- a/Apps/Transmission/docker-compose.yml +++ b/Apps/Transmission/docker-compose.yml @@ -40,51 +40,51 @@ services: envs: - container: PUID description: - en_US: "" + en_us: "" - container: PGID description: - en_US: "" + en_us: "" - container: TZ description: - en_US: "" + en_us: "" - container: TRANSMISSION_WEB_HOME description: - en_US: "" + en_us: "" - container: USER description: - en_US: "" + en_us: "" - container: PASS description: - en_US: "" + en_us: "" - container: PEERPORT description: - en_US: "" + en_us: "" index: / port_map: "9091" ports: - container: "9091" description: - en_US: "" + en_us: "" - container: "51413" description: - en_US: "" + en_us: "" - container: "51413" description: - en_US: "" + en_us: "" protocol: udp volumes: - container: /config description: - en_US: "" + en_us: "" - container: /downloads description: - en_US: "" + en_us: "" - container: /watch description: - en_US: "" + en_us: "" x-casaos: architectures: - amd64 @@ -94,9 +94,9 @@ x-casaos: author: CasaOS Team category: Network 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. - zh_CN: | + zh_cn: | Transmission 是一个开源的、志愿者驱动的项目。与某些 BitTorrent 客户端不同,Transmission 不会以赚钱为目的来玩弄用户:Transmission 不会捆绑工具栏、弹出广告、Flash 广告、Twitter 工具或其他任何东西。它不会将某些功能留给付费版本。它的源代码可供任何人查看。我们不会跟踪我们的用户,我们的网站和论坛没有第三方广告或分析。 developer: Transmission icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Transmission/icon.png @@ -105,18 +105,18 @@ x-casaos: - 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 客户端 + 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: | + en_us: | | username | password | | -------- | -------- | | `casaos` | `casaos` | - zh_CN: | + zh_cn: | | 用户名 | 密码 | | -------- | -------- | | `casaos` | `casaos` | title: - en_US: Transmission + en_us: Transmission diff --git a/Apps/Unifi-controller/docker-compose.yml b/Apps/Unifi-controller/docker-compose.yml index ec59edd..e4a8925 100644 --- a/Apps/Unifi-controller/docker-compose.yml +++ b/Apps/Unifi-controller/docker-compose.yml @@ -49,60 +49,60 @@ services: envs: - container: PUID description: - en_US: "" + en_us: "" - container: PGID description: - en_US: "" + en_us: "" - container: MEM_LIMIT description: - en_US: "" + en_us: "" - container: MEM_STARTUP description: - en_US: "" + en_us: "" index: / port_map: "8080" ports: - container: "3478" description: - en_US: "" + en_us: "" protocol: udp - container: "10001" description: - en_US: "" + en_us: "" protocol: udp - container: "8080" description: - en_US: "" + en_us: "" - container: "8443" description: - en_US: "" + en_us: "" - container: "1900" description: - en_US: "" + en_us: "" protocol: udp - container: "8843" description: - en_US: "" + en_us: "" - container: "8880" description: - en_US: "" + en_us: "" - container: "6789" description: - en_US: "" + en_us: "" - container: "5514" description: - en_US: "" + en_us: "" protocol: udp volumes: - container: /config description: - en_US: "" + en_us: "" x-casaos: architectures: - amd64 @@ -111,8 +111,8 @@ x-casaos: 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)。 + 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: @@ -120,10 +120,10 @@ x-casaos: - 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控制器软件是一种功能强大的企业级无线软件引擎,适用于需要低延迟和高可用性性能的高密度客户端部署。 + 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控制器 + en_us: Unifi-controller + zh_cn: Unifi控制器 diff --git a/Apps/UptimeKuma/docker-compose.yml b/Apps/UptimeKuma/docker-compose.yml index 5ca0991..acb02e5 100644 --- a/Apps/UptimeKuma/docker-compose.yml +++ b/Apps/UptimeKuma/docker-compose.yml @@ -22,14 +22,14 @@ services: ports: - container: "3001" description: - en_US: WebUI Port - zh_CN: WebUI 端口 + en_us: WebUI Port + zh_cn: WebUI 端口 volumes: - container: /app/data description: - en_US: Uptime Kuma data directory. - zh_CN: Uptime Kuma 数据目录。 + en_us: Uptime Kuma data directory. + zh_cn: Uptime Kuma 数据目录。 x-casaos: architectures: - amd64 @@ -39,8 +39,8 @@ x-casaos: author: CasaOS Team category: Network description: - en_US: It is a self-hosted monitoring tool like "Uptime Robot". - zh_CN: Uptime Kuma 是一个自托管的监控工具,类似于 Uptime Robot。 + 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: @@ -50,9 +50,9 @@ x-casaos: - 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: 一个漂亮的监控工具 + 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 + en_us: Uptime Kuma diff --git a/Apps/Vaultwarden/docker-compose.yml b/Apps/Vaultwarden/docker-compose.yml index 4ffa72e..7360551 100644 --- a/Apps/Vaultwarden/docker-compose.yml +++ b/Apps/Vaultwarden/docker-compose.yml @@ -22,14 +22,14 @@ services: ports: - container: "80" description: - en_US: WebUI HTTP Port - zh_CN: WebUI HTTP 端口 + en_us: WebUI HTTP Port + zh_cn: WebUI HTTP 端口 volumes: - container: /data description: - en_US: Vaultwarden data directory. - zh_CN: Vaultwarden 数据目录。 + en_us: Vaultwarden data directory. + zh_cn: Vaultwarden 数据目录。 x-casaos: architectures: - amd64 @@ -39,8 +39,8 @@ x-casaos: 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 客户端兼容,适合自托管部署,其中运行官方资源密集型服务可能不是理想的选择。 + 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: @@ -48,9 +48,9 @@ x-casaos: - 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 服务器 + 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 + en_us: Vaultwarden diff --git a/Apps/VoceChat/docker-compose.yml b/Apps/VoceChat/docker-compose.yml index b6b2a9f..2b43b3d 100644 --- a/Apps/VoceChat/docker-compose.yml +++ b/Apps/VoceChat/docker-compose.yml @@ -22,20 +22,20 @@ services: envs: - container: TZ description: - en_US: TimeZone - zh_CN: 时区 + en_us: TimeZone + zh_cn: 时区 index: / port_map: "3000" ports: - container: "3000" description: - en_US: WebUI HTTP Port - zh_CN: WebUI HTTP 端口 + en_us: WebUI HTTP Port + zh_cn: WebUI HTTP 端口 volumes: - container: /home/vocechat-server/data description: - en_US: VoceChat Data - zh_CN: VoceChat 数据 + en_us: VoceChat Data + zh_cn: VoceChat 数据 x-casaos: architectures: - amd64 @@ -43,8 +43,8 @@ x-casaos: 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 的超轻量级开源聊天应用,它优先考虑私有化部署。 + 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: @@ -54,9 +54,9 @@ x-casaos: - 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: 有一个私有的社交空间,部署在你的网站上 + 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 + en_us: VoceChat diff --git a/Apps/qBittorrent/docker-compose.yml b/Apps/qBittorrent/docker-compose.yml index e0f8116..b38be8f 100644 --- a/Apps/qBittorrent/docker-compose.yml +++ b/Apps/qBittorrent/docker-compose.yml @@ -28,37 +28,37 @@ services: envs: - container: TZ description: - en_US: TimeZone - zh_CN: 时区 + en_us: TimeZone + zh_cn: 时区 - container: PUID description: - en_US: Run qBittorrent as specified uid. - zh_CN: 以指定的 uid 运行 qBittorrent。 + 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。 + 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。 + 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 端口 + en_us: WebUI HTTP Port + zh_cn: WebUI HTTP 端口 volumes: - container: /config description: - en_US: qBittorrent config directory. - zh_CN: qBittorrent 配置目录。 + en_us: qBittorrent config directory. + zh_cn: qBittorrent 配置目录。 - container: /DATA description: - en_US: qBittorrent Accessible directory. - zh_CN: qBittorrent 可访问目录。 + en_us: qBittorrent Accessible directory. + zh_cn: qBittorrent 可访问目录。 x-casaos: architectures: - amd64 @@ -67,20 +67,20 @@ x-casaos: 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 替代品。 + 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 下载器 + 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: | + en_us: | Default Account | Username | Password | @@ -97,7 +97,7 @@ x-casaos: The paths of other DATA subdirectories in CasaOS are also similar. Please make sure you use the correct path when using qBittorrent. - zh_CN: | + zh_cn: | 默认账号 | 用户名 | 密码 | @@ -116,4 +116,4 @@ x-casaos: 请确保在使用 qBittorrent 时使用正确的路径。 title: - en_US: qBittorrent + en_us: qBittorrent diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0713ad5..8d60e86 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,6 +22,8 @@ Each directory under [Apps](Apps) correspond to a CasaOS App. The directory shou ... ``` +- Language codes are case sensitive and should be in all lower case, e.g. `en_us`, `zh_cn`. + - CasaOS specific metadata, also called *store info*, are stored under [extension](https://docs.docker.com/compose/compose-file/#extension) property `x-casaos` at two positions. 1. Service level @@ -32,20 +34,25 @@ Each directory under [Apps](Apps) correspond to a CasaOS App. The directory shou ```yaml x-casaos: - author: CasaOS Team - category: Backup - container: # see Container store info (`x-casaos.container`) below + index: / # the index page for web UI, e.g. index.html + port_map: "8384" # the port for web UI + envs: # description of each environment variable ... - description: # multiple locales are supported - 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. - developer: Syncthing - icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Syncthing/icon.png - tagline: # multiple locales are supported - en_US: Free, secure, and distributed file synchronisation tool. - thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/thumbnail.jpg - title: # multiple locales are supported - en_US: Syncthing - + - container: PUID + description: + en_us: Run Syncthing as specified uid. + ports: # description of each port + - container: "8384" + description: + en_us: WebUI HTTP Port + ... + volumes: # description of each volume + - container: /config + description: + en_us: Syncthing config directory. + - container: /DATA + description: + en_us: Syncthing Accessible Directory. ``` 1. Compose app level @@ -59,31 +66,15 @@ Each directory under [Apps](Apps) correspond to a CasaOS App. The directory shou - arm - arm64 main: syncthing # the name of the main service under `services` + author: CasaOS Team + category: Backup + description: # multiple locales are supported + 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. + developer: Syncthing + icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Syncthing/icon.png + tagline: # multiple locales are supported + en_us: Free, secure, and distributed file synchronisation tool. + thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Jellyfin/thumbnail.jpg + title: # multiple locales are supported + en_us: Syncthing ``` - -- Container store info (`x-casaos.container`) - - ```yaml - x-casaos: - ... - container: - index: / # the index page for web UI, e.g. index.html - port_map: "8384" # the port for web UI - envs: # description of each environment variable - ... - - container: PUID - description: - en_US: Run Syncthing as specified uid. - ports: # description of each port - - container: "8384" - description: - en_US: WebUI HTTP Port - ... - volumes: # description of each volume - - container: /config - description: - en_US: Syncthing config directory. - - container: /DATA - description: - en_US: Syncthing Accessible Directory. - ```