Skip to content

Commit 8de8ade

Browse files
committed
1 parent 739e56b commit 8de8ade

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

+2245
-2292
lines changed

Apps/2FAuth/docker-compose.yml

Lines changed: 29 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -17,40 +17,38 @@ services:
1717
source: /DATA/AppData/$AppID
1818
target: /2fauth
1919
x-casaos:
20-
author: CasaOS Team
21-
category: Utilities
22-
container:
23-
index: /
24-
port_map: "8000"
25-
ports:
26-
- container: "8000"
27-
description:
28-
en_US: ""
29-
30-
volumes:
31-
- container: /2fauth
32-
description:
33-
en_US: ""
34-
description:
35-
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)生成器,旨在为移动和桌面设备提供服务。
37-
developer: Bubka
38-
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/icon.png
39-
screenshot_link:
40-
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/screenshot-1.png
41-
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/screenshot-2.png
42-
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/screenshot-3.png
43-
tagline:
44-
en_US: A web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes
45-
zh_CN: 一个用于管理您的两步验证(2FA)帐户并生成其安全代码的Web应用程序
46-
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/thumbnail.png
47-
tips: {}
48-
title:
49-
en_US: 2FAuth
20+
index: /
21+
port_map: "8000"
22+
ports:
23+
- container: "8000"
24+
description:
25+
en_US: ""
26+
volumes:
27+
- container: /2fauth
28+
description:
29+
en_US: ""
5030
x-casaos:
5131
architectures:
5232
- amd64
5333
- "386"
5434
- arm64
5535
- arm
56-
main_app: 2fauth
36+
main: 2fauth
37+
author: CasaOS Team
38+
category: Utilities
39+
description:
40+
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.
41+
zh_CN: 2FAuth是一个基于Web的自托管的替代Google Authenticator的一次性密码(OTP)生成器,旨在为移动和桌面设备提供服务。
42+
developer: Bubka
43+
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/icon.png
44+
screenshot_link:
45+
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/screenshot-1.png
46+
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/screenshot-2.png
47+
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/screenshot-3.png
48+
tagline:
49+
en_US: A web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes
50+
zh_CN: 一个用于管理您的两步验证(2FA)帐户并生成其安全代码的Web应用程序
51+
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/thumbnail.png
52+
tips: {}
53+
title:
54+
en_US: 2FAuth

Apps/AdGuardHome/docker-compose.yml

Lines changed: 44 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -32,56 +32,55 @@ services:
3232
source: /DATA/AppData/$AppID/opt/adguardhome/conf
3333
target: /opt/adguardhome/conf
3434
x-casaos:
35-
author: CasaOS Team
36-
category: Network
37-
container:
38-
index: /
39-
port_map: "3000"
40-
ports:
41-
- container: "53"
42-
description:
43-
en_US: ""
44-
- container: "53"
45-
description:
46-
en_US: ""
47-
- container: "3000"
48-
description:
49-
en_US: ""
50-
- container: "853"
51-
description:
52-
en_US: ""
53-
- container: "784"
54-
description:
55-
en_US: ""
35+
index: /
36+
port_map: "3000"
37+
ports:
38+
- container: "53"
39+
description:
40+
en_US: ""
41+
- container: "53"
42+
description:
43+
en_US: ""
44+
- container: "3000"
45+
description:
46+
en_US: ""
47+
- container: "853"
48+
description:
49+
en_US: ""
50+
- container: "784"
51+
description:
52+
en_US: ""
5653

57-
volumes:
58-
- container: /opt/adguardhome/work
59-
description:
60-
en_US: ""
61-
- container: /opt/adguardhome/conf
62-
description:
63-
en_US: ""
64-
description:
65-
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存储库上了解更多信息。
67-
developer: AdguardTeam
68-
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/icon.png
69-
screenshot_link:
70-
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/screenshot-1.png
71-
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/screenshot-2.png
72-
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/screenshot-3.png
73-
tagline:
74-
en_US: Network-wide ads & trackers blocking DNS server
75-
zh_CN: 网络范围的广告和跟踪阻止DNS服务器
76-
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/thumbnail.png
77-
tips: {}
78-
title:
79-
en_US: AdGuard Home
54+
volumes:
55+
- container: /opt/adguardhome/work
56+
description:
57+
en_US: ""
58+
- container: /opt/adguardhome/conf
59+
description:
60+
en_US: ""
8061
x-casaos:
8162
architectures:
8263
- "386"
8364
- amd64
8465
- arm
8566
- arm64
8667
- ppc64le
87-
main_app: adguard-home
68+
main: adguard-home
69+
author: CasaOS Team
70+
category: Network
71+
description:
72+
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.
73+
zh_CN: AdGuard Home 是一个网络范围的软件,用于阻止广告和跟踪。设置完成后,它将覆盖您的所有家庭设备,您不需要任何客户端软件。在我们的官方Github存储库上了解更多信息。
74+
developer: AdguardTeam
75+
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/icon.png
76+
screenshot_link:
77+
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/screenshot-1.png
78+
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/screenshot-2.png
79+
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/screenshot-3.png
80+
tagline:
81+
en_US: Network-wide ads & trackers blocking DNS server
82+
zh_CN: 网络范围的广告和跟踪阻止DNS服务器
83+
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/thumbnail.png
84+
tips: {}
85+
title:
86+
en_US: AdGuard Home

Apps/AllTubeDownload/docker-compose.yml

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -13,34 +13,33 @@ services:
1313
protocol: tcp
1414
restart: always
1515
x-casaos:
16-
author: CasaOS Team
17-
category: Utilities
18-
container:
19-
index: /
20-
port_map: "80"
21-
ports:
22-
- container: "80"
23-
description:
24-
en_US: ""
16+
index: /
17+
port_map: "80"
18+
ports:
19+
- container: "80"
20+
description:
21+
en_US: ""
2522

26-
description:
27-
en_US: Easily download videos from YouTube, Dailymotion, Vimeo and other websites.
28-
zh_CN: 从 YouTube、Dailymotion、Vimeo 等网站轻松下载视频。
29-
developer: Rudloff
30-
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/icon.png
31-
screenshot_link:
32-
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/screenshot-1.png
33-
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/screenshot-2.png
34-
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/screenshot-3.png
35-
tagline:
36-
en_US: Web GUI for youtube-dl
37-
zh_CN: youtube-dl 的 Web 界面
38-
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/thumbnail.png
39-
tips: {}
40-
title:
41-
en_US: AllTube Download
42-
zh_CN: AllTube 下载
4323
x-casaos:
4424
architectures:
4525
- amd64
46-
main_app: alltube-download
26+
main: alltube-download
27+
author: CasaOS Team
28+
category: Utilities
29+
description:
30+
en_US: Easily download videos from YouTube, Dailymotion, Vimeo and other websites.
31+
zh_CN: 从 YouTube、Dailymotion、Vimeo 等网站轻松下载视频。
32+
developer: Rudloff
33+
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/icon.png
34+
screenshot_link:
35+
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/screenshot-1.png
36+
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/screenshot-2.png
37+
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/screenshot-3.png
38+
tagline:
39+
en_US: Web GUI for youtube-dl
40+
zh_CN: youtube-dl 的 Web 界面
41+
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/thumbnail.png
42+
tips: {}
43+
title:
44+
en_US: AllTube Download
45+
zh_CN: AllTube 下载

Apps/Bazarr/docker-compose.yml

Lines changed: 45 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -27,55 +27,54 @@ services:
2727
source: /DATA/AppData/bazarr/config
2828
target: /config
2929
x-casaos:
30-
author: CasaOS Team
31-
category: Media
32-
container:
33-
envs:
34-
- container: PUID
35-
description:
36-
en_US: ""
37-
- container: PGID
38-
description:
39-
en_US: ""
40-
- container: TZ
41-
description:
42-
en_US: ""
43-
port_map: "6767"
44-
ports:
45-
- container: "6767"
46-
description:
47-
en_US: ""
30+
envs:
31+
- container: PUID
32+
description:
33+
en_US: ""
34+
- container: PGID
35+
description:
36+
en_US: ""
37+
- container: TZ
38+
description:
39+
en_US: ""
40+
port_map: "6767"
41+
ports:
42+
- container: "6767"
43+
description:
44+
en_US: ""
4845

49-
volumes:
50-
- container: /movies
51-
description:
52-
en_US: ""
53-
- container: /tv
54-
description:
55-
en_US: ""
56-
- container: /config
57-
description:
58-
en_US: ""
59-
description:
60-
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会为您处理所有事情。
62-
developer: Sabnzbd Team
63-
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/icon.png
64-
screenshot_link:
65-
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-1.png
66-
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-2.png
67-
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-3.png
68-
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-4.png
69-
tagline:
70-
en_US: Letter generators for Sonarr and Radarr
71-
zh_CN: Sonarr和Radarr的信件生成器
72-
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/thumbnail.png
73-
tips: {}
74-
title:
75-
en_US: Bazarr
46+
volumes:
47+
- container: /movies
48+
description:
49+
en_US: ""
50+
- container: /tv
51+
description:
52+
en_US: ""
53+
- container: /config
54+
description:
55+
en_US: ""
7656
x-casaos:
7757
architectures:
7858
- amd64
7959
- arm
8060
- arm64
81-
main_app: bazarr
61+
main: bazarr
62+
author: CasaOS Team
63+
category: Media
64+
description:
65+
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.
66+
zh_CN: Bazarr是Sonarr和Radarr的伴侣应用程序。它可以根据您的要求管理和下载字幕。您可以根据电视节目或电影来定义您的偏好,并且Bazarr会为您处理所有事情。
67+
developer: Sabnzbd Team
68+
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/icon.png
69+
screenshot_link:
70+
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-1.png
71+
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-2.png
72+
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-3.png
73+
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-4.png
74+
tagline:
75+
en_US: Letter generators for Sonarr and Radarr
76+
zh_CN: Sonarr和Radarr的信件生成器
77+
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/thumbnail.png
78+
tips: {}
79+
title:
80+
en_US: Bazarr

0 commit comments

Comments
 (0)