this post was submitted on 14 Aug 2025
23 points (96.0% liked)

Selfhosted

50526 readers
608 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Morning troops, I'm looking for something that basically gatekeeps app updates for Android devices. Specifically:

  • Watch sources (e.g. github repos, Fdroid app pages etc) for new releases of android app apk's
  • Download the appropriate apk version
  • Scan it for malware/generally check its legit
  • Make it available for the client (e.g. Obtanium) on an Android phone

Does this exist? Or is there a stack that will do the job?

all 6 comments
sorted by: hot top controversial new old
[–] wreckedcarzz@lemmy.world 3 points 1 day ago* (last edited 1 day ago)

I use Obtainium and run this (play store link) in the background/scheduled. I use their software on my machines and like it so have been running their mobile solution for a few years too.

I guess you could download the apk and then scan it before installing, manually but that would get tiring fast. I don't know of any automated system for that.

[–] henchman2019@lemmy.world 5 points 2 days ago* (last edited 2 days ago)

Sounds like you're looking for Obtanium.

https://github.com/ImranR98/Obtainium

Edit... Nevermind.. I just saw we're in selfhosted..

I got nothin

[–] savvywolf@pawb.social 6 points 2 days ago (1 children)

The problem is checking for malware: It's very hard to do that and a lot of malware has evolved attempts to avoid detection.

[–] jobbies@lemmy.zip 1 points 2 days ago* (last edited 2 days ago)

Yeah I get that. Thought I'd just ask the question though.

Sadly, the only thing you can do is use only foss apps and be careful with propeitary apps. Also, checking issues often might be a good idea.