Рефакторизация структуры кода для улучшения читаемости и удобства сопровождения.

This commit is contained in:
2026-04-30 07:41:41 +03:00
parent eec534760e
commit 89b17ea2b2
1406 changed files with 38483 additions and 3 deletions
View File
+25
View File
@@ -0,0 +1,25 @@
manifestVersion: 1
id: snapdrop
category: files
name: Snapdrop
version: "b8b78cc2"
tagline: Альтернатива Airdrop с открытым исходным кодом
description: >-
Snapdrop — локальный обмен файлами в вашем браузере. Вдохновлен Airdrop от Apple.
developer: RobinLinus
website: https://snapdrop.net/
dependencies: []
repo: https://github.com/RobinLinus/snapdrop
support: https://github.com/RobinLinus/snapdrop/blob/master/docs/faq.md
port: 8222
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
path: ""
defaultUsername: ""
defaultPassword: ""
submitter: Pranshu Agrawal
submission: https://github.com/getumbrel/dfwebos-apps/pull/290
releaseNotes: >-
Это обновление включает улучшения производительности и исправления ошибок.
+16
View File
@@ -0,0 +1,16 @@
version: "3.7"
services:
app_proxy:
environment:
APP_HOST: snapdrop_server_1
APP_PORT: 80
server:
image: linuxserver/snapdrop:version-b8b78cc2@sha256:3e0af233372e6ae7ac711397d40cbe2797cefe13220d65e5e284a64252cc0c2c
volumes:
- ${APP_DATA_DIR}/data/config:/config
restart: on-failure
environment:
- PUID=1000
- PGID=1000