Hi @mitch I wonder if I could pick your brain please? I am looking to add Anytime to F-Droid, but as they build from source I'm not sure how to handle the PodcastIndex keys. Locally, I pass these in as build time parameters so they're not stored in source. How do you do this for Podverse, or are you using a F-Droid Reproducible Build? Cheers.
@amugofjava @mitch I think they proxy everything through their own api
@amugofjava yes @steven is correct. We can't keep keys private within the mobile app as env vars, so any thing that needs a private key goes through our API.