Update Syncthing appfile
This commit is contained in:
parent
1c4bc5e944
commit
86d6458e8a
|
@ -52,6 +52,7 @@
|
||||||
"ports": [
|
"ports": [
|
||||||
{
|
{
|
||||||
"container": "8384",
|
"container": "8384",
|
||||||
|
"host": "8384",
|
||||||
"type": "tcp",
|
"type": "tcp",
|
||||||
"allocation": "preferred",
|
"allocation": "preferred",
|
||||||
"configurable": "advanced",
|
"configurable": "advanced",
|
||||||
|
@ -59,6 +60,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"container": "22000",
|
"container": "22000",
|
||||||
|
"host": "22000",
|
||||||
"type": "tcp",
|
"type": "tcp",
|
||||||
"allocation": "required",
|
"allocation": "required",
|
||||||
"configurable": "no",
|
"configurable": "no",
|
||||||
|
@ -66,6 +68,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"container": "22000",
|
"container": "22000",
|
||||||
|
"host": "22000",
|
||||||
"type": "udp",
|
"type": "udp",
|
||||||
"allocation": "required",
|
"allocation": "required",
|
||||||
"configurable": "no",
|
"configurable": "no",
|
||||||
|
@ -73,6 +76,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"container": "21027",
|
"container": "21027",
|
||||||
|
"host": "21027",
|
||||||
"type": "udp",
|
"type": "udp",
|
||||||
"allocation": "optional",
|
"allocation": "optional",
|
||||||
"configurable": "no",
|
"configurable": "no",
|
||||||
|
@ -119,5 +123,5 @@
|
||||||
"latest_updates": "",
|
"latest_updates": "",
|
||||||
"url": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Syncthing/changelog.txt"
|
"url": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Syncthing/changelog.txt"
|
||||||
},
|
},
|
||||||
"latest_update_date": "1640072737"
|
"latest_update_date": "1640238467"
|
||||||
}
|
}
|
Loading…
Reference in New Issue