Alexander Lais

Results 9 comments of Alexander Lais

also works by forcing the platform on Docker to an arm architecture, e.g. ```shell docker run -it --rm --platform linux/arm golang:1.17 ``` and then in that container running: ```shell apt...

I will complete it next week. The PR is needed though. I would like to add a test for the new property.

I will try on the weekend.

@wlallemand thank you! I've tried it with adding some certificates and it works as intended, i.e. I can append certificates. I would need to make a few more tests, but...

I forgot about it to be honest. At the time I didn’t have 3.9 available on raspbian. I will find some time to look into it.On 2. Apr 2023, at...

I have the same issue on jellyfin 10.8.9 plug-in version 23. > Version: 10.8.9 > > Operating System: Linux > > Architecture: X64 New setup on a Synology NAS. ```...

you could always append the zip file to the end of your script and unzip it "from the end of the script" into the SWIFTBAR provided temp folder. Some guides...

I would still add an option to declare bearer tokens into the script metadata. From a "load and install the script" perspective this is easier, but has potential security implications....

I think it was more that I didn’t consider just GitHub, but other tools where you’d want to give access but not fully public URLs, e.g. some cloud storage, artefact...