app-store/apps/seedsync/config.json

31 lines
1.1 KiB
JSON
Raw Normal View History

2024-01-05 14:30:25 +00:00
{
"name": "SeedSync",
"available": true,
"port": 8800,
"exposable": true,
"id": "seedsync",
"description": "SeedSync is a tool to sync the files on a remote Linux server (like your seedbox, for example). It uses LFTP to transfer files fast!",
"tipi_version": 1,
"version": "0.8.6",
"categories": ["utilities"],
"short_desc": "SeedSync is a tool to sync the files on a remote Linux server.",
2024-01-05 14:37:49 +00:00
"author": "Inderpreet Singh",
2024-01-05 14:30:25 +00:00
"source": "https://github.com/ipsingh06/seedsync",
"website": "https://ipsingh06.github.io/seedsync/",
2024-01-05 14:55:52 +00:00
"form_fields": [
{
"type": "number",
"label": "UID",
"hint": "Ensure any volume directories on the host are owned by the same user you specify",
"placeholder": "1000",
"env_variable": "SEEDSYNC_PUID"
},
{
"type": "number",
"label": "GUID",
"hint": "Ensure any volume directories on the host are owned by the same group you specify",
"placeholder": "1000",
"env_variable": "SEEDSYNC_PGID"
}
]
2024-01-05 14:30:25 +00:00
}