update docker-compose files with specific version and architectures (#22)
Signed-off-by: Tiger Wang <tigerwang@outlook.com>
This commit is contained in:
parent
491a32eeb0
commit
fa69aa7c58
|
@ -66,7 +66,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "always",
|
"restart_policy": "always",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"host_name": "",
|
"host_name": "",
|
||||||
"cmd": []
|
"cmd": []
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: 2fauth
|
name: 2fauth
|
||||||
services:
|
services:
|
||||||
2fauth:
|
2fauth:
|
||||||
image: 2fauth/2fauth:latest
|
image: 2fauth/2fauth:3.4.2
|
||||||
mem_reservation: "67108864"
|
mem_reservation: "67108864"
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
|
@ -46,4 +46,9 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: 2FAuth
|
en_US: 2FAuth
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- "386"
|
||||||
|
- arm64
|
||||||
|
- arm
|
||||||
main_app: 2fauth
|
main_app: 2fauth
|
||||||
|
|
|
@ -106,7 +106,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"host_name": "",
|
"host_name": "",
|
||||||
"cmd": []
|
"cmd": []
|
||||||
|
|
|
@ -85,4 +85,10 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: AdGuard Home
|
en_US: AdGuard Home
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- "386"
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
|
- ppc64le
|
||||||
main_app: adguard-home
|
main_app: adguard-home
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "always",
|
"restart_policy": "always",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"host_name": "",
|
"host_name": "",
|
||||||
"cmd": []
|
"cmd": []
|
||||||
|
|
|
@ -37,4 +37,6 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: AllTube Download
|
en_US: AllTube Download
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
main_app: alltube-download
|
main_app: alltube-download
|
||||||
|
|
|
@ -102,7 +102,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"host_name": "Bazarr",
|
"host_name": "Bazarr",
|
||||||
"cmd": []
|
"cmd": []
|
||||||
|
|
|
@ -5,7 +5,7 @@ services:
|
||||||
PGID: "1000"
|
PGID: "1000"
|
||||||
PUID: "1000"
|
PUID: "1000"
|
||||||
TZ: Europe/London
|
TZ: Europe/London
|
||||||
image: linuxserver/bazarr:latest
|
image: linuxserver/bazarr:1.2.0
|
||||||
mem_reservation: "67108864"
|
mem_reservation: "67108864"
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
|
@ -72,9 +72,13 @@ services:
|
||||||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-4.png
|
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/screenshot-4.png
|
||||||
tagline:
|
tagline:
|
||||||
en_US: Letter generators for Sonarr and Radarr
|
en_US: Letter generators for Sonarr and Radarr
|
||||||
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/2FAuth/thumbnail.png
|
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Bazarr/thumbnail.png
|
||||||
tips: {}
|
tips: {}
|
||||||
title:
|
title:
|
||||||
en_US: Bazarr
|
en_US: Bazarr
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
main_app: bazarr
|
main_app: bazarr
|
||||||
|
|
|
@ -99,7 +99,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"host_name": "",
|
"host_name": "",
|
||||||
"cmd": []
|
"cmd": []
|
||||||
|
|
|
@ -6,7 +6,7 @@ services:
|
||||||
PGID: "1000"
|
PGID: "1000"
|
||||||
PUID: "1000"
|
PUID: "1000"
|
||||||
TZ: Europe/London
|
TZ: Europe/London
|
||||||
image: linuxserver/calibre-web:nightly-version-c0675497
|
image: linuxserver/calibre-web:0.6.19
|
||||||
mem_reservation: "67108864"
|
mem_reservation: "67108864"
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
|
@ -82,4 +82,8 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Calibre-web
|
en_US: Calibre-web
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
main_app: calibre-web
|
main_app: calibre-web
|
||||||
|
|
|
@ -103,7 +103,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": []
|
"labels": []
|
||||||
},
|
},
|
||||||
"abilities": {
|
"abilities": {
|
||||||
|
|
|
@ -5,7 +5,7 @@ services:
|
||||||
PGID: "1000"
|
PGID: "1000"
|
||||||
PUID: "1000"
|
PUID: "1000"
|
||||||
TZ: $TZ
|
TZ: $TZ
|
||||||
image: linuxserver/couchpotato
|
image: linuxserver/couchpotato:version-7260c12f
|
||||||
mem_reservation: "67108864"
|
mem_reservation: "67108864"
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
|
@ -79,4 +79,8 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: CouchPotato
|
en_US: CouchPotato
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
main_app: couchpotato
|
main_app: couchpotato
|
||||||
|
|
|
@ -116,7 +116,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": []
|
"labels": []
|
||||||
},
|
},
|
||||||
"abilities": {
|
"abilities": {
|
||||||
|
|
|
@ -6,7 +6,7 @@ services:
|
||||||
PGID: $PGID
|
PGID: $PGID
|
||||||
PUID: $PUID
|
PUID: $PUID
|
||||||
TZ: $TZ
|
TZ: $TZ
|
||||||
image: linuxserver/deluge:latest
|
image: linuxserver/deluge:2.1.1
|
||||||
mem_reservation: "268435456"
|
mem_reservation: "268435456"
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
|
@ -113,4 +113,8 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Deluge
|
en_US: Deluge
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
main_app: deluge
|
main_app: deluge
|
||||||
|
|
|
@ -101,7 +101,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"host_name": "",
|
"host_name": "",
|
||||||
"cmd": []
|
"cmd": []
|
||||||
|
|
|
@ -5,7 +5,7 @@ services:
|
||||||
PGID: "1000"
|
PGID: "1000"
|
||||||
PUID: "1000"
|
PUID: "1000"
|
||||||
TZ: Europe/London
|
TZ: Europe/London
|
||||||
image: linuxserver/duplicati:latest
|
image: linuxserver/duplicati:2.0.6
|
||||||
mem_reservation: "67108864"
|
mem_reservation: "67108864"
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
|
@ -77,4 +77,7 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Duplicati
|
en_US: Duplicati
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
main_app: duplicati
|
main_app: duplicati
|
||||||
|
|
|
@ -145,7 +145,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"host_name": "",
|
"host_name": "",
|
||||||
"cmd": []
|
"cmd": []
|
||||||
|
|
|
@ -91,4 +91,8 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Emby
|
en_US: Emby
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
main_app: emby
|
main_app: emby
|
||||||
|
|
|
@ -85,7 +85,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"host_name": "Embystat",
|
"host_name": "Embystat",
|
||||||
"cmd": []
|
"cmd": []
|
||||||
|
|
|
@ -5,7 +5,7 @@ services:
|
||||||
PGID: "1000"
|
PGID: "1000"
|
||||||
PUID: "1000"
|
PUID: "1000"
|
||||||
TZ: Europe/London
|
TZ: Europe/London
|
||||||
image: linuxserver/embystat:latest
|
image: linuxserver/embystat:0.2.0
|
||||||
mem_reservation: "67108864"
|
mem_reservation: "67108864"
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
|
@ -62,4 +62,8 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Embystat
|
en_US: Embystat
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
main_app: embystat
|
main_app: embystat
|
||||||
|
|
|
@ -95,7 +95,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": []
|
"labels": []
|
||||||
},
|
},
|
||||||
"abilities": {
|
"abilities": {
|
||||||
|
|
|
@ -5,7 +5,7 @@ services:
|
||||||
PGID: $PGID
|
PGID: $PGID
|
||||||
PUID: $PUID
|
PUID: $PUID
|
||||||
TZ: $TZ
|
TZ: $TZ
|
||||||
image: filebrowser/filebrowser:latest
|
image: filebrowser/filebrowser:v2.23.0
|
||||||
mem_reservation: "67108864"
|
mem_reservation: "67108864"
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
|
@ -79,4 +79,8 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: FileBrowser
|
en_US: FileBrowser
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
- arm
|
||||||
main_app: filebrowser
|
main_app: filebrowser
|
||||||
|
|
|
@ -90,7 +90,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": []
|
"labels": []
|
||||||
},
|
},
|
||||||
"abilities": {
|
"abilities": {
|
||||||
|
|
|
@ -4,7 +4,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
USER_GID: "1000"
|
USER_GID: "1000"
|
||||||
USER_UID: "1000"
|
USER_UID: "1000"
|
||||||
image: gitea/gitea:1
|
image: gitea/gitea:1.18.5
|
||||||
mem_reservation: "268435456"
|
mem_reservation: "268435456"
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
|
@ -72,4 +72,7 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Gitea
|
en_US: Gitea
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
main_app: gitea
|
main_app: gitea
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "always",
|
"restart_policy": "always",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"host_name": "",
|
"host_name": "",
|
||||||
"cmd": []
|
"cmd": []
|
||||||
|
|
|
@ -44,4 +44,8 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Grafana
|
en_US: Grafana
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
- arm
|
||||||
main_app: grafana
|
main_app: grafana
|
||||||
|
|
|
@ -76,7 +76,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": []
|
"labels": []
|
||||||
},
|
},
|
||||||
"abilities": {
|
"abilities": {
|
||||||
|
|
|
@ -5,7 +5,7 @@ services:
|
||||||
PGID: $PGID
|
PGID: $PGID
|
||||||
PUID: $PUID
|
PUID: $PUID
|
||||||
TZ: $TZ
|
TZ: $TZ
|
||||||
image: linuxserver/homeassistant:latest
|
image: linuxserver/homeassistant:2023.3.1
|
||||||
mem_reservation: "268435456"
|
mem_reservation: "268435456"
|
||||||
network_mode: host
|
network_mode: host
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -54,4 +54,8 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Home Assistant
|
en_US: Home Assistant
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
main_app: homeassistant
|
main_app: homeassistant
|
||||||
|
|
|
@ -99,7 +99,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"host_name": "",
|
"host_name": "",
|
||||||
"cmd": []
|
"cmd": []
|
||||||
|
|
|
@ -75,4 +75,8 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Jackett
|
en_US: Jackett
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
main_app: jackett
|
main_app: jackett
|
||||||
|
|
|
@ -177,7 +177,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": []
|
"labels": []
|
||||||
},
|
},
|
||||||
"abilities": {
|
"abilities": {
|
||||||
|
|
|
@ -13,7 +13,7 @@ services:
|
||||||
PGID: $PGID
|
PGID: $PGID
|
||||||
PUID: $PUID
|
PUID: $PUID
|
||||||
TZ: $TZ
|
TZ: $TZ
|
||||||
image: linuxserver/jellyfin:latest
|
image: linuxserver/jellyfin:10.8.9
|
||||||
mem_reservation: "268435456"
|
mem_reservation: "268435456"
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
|
@ -115,4 +115,8 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Jellyfin
|
en_US: Jellyfin
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
main_app: jellyfin
|
main_app: jellyfin
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"host_name": "Lazylibrarian",
|
"host_name": "Lazylibrarian",
|
||||||
"cmd": []
|
"cmd": []
|
||||||
|
|
|
@ -6,7 +6,7 @@ services:
|
||||||
PGID: "1000"
|
PGID: "1000"
|
||||||
PUID: "1000"
|
PUID: "1000"
|
||||||
TZ: Europe/London
|
TZ: Europe/London
|
||||||
image: linuxserver/lazylibrarian:latest
|
image: linuxserver/lazylibrarian:version-a7d5948a
|
||||||
mem_reservation: "67108864"
|
mem_reservation: "67108864"
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
|
@ -81,4 +81,8 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Lazylibrarian
|
en_US: Lazylibrarian
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
main_app: lazylibrarian
|
main_app: lazylibrarian
|
||||||
|
|
|
@ -99,7 +99,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"host_name": "Lidarr",
|
"host_name": "Lidarr",
|
||||||
"cmd": []
|
"cmd": []
|
||||||
|
|
|
@ -5,7 +5,7 @@ services:
|
||||||
PGID: "1000"
|
PGID: "1000"
|
||||||
PUID: "1000"
|
PUID: "1000"
|
||||||
TZ: Europe/London
|
TZ: Europe/London
|
||||||
image: linuxserver/lidarr:latest
|
image: linuxserver/lidarr:1.0.2
|
||||||
mem_reservation: "67108864"
|
mem_reservation: "67108864"
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
|
@ -76,4 +76,8 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Lidarr
|
en_US: Lidarr
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
main_app: lidarr
|
main_app: lidarr
|
||||||
|
|
|
@ -96,7 +96,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"host_name": "Mylar3",
|
"host_name": "Mylar3",
|
||||||
"cmd": []
|
"cmd": []
|
||||||
|
|
|
@ -4,7 +4,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
PGID: "1000"
|
PGID: "1000"
|
||||||
PUID: "1000"
|
PUID: "1000"
|
||||||
image: lscr.io/linuxserver/mylar3:latest
|
image: linuxserver/mylar3:0.7.0
|
||||||
mem_reservation: "67108864"
|
mem_reservation: "67108864"
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
|
@ -72,4 +72,8 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Mylar3
|
en_US: Mylar3
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
main_app: mylar3
|
main_app: mylar3
|
||||||
|
|
|
@ -76,7 +76,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"cmd": []
|
"cmd": []
|
||||||
},
|
},
|
||||||
|
|
|
@ -3,7 +3,7 @@ services:
|
||||||
n8n:
|
n8n:
|
||||||
environment:
|
environment:
|
||||||
TZ: $TZ
|
TZ: $TZ
|
||||||
image: n8nio/n8n:latest
|
image: n8nio/n8n:0.218.0
|
||||||
mem_reservation: "335544320"
|
mem_reservation: "335544320"
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
|
@ -14,7 +14,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /DATA/AppData/$AppID/.n8n
|
source: /DATA/AppData/$AppID/.n8n
|
||||||
target: /.n8n
|
target: /home/node/.n8n
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: YoussofKhawaja
|
author: YoussofKhawaja
|
||||||
category: Utilities
|
category: Utilities
|
||||||
|
@ -35,7 +35,7 @@ services:
|
||||||
shell: bash
|
shell: bash
|
||||||
volumes:
|
volumes:
|
||||||
- configurable: advanced
|
- configurable: advanced
|
||||||
container: /.n8n
|
container: /home/node/.n8n
|
||||||
description:
|
description:
|
||||||
en_US: n8n directory.
|
en_US: n8n directory.
|
||||||
description:
|
description:
|
||||||
|
@ -53,4 +53,8 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: n8n
|
en_US: n8n
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
- arm
|
||||||
main_app: n8n
|
main_app: n8n
|
||||||
|
|
|
@ -75,7 +75,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": []
|
"labels": []
|
||||||
},
|
},
|
||||||
"abilities": {
|
"abilities": {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: nextcloud
|
name: nextcloud
|
||||||
services:
|
services:
|
||||||
nextcloud:
|
nextcloud:
|
||||||
image: nextcloud:latest
|
image: nextcloud:25.0.4
|
||||||
mem_reservation: "536870912"
|
mem_reservation: "536870912"
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
|
@ -54,4 +54,12 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Nextcloud
|
en_US: Nextcloud
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
|
- "386"
|
||||||
|
- mips64le
|
||||||
|
- ppc64le
|
||||||
|
- s390x
|
||||||
main_app: nextcloud
|
main_app: nextcloud
|
||||||
|
|
|
@ -90,7 +90,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": []
|
"labels": []
|
||||||
},
|
},
|
||||||
"abilities": {
|
"abilities": {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: nginxproxymanager
|
name: nginxproxymanager
|
||||||
services:
|
services:
|
||||||
nginxproxymanager:
|
nginxproxymanager:
|
||||||
image: jc21/nginx-proxy-manager:latest
|
image: jc21/nginx-proxy-manager:2.9.19
|
||||||
mem_reservation: "134217728"
|
mem_reservation: "134217728"
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
|
@ -88,4 +88,8 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Nginx Proxy Manager
|
en_US: Nginx Proxy Manager
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
- arm
|
||||||
main_app: nginxproxymanager
|
main_app: nginxproxymanager
|
||||||
|
|
|
@ -66,7 +66,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "always",
|
"restart_policy": "always",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"host_name": "",
|
"host_name": "",
|
||||||
"cmd": []
|
"cmd": []
|
||||||
|
|
|
@ -46,4 +46,9 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Node-RED
|
en_US: Node-RED
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
- s390x
|
||||||
|
- arm
|
||||||
main_app: node-red
|
main_app: node-red
|
||||||
|
|
|
@ -104,7 +104,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"host_name": "Nzbget",
|
"host_name": "Nzbget",
|
||||||
"cmd": []
|
"cmd": []
|
||||||
|
|
|
@ -7,7 +7,7 @@ services:
|
||||||
PGID: "1000"
|
PGID: "1000"
|
||||||
PUID: "1000"
|
PUID: "1000"
|
||||||
TZ: Europe/London
|
TZ: Europe/London
|
||||||
image: linuxserver/nzbget:latest
|
image: linuxserver/nzbget:21.1.20230119
|
||||||
mem_reservation: "67108864"
|
mem_reservation: "67108864"
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
|
@ -80,4 +80,8 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Nzbget
|
en_US: Nzbget
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
main_app: nzbget
|
main_app: nzbget
|
||||||
|
|
|
@ -91,7 +91,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"host_name": "Ombi",
|
"host_name": "Ombi",
|
||||||
"cmd": []
|
"cmd": []
|
||||||
|
|
|
@ -6,7 +6,7 @@ services:
|
||||||
PGID: "1000"
|
PGID: "1000"
|
||||||
PUID: "1000"
|
PUID: "1000"
|
||||||
TZ: Europe/London
|
TZ: Europe/London
|
||||||
image: linuxserver/ombi:latest
|
image: linuxserver/ombi:4.35.10
|
||||||
mem_reservation: "67108864"
|
mem_reservation: "67108864"
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
|
@ -67,4 +67,8 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Ombi
|
en_US: Ombi
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
main_app: ombi
|
main_app: ombi
|
||||||
|
|
|
@ -109,7 +109,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": []
|
"labels": []
|
||||||
},
|
},
|
||||||
"abilities": {
|
"abilities": {
|
||||||
|
|
|
@ -0,0 +1,91 @@
|
||||||
|
name: openhab
|
||||||
|
services:
|
||||||
|
openhab:
|
||||||
|
environment:
|
||||||
|
CRYPTO_POLICY: unlimited
|
||||||
|
PGID: $PGID
|
||||||
|
PUID: $PUID
|
||||||
|
image: openhab/openhab:3.4.2
|
||||||
|
mem_reservation: "268435456"
|
||||||
|
network_mode: host
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- type: bind
|
||||||
|
source: /etc/localtime
|
||||||
|
target: /etc/localtime
|
||||||
|
read_only: true
|
||||||
|
- type: bind
|
||||||
|
source: /etc/timezone
|
||||||
|
target: /etc/timezone
|
||||||
|
read_only: true
|
||||||
|
- type: bind
|
||||||
|
source: /DATA/AppData/$AppID/addons
|
||||||
|
target: /opt/openhab/addons
|
||||||
|
- type: bind
|
||||||
|
source: /DATA/AppData/$AppID/conf
|
||||||
|
target: /opt/openhab/conf
|
||||||
|
- type: bind
|
||||||
|
source: /DATA/AppData/$AppID/userdata
|
||||||
|
target: /opt/openhab/userdata
|
||||||
|
x-casaos:
|
||||||
|
author: CasaOS Team
|
||||||
|
category: Home Automation
|
||||||
|
container:
|
||||||
|
envs:
|
||||||
|
- configurable: "no"
|
||||||
|
container: CRYPTO_POLICY
|
||||||
|
description:
|
||||||
|
en_US: Crypto Policy
|
||||||
|
- configurable: "no"
|
||||||
|
container: PUID
|
||||||
|
description:
|
||||||
|
en_US: Run OpenHAB as specified uid.
|
||||||
|
- configurable: "no"
|
||||||
|
container: PGID
|
||||||
|
description:
|
||||||
|
en_US: Run OpenHAB as specified gid.
|
||||||
|
index: /
|
||||||
|
port_map: "8080"
|
||||||
|
shell: bash
|
||||||
|
volumes:
|
||||||
|
- configurable: "no"
|
||||||
|
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.
|
||||||
|
- configurable: "no"
|
||||||
|
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.
|
||||||
|
- configurable: "no"
|
||||||
|
container: /opt/openhab/addons
|
||||||
|
description:
|
||||||
|
en_US: Only needed if installing addons unavailable via UI or the Karaf Console.
|
||||||
|
- configurable: "no"
|
||||||
|
container: /opt/openhab/conf
|
||||||
|
description:
|
||||||
|
en_US: 'Location of the conf folder for openHAB configurations (Note: you must create these folders on the host before running the container).'
|
||||||
|
- configurable: "no"
|
||||||
|
container: /opt/openhab/userdata
|
||||||
|
description:
|
||||||
|
en_US: Location for logs, cache, persistence databases, etc.
|
||||||
|
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.
|
||||||
|
developer: openHAB
|
||||||
|
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenHAB/icon.png
|
||||||
|
screenshot_link:
|
||||||
|
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenHAB/screenshot-1.jpg
|
||||||
|
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenHAB/screenshot-2.jpg
|
||||||
|
- 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
|
||||||
|
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenHAB/thumbnail.png
|
||||||
|
tips: {}
|
||||||
|
title:
|
||||||
|
en_US: OpenHAB
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
- arm
|
||||||
|
main_app: openhab
|
|
@ -58,7 +58,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "always",
|
"restart_policy": "always",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"host_name": "",
|
"host_name": "",
|
||||||
"cmd": []
|
"cmd": []
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: openspeedtest
|
name: openspeedtest
|
||||||
services:
|
services:
|
||||||
openspeedtest:
|
openspeedtest:
|
||||||
image: openspeedtest/latest:latest
|
image: openspeedtest/latest:v0.0.1
|
||||||
mem_reservation: "67108864"
|
mem_reservation: "67108864"
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
|
@ -37,4 +37,11 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: OpenSpeedTest
|
en_US: OpenSpeedTest
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
- ppc64le
|
||||||
|
- s390x
|
||||||
|
- "386"
|
||||||
|
- arm
|
||||||
main_app: openspeedtest
|
main_app: openspeedtest
|
||||||
|
|
|
@ -93,7 +93,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": []
|
"labels": []
|
||||||
},
|
},
|
||||||
"abilities": {
|
"abilities": {
|
||||||
|
|
|
@ -5,7 +5,7 @@ services:
|
||||||
PHOTOPRISM_ADMIN_PASSWORD: casaos
|
PHOTOPRISM_ADMIN_PASSWORD: casaos
|
||||||
PHOTOPRISM_UPLOAD_NSFW: "true"
|
PHOTOPRISM_UPLOAD_NSFW: "true"
|
||||||
TZ: $TZ
|
TZ: $TZ
|
||||||
image: photoprism/photoprism:latest
|
image: photoprism/photoprism:221118-jammy
|
||||||
mem_reservation: "536870912"
|
mem_reservation: "536870912"
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
|
@ -79,4 +79,7 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: PhotoPrism
|
en_US: PhotoPrism
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
main_app: photoprism
|
main_app: photoprism
|
||||||
|
|
|
@ -130,7 +130,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": []
|
"labels": []
|
||||||
},
|
},
|
||||||
"abilities": {
|
"abilities": {
|
||||||
|
|
|
@ -6,7 +6,7 @@ services:
|
||||||
TZ: $TZ
|
TZ: $TZ
|
||||||
VIRTUAL_HOST: pi.hole
|
VIRTUAL_HOST: pi.hole
|
||||||
WEBPASSWORD: casaos
|
WEBPASSWORD: casaos
|
||||||
image: pihole/pihole:latest
|
image: pihole/pihole:2023.02.2
|
||||||
mem_reservation: "268435456"
|
mem_reservation: "268435456"
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
|
@ -54,7 +54,7 @@ services:
|
||||||
container: PROXY_LOCATION
|
container: PROXY_LOCATION
|
||||||
description:
|
description:
|
||||||
en_US: Pi-hole PROXY_LOCATION
|
en_US: Pi-hole PROXY_LOCATION
|
||||||
index: /
|
index: /admin
|
||||||
port_map: "80"
|
port_map: "80"
|
||||||
ports:
|
ports:
|
||||||
- configurable: advanced
|
- configurable: advanced
|
||||||
|
@ -111,4 +111,9 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Pi-hole
|
en_US: Pi-hole
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
- "386"
|
||||||
|
- arm
|
||||||
main_app: pihole
|
main_app: pihole
|
||||||
|
|
|
@ -99,7 +99,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": []
|
"labels": []
|
||||||
},
|
},
|
||||||
"abilities": {
|
"abilities": {
|
||||||
|
|
|
@ -8,7 +8,7 @@ services:
|
||||||
PGID: $PGID
|
PGID: $PGID
|
||||||
PUID: $PUID
|
PUID: $PUID
|
||||||
VERSION: docker
|
VERSION: docker
|
||||||
image: linuxserver/plex:latest
|
image: linuxserver/plex:1.31.1
|
||||||
mem_reservation: "268435456"
|
mem_reservation: "268435456"
|
||||||
network_mode: host
|
network_mode: host
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -63,4 +63,8 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Plex
|
en_US: Plex
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
main_app: plex
|
main_app: plex
|
||||||
|
|
|
@ -82,7 +82,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"host_name": "Prowlarr",
|
"host_name": "Prowlarr",
|
||||||
"cmd": []
|
"cmd": []
|
||||||
|
|
|
@ -61,4 +61,8 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Prowlarr
|
en_US: Prowlarr
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
main_app: prowlarr
|
main_app: prowlarr
|
||||||
|
|
|
@ -103,7 +103,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": []
|
"labels": []
|
||||||
},
|
},
|
||||||
"abilities": {
|
"abilities": {
|
||||||
|
|
|
@ -5,7 +5,7 @@ services:
|
||||||
PGID: $PGID
|
PGID: $PGID
|
||||||
PUID: $PUID
|
PUID: $PUID
|
||||||
TZ: $TZ
|
TZ: $TZ
|
||||||
image: linuxserver/radarr:latest
|
image: linuxserver/radarr:4.3.2
|
||||||
mem_reservation: "268435456"
|
mem_reservation: "268435456"
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
|
@ -79,4 +79,8 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Radarr
|
en_US: Radarr
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
main_app: radarr
|
main_app: radarr
|
||||||
|
|
|
@ -102,7 +102,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"host_name": "Readarr",
|
"host_name": "Readarr",
|
||||||
"cmd": []
|
"cmd": []
|
||||||
|
|
|
@ -77,4 +77,8 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Readarr
|
en_US: Readarr
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
main_app: readarr
|
main_app: readarr
|
||||||
|
|
|
@ -105,7 +105,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"host_name": "Sabnzbd",
|
"host_name": "Sabnzbd",
|
||||||
"cmd": []
|
"cmd": []
|
||||||
|
|
|
@ -5,7 +5,7 @@ services:
|
||||||
PGID: "1000"
|
PGID: "1000"
|
||||||
PUID: "1000"
|
PUID: "1000"
|
||||||
TZ: Europe/London
|
TZ: Europe/London
|
||||||
image: linuxserver/sabnzbd:latest
|
image: linuxserver/sabnzbd:3.7.2
|
||||||
mem_reservation: "67108864"
|
mem_reservation: "67108864"
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
|
@ -80,4 +80,8 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Sabnzbd
|
en_US: Sabnzbd
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
main_app: sabnzbd
|
main_app: sabnzbd
|
||||||
|
|
|
@ -103,7 +103,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"host_name": "Sickchill",
|
"host_name": "Sickchill",
|
||||||
"cmd": []
|
"cmd": []
|
||||||
|
|
|
@ -5,7 +5,7 @@ services:
|
||||||
PGID: "1000"
|
PGID: "1000"
|
||||||
PUID: "1000"
|
PUID: "1000"
|
||||||
TZ: Europe/London
|
TZ: Europe/London
|
||||||
image: linuxserver/sickchill:latest
|
image: linuxserver/sickchill:2023.1.2
|
||||||
mem_reservation: "67108864"
|
mem_reservation: "67108864"
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
|
@ -79,4 +79,8 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Sickchill
|
en_US: Sickchill
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
main_app: sickchill
|
main_app: sickchill
|
||||||
|
|
|
@ -95,7 +95,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"host_name": "Smokeping",
|
"host_name": "Smokeping",
|
||||||
"cmd": []
|
"cmd": []
|
||||||
|
|
|
@ -5,7 +5,7 @@ services:
|
||||||
PGID: "1000"
|
PGID: "1000"
|
||||||
PUID: "1000"
|
PUID: "1000"
|
||||||
TZ: Europe/London
|
TZ: Europe/London
|
||||||
image: linuxserver/smokeping:latest
|
image: linuxserver/smokeping:2.7.3
|
||||||
mem_reservation: "67108864"
|
mem_reservation: "67108864"
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
|
@ -71,4 +71,8 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Smokeping
|
en_US: Smokeping
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
main_app: smokeping
|
main_app: smokeping
|
||||||
|
|
|
@ -102,7 +102,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": []
|
"labels": []
|
||||||
},
|
},
|
||||||
"abilities": {
|
"abilities": {
|
||||||
|
|
|
@ -5,7 +5,7 @@ services:
|
||||||
PGID: $PGID
|
PGID: $PGID
|
||||||
PUID: $PUID
|
PUID: $PUID
|
||||||
TZ: $TZ
|
TZ: $TZ
|
||||||
image: linuxserver/sonarr:latest
|
image: linuxserver/sonarr:3.0.10
|
||||||
mem_reservation: "268435456"
|
mem_reservation: "268435456"
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
|
@ -78,4 +78,7 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Sonarr
|
en_US: Sonarr
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
main_app: sonarr
|
main_app: sonarr
|
||||||
|
|
|
@ -113,7 +113,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": []
|
"labels": []
|
||||||
},
|
},
|
||||||
"abilities": {
|
"abilities": {
|
||||||
|
|
|
@ -5,7 +5,7 @@ services:
|
||||||
PGID: $PGID
|
PGID: $PGID
|
||||||
PUID: $PUID
|
PUID: $PUID
|
||||||
TZ: $TZ
|
TZ: $TZ
|
||||||
image: linuxserver/syncthing:latest
|
image: linuxserver/syncthing:1.23.1
|
||||||
mem_reservation: "268435456"
|
mem_reservation: "268435456"
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
|
@ -90,4 +90,8 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Syncthing
|
en_US: Syncthing
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
main_app: syncthing
|
main_app: syncthing
|
||||||
|
|
|
@ -0,0 +1,87 @@
|
||||||
|
name: tailscale-daemon
|
||||||
|
services:
|
||||||
|
tailscale-daemon:
|
||||||
|
cap_add:
|
||||||
|
- net_admin
|
||||||
|
- sys_module
|
||||||
|
environment:
|
||||||
|
TS_AUTH_ONCE: "true"
|
||||||
|
TS_EXTRA_ARGS: --hostname casaos
|
||||||
|
TS_STATE_DIR: /var/lib/tailscale
|
||||||
|
image: tailscale/tailscale:v1.36.2
|
||||||
|
mem_reservation: "67108864"
|
||||||
|
network_mode: host
|
||||||
|
privileged: true
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- type: bind
|
||||||
|
source: /dev/net/tun
|
||||||
|
target: /dev/net/tun
|
||||||
|
- type: bind
|
||||||
|
source: /var/lib
|
||||||
|
target: /var/lib
|
||||||
|
- type: bind
|
||||||
|
source: /DATA/AppData/$AppID/config
|
||||||
|
target: /var/lib/tailscale
|
||||||
|
x-casaos:
|
||||||
|
author: EzyoStudio
|
||||||
|
category: Network
|
||||||
|
container:
|
||||||
|
envs:
|
||||||
|
- configurable: advanced
|
||||||
|
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.
|
||||||
|
- configurable: advanced
|
||||||
|
container: TS_EXTRA_ARGS
|
||||||
|
description:
|
||||||
|
en_US: extra arguments to 'tailscale up'.
|
||||||
|
- configurable: advanced
|
||||||
|
container: TS_STATE_DIR
|
||||||
|
description:
|
||||||
|
en_US: the directory in which to store tailscaled state. The data should persist across container restarts.
|
||||||
|
port_map: "80"
|
||||||
|
shell: sh
|
||||||
|
volumes:
|
||||||
|
- configurable: "no"
|
||||||
|
container: /dev/net/tun
|
||||||
|
description:
|
||||||
|
en_US: ""
|
||||||
|
- configurable: "no"
|
||||||
|
container: /var/lib
|
||||||
|
description:
|
||||||
|
en_US: ""
|
||||||
|
- configurable: "no"
|
||||||
|
container: /var/lib/tailscale
|
||||||
|
description:
|
||||||
|
en_US: ""
|
||||||
|
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.
|
||||||
|
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.
|
||||||
|
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/TailscaleDaemon/thumbnail.jpg
|
||||||
|
tips:
|
||||||
|
before_install:
|
||||||
|
- content:
|
||||||
|
en_US: 'Tailscale hostname: '
|
||||||
|
value: casaos
|
||||||
|
- content:
|
||||||
|
en_US: ""
|
||||||
|
- content:
|
||||||
|
en_US: 'After install:'
|
||||||
|
- content:
|
||||||
|
en_US: Go to the container log and connect to your tailscale account using the link provided
|
||||||
|
title:
|
||||||
|
en_US: Tailscale Daemon
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- arm64
|
||||||
|
- arm
|
||||||
|
- "386"
|
||||||
|
- amd64
|
||||||
|
main_app: tailscale-daemon
|
|
@ -85,7 +85,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"host_name": "Tautulli",
|
"host_name": "Tautulli",
|
||||||
"cmd": []
|
"cmd": []
|
||||||
|
|
|
@ -0,0 +1,70 @@
|
||||||
|
name: tautulli
|
||||||
|
services:
|
||||||
|
tautulli:
|
||||||
|
environment:
|
||||||
|
PGID: "1000"
|
||||||
|
PUID: "1000"
|
||||||
|
TZ: Europe/London
|
||||||
|
image: linuxserver/tautulli:2.11.1
|
||||||
|
mem_reservation: "67108864"
|
||||||
|
network_mode: bridge
|
||||||
|
ports:
|
||||||
|
- target: 8181
|
||||||
|
published: "8181"
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- type: bind
|
||||||
|
source: /DATA/AppData/$AppID/config
|
||||||
|
target: /config
|
||||||
|
x-casaos:
|
||||||
|
author: Triskae
|
||||||
|
category: Media
|
||||||
|
container:
|
||||||
|
envs:
|
||||||
|
- configurable: "no"
|
||||||
|
container: PUID
|
||||||
|
description:
|
||||||
|
en_US: ""
|
||||||
|
- configurable: "no"
|
||||||
|
container: PGID
|
||||||
|
description:
|
||||||
|
en_US: ""
|
||||||
|
- configurable: "no"
|
||||||
|
container: TZ
|
||||||
|
description:
|
||||||
|
en_US: ""
|
||||||
|
index: /
|
||||||
|
port_map: "8181"
|
||||||
|
ports:
|
||||||
|
- configurable: "no"
|
||||||
|
container: "8181"
|
||||||
|
description:
|
||||||
|
en_US: ""
|
||||||
|
protocol: ""
|
||||||
|
shell: bash
|
||||||
|
volumes:
|
||||||
|
- configurable: "no"
|
||||||
|
container: /config
|
||||||
|
description:
|
||||||
|
en_US: ""
|
||||||
|
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.
|
||||||
|
developer: Tautulli Team
|
||||||
|
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Tautulli/icon.png
|
||||||
|
screenshot_link:
|
||||||
|
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Tautulli/screenshot-1.png
|
||||||
|
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Tautulli/screenshot-2.png
|
||||||
|
- 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.
|
||||||
|
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Tautulli/thumbnail.png
|
||||||
|
tips: {}
|
||||||
|
title:
|
||||||
|
en_US: Tautulli
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
|
main_app: tautulli
|
|
@ -141,7 +141,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"host_name": "",
|
"host_name": "",
|
||||||
"cmd": []
|
"cmd": []
|
||||||
|
|
|
@ -120,4 +120,8 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Transmission
|
en_US: Transmission
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
main_app: transmission
|
main_app: transmission
|
||||||
|
|
|
@ -155,7 +155,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": [],
|
"labels": [],
|
||||||
"host_name": "",
|
"host_name": "",
|
||||||
"cmd": []
|
"cmd": []
|
||||||
|
|
|
@ -6,7 +6,7 @@ services:
|
||||||
MEM_STARTUP: "1024"
|
MEM_STARTUP: "1024"
|
||||||
PGID: "1000"
|
PGID: "1000"
|
||||||
PUID: "1000"
|
PUID: "1000"
|
||||||
image: linuxserver/unifi-controller:7.0.25
|
image: linuxserver/unifi-controller:7.3.83
|
||||||
mem_reservation: "67108864"
|
mem_reservation: "67108864"
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
|
@ -132,4 +132,7 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Unifi-controller
|
en_US: Unifi-controller
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
main_app: unifi-controller
|
main_app: unifi-controller
|
||||||
|
|
|
@ -68,7 +68,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": []
|
"labels": []
|
||||||
},
|
},
|
||||||
"abilities": {
|
"abilities": {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: uptimekuma
|
name: uptimekuma
|
||||||
services:
|
services:
|
||||||
uptimekuma:
|
uptimekuma:
|
||||||
image: louislam/uptime-kuma:1-alpine
|
image: louislam/uptime-kuma:1.20.2-alpine
|
||||||
mem_reservation: "134217728"
|
mem_reservation: "134217728"
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
|
@ -48,4 +48,8 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Uptime Kuma
|
en_US: Uptime Kuma
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
- arm
|
||||||
main_app: uptimekuma
|
main_app: uptimekuma
|
||||||
|
|
|
@ -65,7 +65,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": []
|
"labels": []
|
||||||
},
|
},
|
||||||
"abilities": {
|
"abilities": {
|
||||||
|
|
|
@ -46,4 +46,8 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: Vaultwarden
|
en_US: Vaultwarden
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm
|
||||||
|
- arm64
|
||||||
main_app: vaultwarden
|
main_app: vaultwarden
|
||||||
|
|
|
@ -75,7 +75,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": []
|
"labels": []
|
||||||
},
|
},
|
||||||
"abilities": {
|
"abilities": {
|
||||||
|
|
|
@ -3,7 +3,7 @@ services:
|
||||||
vocechat:
|
vocechat:
|
||||||
environment:
|
environment:
|
||||||
TZ: $TZ
|
TZ: $TZ
|
||||||
image: privoce/vocechat-server
|
image: privoce/vocechat-server:v0.3.23
|
||||||
mem_reservation: "67108864"
|
mem_reservation: "67108864"
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
|
@ -13,8 +13,8 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /DATA/AppData/$AppID/db
|
source: /DATA/AppData/$AppID/home/vocechat-server/data
|
||||||
target: /db
|
target: /home/vocechat-server/data
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: CasaOS Team
|
author: CasaOS Team
|
||||||
category: Chat
|
category: Chat
|
||||||
|
@ -25,7 +25,7 @@ services:
|
||||||
description:
|
description:
|
||||||
en_US: TimeZone
|
en_US: TimeZone
|
||||||
index: /
|
index: /
|
||||||
port_map: "3009"
|
port_map: "3000"
|
||||||
ports:
|
ports:
|
||||||
- configurable: advanced
|
- configurable: advanced
|
||||||
container: "3000"
|
container: "3000"
|
||||||
|
@ -35,9 +35,9 @@ services:
|
||||||
shell: bash
|
shell: bash
|
||||||
volumes:
|
volumes:
|
||||||
- configurable: "no"
|
- configurable: "no"
|
||||||
container: /db
|
container: /home/vocechat-server/data
|
||||||
description:
|
description:
|
||||||
en_US: VoceChat DB
|
en_US: VoceChat Data
|
||||||
description:
|
description:
|
||||||
en_US: As a top alternative to centralized chat services, Voce chat is a superlight Rust powered open-core chat app that prioritizes private hosting.
|
en_US: As a top alternative to centralized chat services, Voce chat is a superlight Rust powered open-core chat app that prioritizes private hosting.
|
||||||
developer: Privoce
|
developer: Privoce
|
||||||
|
@ -55,4 +55,6 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: VoceChat
|
en_US: VoceChat
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
main_app: vocechat
|
main_app: vocechat
|
||||||
|
|
|
@ -98,7 +98,7 @@
|
||||||
},
|
},
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"sysctls": [],
|
"sysctls": [],
|
||||||
"cap_add": {},
|
"cap_add": [],
|
||||||
"labels": []
|
"labels": []
|
||||||
},
|
},
|
||||||
"abilities": {
|
"abilities": {
|
||||||
|
|
|
@ -6,7 +6,7 @@ services:
|
||||||
PUID: $PUID
|
PUID: $PUID
|
||||||
TZ: $TZ
|
TZ: $TZ
|
||||||
UMASK: "002"
|
UMASK: "002"
|
||||||
image: hotio/qbittorrent:latest
|
image: hotio/qbittorrent:release-4.5.2
|
||||||
mem_reservation: "268435456"
|
mem_reservation: "268435456"
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
|
@ -100,4 +100,7 @@ services:
|
||||||
title:
|
title:
|
||||||
en_US: qBittorrent
|
en_US: qBittorrent
|
||||||
x-casaos:
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
main_app: qbittorrent
|
main_app: qbittorrent
|
||||||
|
|
Loading…
Reference in New Issue