Skip to content

Commit 703d303

Browse files
committed
1 parent 98a642b commit 703d303

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+677
-702
lines changed

Apps/2FAuth/docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,17 @@ services:
2323
index: /
2424
port_map: "8000"
2525
ports:
26-
-
27-
container: "8000"
26+
- container: "8000"
2827
description:
2928
en_US: ""
30-
29+
3130
volumes:
32-
-
33-
container: /2fauth
31+
- container: /2fauth
3432
description:
3533
en_US: ""
3634
description:
3735
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.
36+
zh_CN: 2FAuth是一个基于Web的自托管的替代Google Authenticator的一次性密码(OTP)生成器,旨在为移动和桌面设备提供服务。
3837
developer: Bubka
3938
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/icon.png
4039
screenshot_link:
@@ -43,6 +42,7 @@ services:
4342
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/screenshot-3.png
4443
tagline:
4544
en_US: A web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes
45+
zh_CN: 一个用于管理您的两步验证(2FA)帐户并生成其安全代码的Web应用程序
4646
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/thumbnail.png
4747
tips: {}
4848
title:

Apps/AdGuardHome/docker-compose.yml

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -38,46 +38,41 @@ services:
3838
index: /
3939
port_map: "3000"
4040
ports:
41-
-
42-
container: "53"
41+
- container: "53"
4342
description:
4443
en_US: ""
45-
-
46-
container: "53"
44+
- container: "53"
4745
description:
4846
en_US: ""
49-
-
50-
container: "3000"
47+
- container: "3000"
5148
description:
5249
en_US: ""
53-
-
54-
container: "853"
50+
- container: "853"
5551
description:
5652
en_US: ""
57-
-
58-
container: "784"
53+
- container: "784"
5954
description:
6055
en_US: ""
61-
56+
6257
volumes:
63-
-
64-
container: /opt/adguardhome/work
58+
- container: /opt/adguardhome/work
6559
description:
6660
en_US: ""
67-
-
68-
container: /opt/adguardhome/conf
61+
- container: /opt/adguardhome/conf
6962
description:
7063
en_US: ""
7164
description:
7265
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.
66+
zh_CN: AdGuard Home 是一个网络范围的软件,用于阻止广告和跟踪。设置完成后,它将覆盖您的所有家庭设备,您不需要任何客户端软件。在我们的官方Github存储库上了解更多信息。
7367
developer: AdguardTeam
7468
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/icon.png
7569
screenshot_link:
7670
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/screenshot-1.png
7771
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/screenshot-2.png
7872
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/screenshot-3.png
7973
tagline:
80-
en_US: 'Network-wide ads & trackers blocking DNS server '
74+
en_US: Network-wide ads & trackers blocking DNS server
75+
zh_CN: 网络范围的广告和跟踪阻止DNS服务器
8176
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/thumbnail.png
8277
tips: {}
8378
title:

Apps/AllTubeDownload/docker-compose.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ services:
1919
index: /
2020
port_map: "80"
2121
ports:
22-
-
23-
container: "80"
22+
- container: "80"
2423
description:
2524
en_US: ""
26-
25+
2726
description:
2827
en_US: Easily download videos from YouTube, Dailymotion, Vimeo and other websites.
28+
zh_CN: 从 YouTube、Dailymotion、Vimeo 等网站轻松下载视频。
2929
developer: Rudloff
3030
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/icon.png
3131
screenshot_link:
@@ -34,10 +34,12 @@ services:
3434
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/screenshot-3.png
3535
tagline:
3636
en_US: Web GUI for youtube-dl
37+
zh_CN: youtube-dl 的 Web 界面
3738
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/thumbnail.png
3839
tips: {}
3940
title:
4041
en_US: AllTube Download
42+
zh_CN: AllTube 下载
4143
x-casaos:
4244
architectures:
4345
- amd64

Apps/Bazarr/docker-compose.yml

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,41 +31,34 @@ services:
3131
category: Media
3232
container:
3333
envs:
34-
-
35-
container: PUID
34+
- container: PUID
3635
description:
3736
en_US: ""
38-
-
39-
container: PGID
37+
- container: PGID
4038
description:
4139
en_US: ""
42-
-
43-
container: TZ
40+
- container: TZ
4441
description:
4542
en_US: ""
4643
port_map: "6767"
4744
ports:
48-
-
49-
container: "6767"
45+
- container: "6767"
5046
description:
5147
en_US: ""
5248

53-
5449
volumes:
55-
-
56-
container: /movies
50+
- container: /movies
5751
description:
5852
en_US: ""
59-
-
60-
container: /tv
53+
- container: /tv
6154
description:
6255
en_US: ""
63-
-
64-
container: /config
56+
- container: /config
6557
description:
6658
en_US: ""
6759
description:
6860
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.
61+
zh_CN: Bazarr是Sonarr和Radarr的伴侣应用程序。它可以根据您的要求管理和下载字幕。您可以根据电视节目或电影来定义您的偏好,并且Bazarr会为您处理所有事情。
6962
developer: Sabnzbd Team
7063
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/icon.png
7164
screenshot_link:
@@ -75,6 +68,7 @@ services:
7568
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-4.png
7669
tagline:
7770
en_US: Letter generators for Sonarr and Radarr
71+
zh_CN: Sonarr和Radarr的信件生成器
7872
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/thumbnail.png
7973
tips: {}
8074
title:

Apps/Calibre-web/docker-compose.yml

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -29,42 +29,35 @@ services:
2929
category: Media
3030
container:
3131
envs:
32-
-
33-
container: PUID
32+
- container: PUID
3433
description:
3534
en_US: ""
36-
-
37-
container: PGID
35+
- container: PGID
3836
description:
3937
en_US: ""
40-
-
41-
container: TZ
38+
- container: TZ
4239
description:
4340
en_US: ""
44-
-
45-
container: DOCKER_MODS
41+
- container: DOCKER_MODS
4642
description:
4743
en_US: ""
4844
index: /
4945
port_map: "8083"
5046
ports:
51-
-
52-
container: "8083"
47+
- container: "8083"
5348
description:
5449
en_US: ""
5550

56-
5751
volumes:
58-
-
59-
container: /config
52+
- container: /config
6053
description:
6154
en_US: ""
62-
-
63-
container: /books
55+
- container: /books
6456
description:
6557
en_US: ""
6658
description:
6759
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.
60+
zh_CN: Calibre-web是一个Web应用程序,提供了一个干净的界面,用于浏览,阅读和下载使用现有Calibre数据库的电子书。也可以通过应用程序本身集成谷歌驱动器并编辑元数据和您的calibre库。
6861
developer: linuxserver
6962
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Calibre-web/icon.png
7063
screenshot_link:
@@ -73,15 +66,18 @@ services:
7366
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Calibre-web/screenshot-3.png
7467
tagline:
7568
en_US: Web app for browsing, reading and downloading eBooks stored in a Calibre database
69+
zh_CN: 用于浏览,阅读和下载存储在Calibre数据库中的电子书的Web应用程序
7670
thumbnail: ' https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Calibre-web/thumbnail.png'
7771
tips:
7872
before_install:
79-
- content:
80-
en_US: UserName
81-
value: admin
82-
- content:
83-
en_US: Password
84-
value: admin123
73+
en_US: |
74+
| Username | Password |
75+
| -------- | -------- |
76+
| `admin` | `admin123` |
77+
zh_CN: |
78+
| 用户名 | 密码 |
79+
| -------- | -------- |
80+
| `admin` | `admin123` |
8581
title:
8682
en_US: Calibre-web
8783
x-casaos:

Apps/CouchPotato/docker-compose.yml

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,42 +31,42 @@ services:
3131
category: Media
3232
container:
3333
envs:
34-
-
35-
container: TZ
34+
- container: TZ
3635
description:
3736
en_US: TimeZone
38-
-
39-
container: PUID
37+
zh_CN: 时区
38+
- container: PUID
4039
description:
4140
en_US: Run CouchPotato as specified uid.
42-
-
43-
container: PGID
41+
zh_CN: 以指定的uid运行CouchPotato
42+
- container: PGID
4443
description:
4544
en_US: Run CouchPotato as specified gid.
45+
zh_CN: 以指定的gid运行CouchPotato
4646
index: /
4747
port_map: "5050"
4848
ports:
49-
-
50-
container: "5050"
49+
- container: "5050"
5150
description:
5251
en_US: WebUI HTTP Port
52+
zh_CN: WebUI HTTP端口
5353

54-
5554
volumes:
56-
-
57-
container: /config
55+
- container: /config
5856
description:
5957
en_US: CouchPotato config directory.
60-
-
61-
container: /movies
58+
zh_CN: CouchPotato配置目录
59+
- container: /movies
6260
description:
6361
en_US: CouchPotato movies directory.
64-
-
65-
container: /downloads
62+
zh_CN: CouchPotato电影目录
63+
- container: /downloads
6664
description:
6765
en_US: CouchPotato downloads directory.
66+
zh_CN: CouchPotato下载目录
6867
description:
6968
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.
69+
zh_CN: 用于usenet和torrent的优秀PVR。只需填写您想要看到的内容,CouchPotato就会将其添加到您的想要观看的列表中。每天,它都会通过多个源进行搜索,寻找最佳匹配。如果可用,它将使用您最喜欢的下载软件发送它。
7070
developer: CouchPotato
7171
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/CouchPotato/icon.png
7272
screenshot_link:
@@ -77,6 +77,7 @@ services:
7777
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/CouchPotato/screenshot-5.jpg
7878
tagline:
7979
en_US: Automatically find movies you want to watch
80+
zh_CN: 自动查找您想要观看的电影
8081
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/CouchPotato/thumbnail.jpg
8182
tips: {}
8283
title:

0 commit comments

Comments
 (0)