- Registriert
- 30. März 2022
- Beiträge
- 1.311
- Reaktionspunkte
- 2.286
- Punkte
- 229
I actually created this because you and @Tommes mentioned you wished there was a package repository that was better than cphub and synocommunity, and I didn't want to deal with SynoCommmunity's rules to publish my own packages.
Rather than forcing people to make spk files that conform to what my repository requires or expects, I decided to make it flexible enough to cope with:
I haven't decided if I want to release the source code yet. I don't want a bunch of copycat package repositories out there while I'm trying to get people to use my package repository.
I just added SynoOCR to the GitHub workflow and your packages highlighted 3 issues with my GitHub workflow, and CloudFlare worker, that I've now fixed. The issues were:

Now Medusa has a friend

Rather than forcing people to make spk files that conform to what my repository requires or expects, I decided to make it flexible enough to cope with:
- Missing keys in the INFO file.
- Whatever naming and versioning format authors have already.
- It even works if there are no releases and the spk files are in the repo's file tree (complete with inconsistent file names) like https://github.com/BenjV/SYNO-packages.
I haven't decided if I want to release the source code yet. I don't want a bunch of copycat package repositories out there while I'm trying to get people to use my package repository.
I just added SynoOCR to the GitHub workflow and your packages highlighted 3 issues with my GitHub workflow, and CloudFlare worker, that I've now fixed. The issues were:
- GitHub workflow was not finding the PACKAGE_ICON_256.PNG in your spk files.
- GitHub workflow was trying to create the same packagename_120.png for both DSM6 and DSM7 packages. It now creates packagename_DSM6_120.png for DSM 6 packages and packagename_120.png for DSM 7 packages.
- CloudFlare worker needed changing to map x86_64 (and all other arches) to the various CPU platforms (all 37 of them).

Now Medusa has a friend




).