Possibility to skip integrity check?

What type of hardware are you using: Old laptop or computer
What YunoHost version are you running: 12.0.12
What app is this about: FoundryVTT

Describe your issue

Hello everybody,

I am trying to build an installer for FoundryVTT which is, sadly, a proprietary software (I know, I know)…
So, I managed to get a manifest.toml up and running and I also worked on the install script, but my issue is the following:

You can’t directly download the software, you go to your profile page, get a timed URL and work with that. That means, the user needs to enter that URL into the form. Now, I tried to

url =$foundry_url

with the information gathered via [install.foundry_url], but as it was expected, this does not work.

So

  1. I would need to use the provided URL as download URL for the software, but also
  2. I can’t provide a SHA256 since it is not provided on the page unfortunately.

If you could help me out with some basic tipps, or guidance, that would be awesome. I am stumbling through the examples provided as well as the documentation, but so far, no luck.

You can take a look at my humble beginnings here: GitHub - Razortide/foundryvtt_ynh (I only worked on the above mentioned files)

Share relevant logs or error messages

https://paste.yunohost.org/raw/agekozedof

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.