Add SeedSync to App Store

This commit is contained in:
DansNewLegs 2024-01-05 09:37:49 -05:00
parent 8f204f4d35
commit b463739163
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
"version": "0.8.6",
"categories": ["utilities"],
"short_desc": "SeedSync is a tool to sync the files on a remote Linux server.",
"author": "https://github.com/ipsingh06",
"author": "Inderpreet Singh",
"source": "https://github.com/ipsingh06/seedsync",
"website": "https://ipsingh06.github.io/seedsync/",
"form_fields": []

View File

@ -6,7 +6,7 @@ services:
environment:
- TZ=${TZ}
volumes:
- ${APP_DATA_DIR}/data/config:/config #
- ${APP_DATA_DIR}/data/config:/config
- ${APP_DATA_DIR}/media/torrents/complete:/downloads
ports:
- ${APP_PORT}:8800