Add 4 new apps to appstore
|
@ -0,0 +1 @@
|
||||||
|
{"host":"","protocol":"http","port_map":"88","cpu_shares":10,"restart":"unless-stopped","label":"Emulatorjs","position":false,"index":"","icon":"https://icon.casaos.io/main/all/emulatorjs.png","network_model":"bridge","image":"lscr.io/linuxserver/emulatorjs:latest","description":"","origin":"custom","ports":[{"container":"3000","host":"3000","protocol":"tcp","desc":"","type":0},{"container":"4001","host":"4001","protocol":"tcp","desc":"","type":0},{"container":"80","host":"88","protocol":"tcp","desc":"","type":0}],"volumes":[{"container":"/config","host":"/DATA/AppData/emulatorjs/config","type":0,"desc":""},{"container":"/data","host":"/DATA/AppData/emulatorjs/data","type":0,"desc":""},{"container":"/data/nes/roms","host":"/ROMS/nes","type":0,"desc":""}],"envs":[{"container":"PUID","host":"1000","desc":"","type":0},{"container":"PGID","host":"1000","desc":"","type":0},{"container":"TZ","host":"Etc/UTC","desc":"","type":0},{"container":"SUBFOLDER","host":"/","desc":"","type":0}],"devices":[],"cap_add":[],"cmd":[],"privileged":false,"host_name":"Emulatorjs","container_name":"Emulatorjs","appstore_id":0,"custom_id":"b6898c3c-92f4-4bc3-94cd-1581cde8c8ec","enable_upnp":false,"version":"1.0"}
|
|
@ -0,0 +1,81 @@
|
||||||
|
name: emulatorjs
|
||||||
|
services:
|
||||||
|
emulatorjs:
|
||||||
|
environment:
|
||||||
|
- PGID=1000
|
||||||
|
- PUID=1000
|
||||||
|
- SUBFOLDER=/
|
||||||
|
- TZ=Etc/UTC
|
||||||
|
image: lscr.io/linuxserver/emulatorjs:1.7.2
|
||||||
|
network_mode: data_default
|
||||||
|
ports:
|
||||||
|
- target: 3000
|
||||||
|
published: "3001"
|
||||||
|
protocol: tcp
|
||||||
|
- target: 4001
|
||||||
|
published: "4001"
|
||||||
|
protocol: tcp
|
||||||
|
- target: 80
|
||||||
|
published: "88"
|
||||||
|
protocol: tcp
|
||||||
|
privileged: true
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- type: bind
|
||||||
|
source: /DATA/AppData/emulatorjs/config
|
||||||
|
target: /config
|
||||||
|
- type: bind
|
||||||
|
source: /DATA/AppData/emulatorjs/data
|
||||||
|
target: /data
|
||||||
|
- type: bind
|
||||||
|
source: /ROMS/nes
|
||||||
|
target: /data/nes/roms
|
||||||
|
devices: []
|
||||||
|
cap_add: []
|
||||||
|
command: []
|
||||||
|
container_name: ""
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
- arm
|
||||||
|
description:
|
||||||
|
en_us: EmulatorJS is a Docker-based emulator application that can simulate various operating systems and device environments within containers for development, testing, and learning purposes.
|
||||||
|
zh_cn: EmulatorJS是一个基于Docker的模拟器应用程序,可以在容器中模拟多种操作系统和设备环境,用于开发、测试和学习目的。
|
||||||
|
ar_sa: EmulatorJS هو تطبيق محاكي يعتمد على Docker يمكنه محاكاة أنظمة التشغيل المتعددة وبيئات الأجهزة داخل حاويات لأغراض التطوير والاختبار والتعلم.
|
||||||
|
de_de: EmulatorJS ist eine Docker-basierte Emulator-Anwendung, die verschiedene Betriebssysteme und Geräteumgebungen in Containern simulieren kann, um für Entwicklungs-, Test- und Lernzwecke eingesetzt zu werden.
|
||||||
|
es_es: EmulatorJS es una aplicación de emulador basada en Docker que puede simular varios sistemas operativos y entornos de dispositivos dentro de contenedores con fines de desarrollo, pruebas y aprendizaje.
|
||||||
|
fr_fr: EmulatorJS est une application d'émulation basée sur Docker qui peut simuler divers systèmes d'exploitation et environnements de périphériques dans des conteneurs à des fins de développement, de test et d'apprentissage.
|
||||||
|
hu_hu: Az EmulatorJS egy Docker-alapú emulátor alkalmazás, amely konténerekben képes szimulálni különböző operációs rendszereket és eszközkörnyezeteket fejlesztési, tesztelési és tanulási célokra.
|
||||||
|
it_it: EmulatorJS è un'applicazione di emulazione basata su Docker che può simulare vari sistemi operativi e ambienti dispositivi all'interno di container per scopi di sviluppo, test e apprendimento.
|
||||||
|
ru_ru: EmulatorJS - это приложение эмулятора, основанное на Docker, которое может моделировать различные операционные системы и среды устройств в контейнерах для разработки, тестирования и обучения.
|
||||||
|
pl_pl: EmulatorJS to aplikacja emulacyjna oparta na Dockerze, która może symulować różne systemy operacyjne i środowiska urządzeń w kontenerach w celu rozwoju, testowania i nauki.
|
||||||
|
pt_br: EmulatorJS é um aplicativo de emulação baseado em Docker que pode simular vários sistemas operacionais e ambientes de dispositivos dentro de contêineres para fins de desenvolvimento, teste e aprendizado.
|
||||||
|
sv_se: EmulatorJS är en Docker-baserad emulatorapplikation som kan simulera olika operativsystem och enhetsmiljöer i containrar för utveckling, testning och lärande.
|
||||||
|
uk_ua: EmulatorJS - це застосунок емулятора, заснований на Docker, який може моделювати різні операційні систем
|
||||||
|
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/EmulatorJS/icon.png
|
||||||
|
screenshot_link:
|
||||||
|
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/EmulatorJS/screenshot-1.png
|
||||||
|
tagline:
|
||||||
|
en_us: Unlock the power of emulation with EmulatorJS – Explore, experiment, and innovate across diverse operating systems and device environments.
|
||||||
|
zh_cn: 发掘模拟的力量,与EmulatorJS一同探索、实验和创新于多样化的操作系统和设备环境。
|
||||||
|
ar_sa: اكتشف قوة المحاكاة مع EmulatorJS - استكشف وتجرب وابتكر عبر أنظمة التشغيل وبيئات الأجهزة المتنوعة.
|
||||||
|
de_de: Entfesseln Sie die Kraft der Emulation mit EmulatorJS – Erkunden, experimentieren und innovieren Sie in vielfältigen Betriebssystemen und Geräteumgebungen.
|
||||||
|
es_es: Desbloquea el poder de la emulación con EmulatorJS Explora, experimenta e innova en diversos sistemas operativos y entornos de dispositivos.
|
||||||
|
fr_fr: Libérez la puissance de l'émulation avec EmulatorJS - Explorez, expérimentez et innovez dans divers systèmes d'exploitation et environnements de périphériques.
|
||||||
|
hu_hu: Fedezd fel az emuláció erejét az EmulatorJS-szel - Fedezz fel, kísérletezz és innoválj sokféle operációs rendszeren és eszközkörnyezetben.
|
||||||
|
it_it: Sblocca il potere dell'emulazione con EmulatorJS - Esplora, sperimenta e innova su diversi sistemi operativi e ambienti dispositivi.
|
||||||
|
ru_ru: Разблокируйте мощь эмуляции с помощью EmulatorJS - Исследуйте, экспериментируйте и инновируйте в разнообразных операционных системах и средах устройств.
|
||||||
|
pl_pl: Odblokuj potęgę emulacji z EmulatorJS - Eksploruj, eksperymentuj i innowuj na różnorodnych systemach operacyjnych i środowiskach urządzeń.
|
||||||
|
pt_br: Desbloqueie o poder da emulação com o EmulatorJS - Explore, experimente e inove em diversos sistemas operacionais e ambientes de dispositivos.
|
||||||
|
sv_se: Lås upp kraften i emulering med EmulatorJS - Utforska, experimentera och innovera över olika operativsystem och enhetsmiljöer.
|
||||||
|
uk_ua: Розкрийте потужність емуляції з EmulatorJS - Досліджуйте, експериментуйте та інновуйте у різних операційних системах і середовищах пристроїв.
|
||||||
|
author: self
|
||||||
|
category: Utilities
|
||||||
|
hostname: ""
|
||||||
|
index: /
|
||||||
|
port_map: "88"
|
||||||
|
scheme: http
|
||||||
|
store_app_id: emulatorjs
|
||||||
|
title:
|
||||||
|
en_us: emulatorjs
|
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 83 KiB |
|
@ -0,0 +1 @@
|
||||||
|
{"host":"","protocol":"http","port_map":"5800","cpu_shares":10,"restart":"unless-stopped","label":"HandBrake","position":false,"index":"","icon":"https://icon.casaos.io/main/all/handbrake.png","network_model":"bridge","image":"jlesage/handbrake:latest","description":"","origin":"custom","ports":[{"container":"5800","host":"5800","protocol":"tcp","desc":"","type":0}],"volumes":[{"container":"/storage","host":"/DATA","type":0,"desc":""},{"container":"/watch","host":"/DATA/AppData/HandBrake/watch","type":0,"desc":""},{"container":"/output","host":"/DATA/Media","type":0,"desc":""},{"container":"/trash","host":"/var/lib/docker/volumes/600fc8152964f5086ca729ef43181c2486230387bc84beff1951ebdc969850c9/_data","type":0,"desc":""},{"container":"/config","host":"/DATA/AppData/HandBrake/config","type":0,"desc":""}],"envs":[],"devices":[],"cap_add":[],"cmd":["/init"],"privileged":false,"host_name":"HandBrake","container_name":"HandBrake","appstore_id":0,"custom_id":"d6f79af0-0954-4fd6-bf27-7895cd3500cc","enable_upnp":false,"version":"1.0"}
|
|
@ -0,0 +1,75 @@
|
||||||
|
name: handbrake
|
||||||
|
services:
|
||||||
|
handbrake:
|
||||||
|
image: jlesage/handbrake:v23.04.1
|
||||||
|
network_mode: bridge
|
||||||
|
ports:
|
||||||
|
- target: 5800
|
||||||
|
published: "5800"
|
||||||
|
protocol: tcp
|
||||||
|
privileged: true
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- type: bind
|
||||||
|
source: /DATA
|
||||||
|
target: /storage
|
||||||
|
- type: bind
|
||||||
|
source: /DATA/AppData/HandBrake/watch
|
||||||
|
target: /watch
|
||||||
|
- type: bind
|
||||||
|
source: /DATA/Media
|
||||||
|
target: /output
|
||||||
|
- type: bind
|
||||||
|
source: /var/lib/docker/volumes/600fc8152964f5086ca729ef43181c2486230387bc84beff1951ebdc969850c9/_data
|
||||||
|
target: /trash
|
||||||
|
- type: bind
|
||||||
|
source: /DATA/AppData/HandBrake/config
|
||||||
|
target: /config
|
||||||
|
devices: []
|
||||||
|
cap_add: []
|
||||||
|
command: []
|
||||||
|
environment: []
|
||||||
|
container_name: ""
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
description:
|
||||||
|
en_us: Handbrake is a Docker-based application for video transcoding and compression, offering powerful and flexible multimedia processing across multiple platforms.
|
||||||
|
zh_cn: Handbrake是一个基于Docker的视频转码和压缩应用,为多平台提供强大而灵活的多媒体处理功能。
|
||||||
|
ar_sa: Handbrake هو تطبيق مبني على دوكر لتحويل وضغط الفيديو، ويوفر معالجة متعددة المنصات قوية ومرنة للوسائط المتعددة.
|
||||||
|
de_de: Handbrake ist eine auf Docker basierende Anwendung für Video-Transkodierung und -Kompression, die leistungsstarke und flexible Multimedia-Verarbeitung für verschiedene Plattformen bietet.
|
||||||
|
es_es: Handbrake es una aplicación basada en Docker para transcodificar y comprimir videos, ofreciendo un potente y flexible procesamiento multimedia en múltiples plataformas.
|
||||||
|
fr_fr: Handbrake est une application basée sur Docker pour la transcodification et la compression vidéo, offrant une puissante et flexible gestion multimédia sur plusieurs plateformes.
|
||||||
|
hu_hu: A Handbrake egy Docker-alapú alkalmazás a videó átkódolásához és tömörítéséhez, erőteljes és rugalmas multimédia feldolgozást kínál több platformon.
|
||||||
|
it_it: Handbrake è un'applicazione basata su Docker per la transcodifica e la compressione video, offrendo potenti e flessibili funzionalità di elaborazione multimediale su più piattaforme.
|
||||||
|
ru_ru: Handbrake - это приложение на основе Docker для транскодирования и сжатия видео, предоставляющее мощную и гибкую обработку мультимедиа на различных платформах.
|
||||||
|
pl_pl: Handbrake to aplikacja oparta na Dockerze do transkodowania i kompresowania wideo, oferująca potężne i elastyczne przetwarzanie multimediów na wielu platformach.
|
||||||
|
pt_br: Handbrake é um aplicativo baseado em Docker para transcodificação e compressão de vídeo, oferecendo recursos poderosos e flexíveis de processamento de mídia em várias plataformas.
|
||||||
|
sv_se: Handbrake är en Docker-baserad applikation för videoomkodning och komprimering, som erbjuder kraftfull och flexibel multimediebehandling över flera plattformar.
|
||||||
|
uk_ua: Handbrake - це додаток на основі Docker для транскодування та стиснення відео, що надає потужну та гнучку обробку мультимедіа на різних платформах.
|
||||||
|
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Handbrake/icon.png
|
||||||
|
screenshot_link:
|
||||||
|
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Handbrake/screenshot-1.png
|
||||||
|
tagline:
|
||||||
|
en_us: Liberate your videos and unleash infinite possibilities.
|
||||||
|
zh_cn: 解放你的视频,创造无限可能。
|
||||||
|
ar_sa: أطلق سراح فيديوهاتك واستفد من إمكانيات لا حصر لها.
|
||||||
|
de_de: Befreie deine Videos und entfessle unbegrenzte Möglichkeiten.
|
||||||
|
es_es: Libera tus videos y desata infinitas posibilidades.
|
||||||
|
fr_fr: Libérez vos vidéos et créez des possibilités infinies.
|
||||||
|
hu_hu: Szabadítsd fel videóidat és nyisd meg a végtelen lehetőségeket.
|
||||||
|
it_it: Libera i tuoi video e scopri possibilità infinite.
|
||||||
|
ru_ru: Освободите ваши видео и раскройте бесконечные возможности.
|
||||||
|
pl_pl: Uwolnij swoje filmy i odkryj nieskończone możliwości.
|
||||||
|
pt_br: Liberte seus vídeos e crie possibilidades infinitas.
|
||||||
|
sv_se: Frigör dina videor och låt fantasin flöda fritt.
|
||||||
|
uk_ua: Звільни свої відео й розкрий безмежні можливості.
|
||||||
|
author: self
|
||||||
|
category: Media
|
||||||
|
hostname: ""
|
||||||
|
index: /
|
||||||
|
port_map: "5800"
|
||||||
|
scheme: http
|
||||||
|
store_app_id: handbrake
|
||||||
|
title:
|
||||||
|
en_us: handbrake
|
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 160 KiB |
|
@ -0,0 +1 @@
|
||||||
|
{"host":"","protocol":"http","port_map":"8888","cpu_shares":10,"restart":"unless-stopped","label":"Resilio-sync","position":false,"index":"","icon":"https://play-lh.googleusercontent.com/I0yxZ5kBUFyFQqBOVLq9lsoOpJSx8A3RZQjR024T8r8TsLD58gDjCkYWKSq_WWpOT-A","network_model":"bridge","image":"lscr.io/linuxserver/resilio-sync:latest","description":"","origin":"custom","ports":[{"container":"55555","host":"55555","protocol":"tcp","desc":"","type":0},{"container":"8888","host":"8888","protocol":"tcp","desc":"","type":0}],"volumes":[{"container":"/sync","host":"/DATA/AppData/resilio-sync/data","type":0,"desc":""},{"container":"/config","host":"/DATA/AppData/resilio-sync/config","type":0,"desc":""},{"container":"/downloads","host":"/DATA/Downloads","type":0,"desc":""}],"envs":[{"container":"PUID","host":"1000","desc":"","type":0},{"container":"PGID","host":"1000","desc":"","type":0},{"container":"TZ","host":"Etc/UTC","desc":"","type":0}],"devices":[],"cap_add":[],"cmd":[],"privileged":false,"host_name":"Resilio-sync","container_name":"Resilio-sync","appstore_id":0,"custom_id":"3d4f7725-405d-4a9f-8e9c-517000b4f0b2","enable_upnp":false,"version":"1.0"}
|
|
@ -0,0 +1,77 @@
|
||||||
|
name: resilio-sync
|
||||||
|
services:
|
||||||
|
resilio-sync:
|
||||||
|
environment:
|
||||||
|
- PGID=1000
|
||||||
|
- PUID=1000
|
||||||
|
- TZ=Etc/UTC
|
||||||
|
image: lscr.io/linuxserver/resilio-sync:2.7.3
|
||||||
|
network_mode: data_default
|
||||||
|
ports:
|
||||||
|
- target: 55555
|
||||||
|
published: "55555"
|
||||||
|
protocol: tcp
|
||||||
|
- target: 8888
|
||||||
|
published: "8888"
|
||||||
|
protocol: tcp
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- type: bind
|
||||||
|
source: /DATA/AppData/resilio-sync/data
|
||||||
|
target: /sync
|
||||||
|
- type: bind
|
||||||
|
source: /DATA/AppData/resilio-sync/config
|
||||||
|
target: /config
|
||||||
|
- type: bind
|
||||||
|
source: /DATA/Downloads
|
||||||
|
target: /downloads
|
||||||
|
devices: []
|
||||||
|
cap_add: []
|
||||||
|
command: []
|
||||||
|
privileged: false
|
||||||
|
container_name: ""
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
- arm
|
||||||
|
description:
|
||||||
|
en_us: resilio-sync is a Docker-based application that enables fast and secure file synchronization and sharing.
|
||||||
|
zh_cn: resilio-sync是一个基于Docker的应用,可以实现无缝快速、安全的文件同步和共享。
|
||||||
|
ar_sa: resilio-sync هو تطبيق مبني على دوكر يتيح مزامنة ومشاركة الملفات بسرعة وبأمان.
|
||||||
|
de_de: resilio-sync ist eine Docker-basierte Anwendung, die schnelle und sichere Dateisynchronisierung und -freigabe ermöglicht.
|
||||||
|
es_es: resilio-sync es una aplicación basada en Docker que permite la sincronización y compartición de archivos de forma rápida y segura.
|
||||||
|
fr_fr: resilio-sync est une application basée sur Docker permettant une synchronisation et un partage de fichiers rapides et sécurisés.
|
||||||
|
hu_hu: A resilio-sync egy Docker-alapú alkalmazás, amely lehetővé teszi a gyors és biztonságos fájlszinkronizációt és megosztást.
|
||||||
|
it_it: resilio-sync è un'applicazione basata su Docker che consente la sincronizzazione e la condivisione rapida e sicura di file.
|
||||||
|
ru_ru: resilio-sync - это приложение на основе Docker, которое обеспечивает быструю и безопасную синхронизацию и обмен файлами.
|
||||||
|
pl_pl: resilio-sync to aplikacja oparta na Dockerze, umożliwiająca szybką i bezpieczną synchronizację i udostępnianie plików.
|
||||||
|
pt_br: resilio-sync é um aplicativo baseado em Docker que permite a sincronização e compartilhamento de arquivos de forma rápida e segura.
|
||||||
|
sv_se: resilio-sync är en Docker-baserad applikation som möjliggör snabb och säker filsynkronisering och delning.
|
||||||
|
uk_ua: resilio-sync - це додаток на основі Docker, який забезпечує швидку і безпечну синхронізацію та обмін файлами.
|
||||||
|
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Resilio-sync/icon.png
|
||||||
|
screenshot_link:
|
||||||
|
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Resilio-sync/screenshot-1.png
|
||||||
|
tagline:
|
||||||
|
en_us: Unleash the power of seamless file synchronization.
|
||||||
|
zh_cn: 发挥无缝文件同步的力量。
|
||||||
|
ar_sa: استعن بقوة المزامنة المتناغمة للملفات.
|
||||||
|
de_de: Entfessle die Kraft der nahtlosen Dateisynchronisierung.
|
||||||
|
es_es: Libera el poder de la sincronización de archivos sin problemas.
|
||||||
|
fr_fr: Libérez la puissance de la synchronisation de fichiers sans faille.
|
||||||
|
hu_hu: Engedje szabadon a zavartalan fájlszinkronizáció erejét.
|
||||||
|
it_it: Scatena il potere della sincronizzazione dei file senza soluzione di continuità.
|
||||||
|
ru_ru: Разблокируйте мощь безупречной синхронизации файлов.
|
||||||
|
pl_pl: Uwolnij moc bezproblemowej synchronizacji plików.
|
||||||
|
pt_br: Desperte o poder da sincronização perfeita de arquivos.
|
||||||
|
sv_se: Frigör kraften i sömlös filsynkronisering.
|
||||||
|
uk_ua: Розкрийте потужність безперервної синхронізації файлів.
|
||||||
|
author: self
|
||||||
|
category: File Sync
|
||||||
|
hostname: ""
|
||||||
|
index: /
|
||||||
|
port_map: "8888"
|
||||||
|
scheme: http
|
||||||
|
store_app_id: resilio-sync
|
||||||
|
title:
|
||||||
|
en_us: resilio-sync
|
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 106 KiB |
|
@ -0,0 +1 @@
|
||||||
|
{"host":"","protocol":"http","port_map":"89","cpu_shares":10,"restart":"unless-stopped","label":"Snapdrop","position":false,"index":"","icon":"https://play-lh.googleusercontent.com/3MaqM8DPTPa3bahBJRplO2fJGAH3536eSkziF-_tbOBbc399OYMoCycbI9dXBGxig-s","network_model":"bridge","image":"lscr.io/linuxserver/snapdrop:latest","description":"","origin":"custom","ports":[{"container":"443","host":"444","protocol":"tcp","desc":"","type":0},{"container":"80","host":"89","protocol":"tcp","desc":"","type":0}],"volumes":[{"container":"/config","host":"/DATA/AppData/snapdrop/config","type":0,"desc":""}],"envs":[{"container":"PUID","host":"1000","desc":"","type":0},{"container":"PGID","host":"1000","desc":"","type":0},{"container":"TZ","host":"Etc/UTC","desc":"","type":0}],"devices":[],"cap_add":[],"cmd":[],"privileged":false,"host_name":"Snapdrop","container_name":"Snapdrop","appstore_id":0,"custom_id":"cfaebbf8-ee06-4edd-8346-6da87694220e","enable_upnp":false,"version":"1.0"}
|
|
@ -0,0 +1,71 @@
|
||||||
|
name: snapdrop
|
||||||
|
services:
|
||||||
|
snapdrop:
|
||||||
|
environment:
|
||||||
|
- PGID=1000
|
||||||
|
- PUID=1000
|
||||||
|
- TZ=Etc/UTC
|
||||||
|
image: lscr.io/linuxserver/snapdrop:version-eac78009
|
||||||
|
network_mode: data_default
|
||||||
|
ports:
|
||||||
|
- target: 443
|
||||||
|
published: "443"
|
||||||
|
protocol: tcp
|
||||||
|
- target: 80
|
||||||
|
published: "89"
|
||||||
|
protocol: tcp
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- type: bind
|
||||||
|
source: /DATA/AppData/snapdrop/config
|
||||||
|
target: /config
|
||||||
|
devices: []
|
||||||
|
cap_add: []
|
||||||
|
command: []
|
||||||
|
privileged: false
|
||||||
|
container_name: ""
|
||||||
|
x-casaos:
|
||||||
|
architectures:
|
||||||
|
- amd64
|
||||||
|
- arm64
|
||||||
|
- arm
|
||||||
|
description:
|
||||||
|
en_us: Snapdrop is a Progressive Web App (PWA) that allows you to transfer files between devices in the same network without having to install anything.
|
||||||
|
zh_cn: Snapdrop是一个渐进式Web应用程序(PWA),允许您在同一网络中的设备之间传输文件,而无需安装任何内容。
|
||||||
|
ar_sa: Snapdrop هو تطبيق ويب تدريجي (PWA) يتيح لك نقل الملفات بين الأجهزة في نفس الشبكة دون الحاجة إلى تثبيت أي شيء.
|
||||||
|
de_de: Snapdrop ist eine Progressive Web App (PWA), mit der Sie Dateien zwischen Geräten im selben Netzwerk übertragen können, ohne etwas installieren zu müssen.
|
||||||
|
es_es: Snapdrop es una aplicación web progresiva (PWA) que le permite transferir archivos entre dispositivos en la misma red sin tener que instalar nada.
|
||||||
|
fr_fr: Snapdrop est une application Web progressive (PWA) qui vous permet de transférer des fichiers entre des appareils sur le même réseau sans avoir à installer quoi que ce soit.
|
||||||
|
hu_hu: A Snapdrop egy progresszív webalkalmazás (PWA), amely lehetővé teszi a fájlok átvitelét a hálózaton belüli eszközök között anélkül, hogy telepítenie kellene bármit is.
|
||||||
|
it_it: Snapdrop è un'app Web progressiva (PWA) che consente di trasferire file tra dispositivi nella stessa rete senza dover installare nulla.
|
||||||
|
ru_ru: Snapdrop - это прогрессивное веб-приложение (PWA), которое позволяет передавать файлы между устройствами в одной сети без необходимости устанавливать что-либо.
|
||||||
|
pl_pl: Snapdrop to progresywna aplikacja internetowa (PWA), która umożliwia przesyłanie plików między urządzeniami w tej samej sieci bez konieczności instalowania czegokolwiek.
|
||||||
|
pt_br: Snapdrop é um aplicativo da Web progressivo (PWA) que permite transferir arquivos entre dispositivos na mesma rede sem precisar instalar nada.
|
||||||
|
sv_se: Snapdrop är en progressiv webbapp (PWA) som låter dig överföra filer mellan enheter i samma nätverk utan att behöva installera något.
|
||||||
|
uk_ua: Snapdrop - це прогресивний веб-додаток (PWA), який дозволяє передавати файли між пристроями в одній мережі без необхідності встановлювати що-небудь.
|
||||||
|
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Snapdrop/icon.png
|
||||||
|
screenshot_link:
|
||||||
|
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Snapdrop/screenshot-1.png
|
||||||
|
tagline:
|
||||||
|
en_us: Cross-platform file sharing made easy.
|
||||||
|
zh_cn: 轻松实现跨平台文件共享。
|
||||||
|
ar_sa: تبادل الملفات عبر المنصات بكل سهولة.
|
||||||
|
de_de: Einfacher plattformübergreifender Dateiaustausch.
|
||||||
|
es_es: Compartir archivos entre plataformas nunca fue tan fácil.
|
||||||
|
fr_fr: Partage de fichiers multiplateforme simplifié.
|
||||||
|
hu_hu: Egyszerűsített többplatformos fájlmegosztás.
|
||||||
|
it_it: Condivisione di file multi-piattaforma resa facile.
|
||||||
|
ru_ru: Простой обмен файлами между платформами.
|
||||||
|
pl_pl: Proste udostępnianie plików międzyplatformowych.
|
||||||
|
pt_br: Compartilhamento de arquivos entre plataformas feito fácil.
|
||||||
|
sv_se: Enkel filöverföring mellan olika plattformar.
|
||||||
|
uk_ua: Проста пересилка файлів між платформами.
|
||||||
|
author: self
|
||||||
|
category: Utilities
|
||||||
|
hostname: ""
|
||||||
|
index: /
|
||||||
|
port_map: "89"
|
||||||
|
scheme: http
|
||||||
|
store_app_id: snapdrop
|
||||||
|
title:
|
||||||
|
en_us: snapdrop
|
After Width: | Height: | Size: 59 KiB |
After Width: | Height: | Size: 114 KiB |