* update syno package source location (and allow for customized package source logic in the future)

This commit is contained in:
Reinhard Pointner 2014-07-12 18:04:31 +00:00
parent 75fcdc3877
commit 9824f56cdc
3 changed files with 13 additions and 8 deletions

View File

@ -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>

View File

@ -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}"
}
]
]

4
website/syno/index.php Normal file
View File

@ -0,0 +1,4 @@
<?php
header('HTTP/1.1 302 Found');
header('Location: http://packages.filebot.net/syno/index.json');
?>