I have already spent some time with wyBuild and I'm really happy with it.After some tests I'm continuing with "limited updates".
Therefore I have defined two different URLs, one for the wyserver.wys for the update information and one for the update files (*.wyu):
https://xyz.com/folder/%file%https://xyz.com/folder/?update=%file%%urlargs% (I use multiple parameters with %urlargs%)
As written in the documentation for the "limited-updates", we want a "site" to retrieve the wyserver.wys without limiting and we also want a hidden/safe directory for the updates itself.
My current folder structure:
folder/ (Unprotected folder).....index.php.....wyserver.wys.....update-files/ (Protected folder)............ someapp.3.to.4.wyuThe problem is: I can only specify one upload path and after upload, the folder has both the wyserver.wys file and the update files.How can I say wyBuild that they (wys and wyu) are uploaded into different folders?
I'm using the index.php file to check if the client is allowed to retrieve a update or not - as you have written, this is the "gate-keeper".