Add SeedSync to App Store
This commit is contained in:
parent
8f204f4d35
commit
b463739163
|
@ -9,7 +9,7 @@
|
||||||
"version": "0.8.6",
|
"version": "0.8.6",
|
||||||
"categories": ["utilities"],
|
"categories": ["utilities"],
|
||||||
"short_desc": "SeedSync is a tool to sync the files on a remote Linux server.",
|
"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",
|
"source": "https://github.com/ipsingh06/seedsync",
|
||||||
"website": "https://ipsingh06.github.io/seedsync/",
|
"website": "https://ipsingh06.github.io/seedsync/",
|
||||||
"form_fields": []
|
"form_fields": []
|
||||||
|
|
|
@ -6,7 +6,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/config:/config #
|
- ${APP_DATA_DIR}/data/config:/config
|
||||||
- ${APP_DATA_DIR}/media/torrents/complete:/downloads
|
- ${APP_DATA_DIR}/media/torrents/complete:/downloads
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:8800
|
- ${APP_PORT}:8800
|
||||||
|
|
Loading…
Reference in New Issue
Block a user