@jan-reinhardt that's all I can think of. But maybe you can ask about the dangers of a public instance at https://github.com/Frooodle/Stirling-PDF/discussions
@froodle said in Stirling PDF on Cloudron:
@Neiluj reached out to them
"We don't accept projects hosted under personal profiles. Our mission is to support groups rather than individuals. Have you considered moving it to a separate GitHub org? This helps to signal that this project is a collaboration instead of a personal undertaking."
I'll have to think about how best to do this and pros and cons
I'd guess that is just the policy of their default Open Source Collective fiscal host https://opencollective.com/opensource
Note there are many other fiscal hosts on Open Collective who likely have less arduous policies (saying that, I'd guess it probably does make sense for you to be hosted by the Open Source Collective)
@aflorea I guess you are trying to call the API straight from your website's frontend ? If so, yes, this will trigger a CORS error.
We don't provide a way to adjust CORS headers. Usually apps have a way to adjust this but Stirling-PDF does not have a mechanism for this.
A workaround is to make your frontend call your website's backend and the backend proxies the call to Stirling-PDF.