-
Notifications
You must be signed in to change notification settings - Fork 385
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace deprecated mem_reservation with recommended property. (#23)
Signed-off-by: Tiger Wang <[email protected]>
- Loading branch information
Showing
46 changed files
with
869 additions
and
731 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,94 +1,97 @@ | ||
name: adguard-home | ||
services: | ||
adguard-home: | ||
image: adguard/adguardhome:v0.107.5 | ||
mem_reservation: "67108864" | ||
network_mode: bridge | ||
adguard-home: | ||
image: adguard/adguardhome:v0.107.5 | ||
deploy: | ||
resources: | ||
reservations: | ||
memory: 64M | ||
network_mode: bridge | ||
ports: | ||
- target: 53 | ||
published: "53" | ||
protocol: tcp | ||
- target: 53 | ||
published: "53" | ||
protocol: udp | ||
- target: 3000 | ||
published: "3000" | ||
protocol: tcp | ||
- target: 853 | ||
published: "853" | ||
protocol: tcp | ||
- target: 784 | ||
published: "784" | ||
protocol: udp | ||
restart: unless-stopped | ||
volumes: | ||
- type: bind | ||
source: /DATA/AppData/$AppID/opt/adguardhome/work | ||
target: /opt/adguardhome/work | ||
- type: bind | ||
source: /DATA/AppData/$AppID/opt/adguardhome/conf | ||
target: /opt/adguardhome/conf | ||
x-casaos: | ||
author: CasaOS Team | ||
category: Network | ||
container: | ||
index: / | ||
port_map: "3000" | ||
ports: | ||
- target: 53 | ||
published: "53" | ||
protocol: tcp | ||
- target: 53 | ||
published: "53" | ||
protocol: udp | ||
- target: 3000 | ||
published: "3000" | ||
protocol: tcp | ||
- target: 853 | ||
published: "853" | ||
protocol: tcp | ||
- target: 784 | ||
published: "784" | ||
protocol: udp | ||
restart: unless-stopped | ||
- configurable: "no" | ||
container: "53" | ||
description: | ||
en_US: "" | ||
protocol: tcp | ||
- configurable: "no" | ||
container: "53" | ||
description: | ||
en_US: "" | ||
protocol: udp | ||
- configurable: "no" | ||
container: "3000" | ||
description: | ||
en_US: "" | ||
protocol: tcp | ||
- configurable: "no" | ||
container: "853" | ||
description: | ||
en_US: "" | ||
protocol: tcp | ||
- configurable: "no" | ||
container: "784" | ||
description: | ||
en_US: "" | ||
protocol: udp | ||
shell: sh | ||
volumes: | ||
- type: bind | ||
source: /DATA/AppData/$AppID/opt/adguardhome/work | ||
target: /opt/adguardhome/work | ||
- type: bind | ||
source: /DATA/AppData/$AppID/opt/adguardhome/conf | ||
target: /opt/adguardhome/conf | ||
x-casaos: | ||
author: CasaOS Team | ||
category: Network | ||
container: | ||
index: / | ||
port_map: "3000" | ||
ports: | ||
- configurable: "no" | ||
container: "53" | ||
description: | ||
en_US: "" | ||
protocol: tcp | ||
- configurable: "no" | ||
container: "53" | ||
description: | ||
en_US: "" | ||
protocol: udp | ||
- configurable: "no" | ||
container: "3000" | ||
description: | ||
en_US: "" | ||
protocol: tcp | ||
- configurable: "no" | ||
container: "853" | ||
description: | ||
en_US: "" | ||
protocol: tcp | ||
- configurable: "no" | ||
container: "784" | ||
description: | ||
en_US: "" | ||
protocol: udp | ||
shell: sh | ||
volumes: | ||
- configurable: "no" | ||
container: /opt/adguardhome/work | ||
description: | ||
en_US: "" | ||
- configurable: "no" | ||
container: /opt/adguardhome/conf | ||
description: | ||
en_US: "" | ||
- configurable: "no" | ||
container: /opt/adguardhome/work | ||
description: | ||
en_US: "" | ||
- configurable: "no" | ||
container: /opt/adguardhome/conf | ||
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. | ||
developer: AdguardTeam | ||
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/icon.png | ||
screenshot_link: | ||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/screenshot-1.png | ||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/screenshot-2.png | ||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/screenshot-3.png | ||
tagline: | ||
en_US: 'Network-wide ads & trackers blocking DNS server ' | ||
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/thumbnail.png | ||
tips: {} | ||
title: | ||
en_US: AdGuard Home | ||
en_US: "" | ||
description: | ||
en_US: AdGuard Home is a network-wide software for blocking ads and tracking. After you set it up, it'll cover all your home devices, and you won't need any client-side software for that. Learn more on our official Github repository. | ||
developer: AdguardTeam | ||
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/icon.png | ||
screenshot_link: | ||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/screenshot-1.png | ||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/screenshot-2.png | ||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/screenshot-3.png | ||
tagline: | ||
en_US: 'Network-wide ads & trackers blocking DNS server ' | ||
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AdGuardHome/thumbnail.png | ||
tips: {} | ||
title: | ||
en_US: AdGuard Home | ||
x-casaos: | ||
architectures: | ||
- "386" | ||
- amd64 | ||
- arm | ||
- arm64 | ||
- ppc64le | ||
main_app: adguard-home | ||
architectures: | ||
- "386" | ||
- amd64 | ||
- arm | ||
- arm64 | ||
- ppc64le | ||
main_app: adguard-home |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,45 @@ | ||
name: alltube-download | ||
services: | ||
alltube-download: | ||
image: rudloff/alltube:latest | ||
mem_reservation: "67108864" | ||
network_mode: bridge | ||
alltube-download: | ||
image: rudloff/alltube:latest | ||
deploy: | ||
resources: | ||
reservations: | ||
memory: 64M | ||
network_mode: bridge | ||
ports: | ||
- target: 80 | ||
published: "80" | ||
protocol: tcp | ||
restart: always | ||
x-casaos: | ||
author: CasaOS Team | ||
category: Utilities | ||
container: | ||
index: / | ||
port_map: "80" | ||
ports: | ||
- target: 80 | ||
published: "80" | ||
protocol: tcp | ||
restart: always | ||
x-casaos: | ||
author: CasaOS Team | ||
category: Utilities | ||
container: | ||
index: / | ||
port_map: "80" | ||
ports: | ||
- configurable: "no" | ||
container: "80" | ||
description: | ||
en_US: "" | ||
protocol: tcp | ||
shell: sh | ||
- configurable: "no" | ||
container: "80" | ||
description: | ||
en_US: Easily download videos from YouTube, Dailymotion, Vimeo and other websites. | ||
developer: Rudloff | ||
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/icon.png | ||
screenshot_link: | ||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/screenshot-1.png | ||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/screenshot-2.png | ||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/screenshot-3.png | ||
tagline: | ||
en_US: Web GUI for youtube-dl | ||
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/thumbnail.png | ||
tips: {} | ||
title: | ||
en_US: AllTube Download | ||
en_US: "" | ||
protocol: tcp | ||
shell: sh | ||
description: | ||
en_US: Easily download videos from YouTube, Dailymotion, Vimeo and other websites. | ||
developer: Rudloff | ||
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/icon.png | ||
screenshot_link: | ||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/screenshot-1.png | ||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/screenshot-2.png | ||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/screenshot-3.png | ||
tagline: | ||
en_US: Web GUI for youtube-dl | ||
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/AllTubeDownload/thumbnail.png | ||
tips: {} | ||
title: | ||
en_US: AllTube Download | ||
x-casaos: | ||
architectures: | ||
- amd64 | ||
main_app: alltube-download | ||
architectures: | ||
- amd64 | ||
main_app: alltube-download |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.