* update syno package source location (and allow for customized package source logic in the future)
This commit is contained in:
parent
75fcdc3877
commit
9824f56cdc
|
@ -638,9 +638,10 @@
|
|||
<include name="*.js" />
|
||||
<include name="*.png" />
|
||||
<include name="*.ico" />
|
||||
<include name="images/**" />
|
||||
<include name="screenshots/**" />
|
||||
<include name=".htaccess" />
|
||||
<include name="syno/**" />
|
||||
<!-- <include name="images/**" /> -->
|
||||
<!-- <include name="screenshots/**" /> -->
|
||||
</fileset>
|
||||
</copy>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
* Just add http://packages.filebot.net/syno.json in Package Sources ;)
|
||||
* Just add http://packages.filebot.net/syno/ in Package Sources ;)
|
||||
*
|
||||
* Package Center -> Settings -> Package Sources -> Add -> Name: FileBot and Location: http://packages.filebot.net/syno.json -> OK
|
||||
* Package Center -> Settings -> Package Sources -> Add -> Name: FileBot and Location: http://packages.filebot.net/syno/ -> OK
|
||||
*/
|
||||
[
|
||||
{
|
||||
|
@ -10,9 +10,9 @@
|
|||
"maintainer": "rednoah",
|
||||
"distributor": "FileBot",
|
||||
"distributor_url": "http://www.filebot.net/",
|
||||
"qstart": false,
|
||||
"silent_install": true,
|
||||
"silent_upgrade": true,
|
||||
"qinst": true,
|
||||
"qupgrade": true,
|
||||
"qstart": true,
|
||||
"depsers": "ssh",
|
||||
"icon": "http://i.imgur.com/bxHSJp9.png",
|
||||
"snapshot": [
|
||||
|
@ -24,4 +24,4 @@
|
|||
"size": "52428800",
|
||||
"md5": "@{spk.md5}"
|
||||
}
|
||||
]
|
||||
]
|
|
@ -0,0 +1,4 @@
|
|||
<?php
|
||||
header('HTTP/1.1 302 Found');
|
||||
header('Location: http://packages.filebot.net/syno/index.json');
|
||||
?>
|
Loading…
Reference in New Issue