cross-posted from: https://packmates.org/users/Wander/statuses/111280488886937575

The future of selfhosted services is going to be… Android?

Wait, what?

Think about it. At some point everyone has had an old phone lying around. They are designed to be constantly connected, constantly on… and even have a battery and potentially still a SIM card to survive power outages.

We just need to make it easy to create APK packaged servers that can avoid battery-optimization kills and automatically configure an outbound tunnel like ngrok, zerotrust, etc…

The goal: hosting services like #nextcloud, #syncthing, #mastodon!? should be as easy as installing an APK and leaving an old phone connected to a spare charger / outlet.

It would be tempting to have an optimized ROM, but if self-hosting is meant to become more commonplace, installing an APK should be all that’s needed. #Android can do SSH, VPN and other tunnels without the need for root, so there should be no problem in using tunnels to publicly expose a phone/server in a secure manner.

In regards to the suitability of home-grade broadband, I believe that it should not be a huge problem at least in Europe where home connections are most often unmetered: “At the end of June 2021, 70.2% of EU homes were passed by either FTTP or cable DOCSIS
3.1 networks, i.e. those technologies currently capable of supporting gigabit speeds.”

Source: https://digital-strategy.ec.europa.eu/en/library/broadband-coverage-europe-2021

PS. syncthing actually already has an APK and is easy to use. Although I had to sort out some battery optimization stuff, it’s a good example of what should become much more commonplace.

cc: @selfhosted
#selfhosted #selfhosting

Saw this post on [email protected], want to get some thoughts on it, because the idea seems a bit crazy to me.

  • @sir_reginald
    link
    English
    15
    edit-2
    7 months ago

    a security nightmare, phones are updated from 2 to 4 years and then left for dead. after that no more security updates and apps will eventually stop supporting your version.

    also, android lacks proper networking tools. no root access is also a big problem when selfhosting.

    oh and let’s not forget the unlockable bootloaders that will lock your “server” into an Android version full of spyware and whatever crap the manufacturer decided to include.

    but even on a a clean Android like Lineage OS, Android is unsuitable for an OS because it’s ultimately designed as a phone OS which are too restricted for self-hosting or doing serious computing at all.

    they also have zero reparability and upgradability. if my storage runs short, I just buy a larger HDD and replace the old one. Cloning the disk is as easy as using one command, good luck cloning your whole system in Android. If my CPU dies or I need more processing power, I buy a new one and plug it in.

    • Margot RobbieOPM
      link
      English
      37 months ago

      Understandable. Seems like Android software and hardware are too limited to do this kind of work by design then.

  • @BroBot9000
    link
    English
    117 months ago

    Android = Google

    People concerned with self hosting don’t want spyware on their servers.

    • Margot RobbieOPM
      link
      English
      27 months ago

      What about a customized deGoogle’d AOSP distro like GrapheneOS then?

      • @sir_reginald
        link
        English
        117 months ago

        then the idea becomes ever less viable because only a handful of devices will be able to be used.

        for the price of a Pixel you can buy a competent desktop PC that supports a real OS with networking tools, without an EoL cycle imposed by the manufacturer, with upstream kernel support, with replaceable and upgradable components and a long etc.

      • @BroBot9000
        link
        English
        47 months ago

        Works until google releases a locked down android and all new devices are forced on it. Slowly killing off the older devices usability.

        Privacy on android is a closing door.

        • @pirat
          link
          English
          17 months ago

          This is scary.

  • @[email protected]
    link
    fedilink
    English
    7
    edit-2
    7 months ago

    Android is great as a general use phone/TV/watch etc OS for running apps but it’s fundamentally not designed for this use case. Installing ProxMox on an old computer is going to simply work better for every self hosted use case. Most people that are remotely interested in this probably have something laying around that could be used. For those that don’t, decent x86 machines can be had for super cheap second hand.

    I get the point of this is hardware reuse since people have old phones laying around but it feels the same as all those “turn your old phone into a security camera!” posts. Nice idea but ultimately impractical.

    Hopefully Google is promising 7 years of support will start a trend that leads to people having less old phones in the drawer collecting dust.

  • macallik
    link
    fedilink
    47 months ago

    My limited understanding is that ARM usually is a lower priority for devs and so software is often harder to come by?

    My personal hope is that people start to turn used desktops/laptops into servers.

    • @pirat
      link
      English
      17 months ago

      Some people are turning used SFF/USFF office PCs into servers.

  • @[email protected]
    link
    fedilink
    English
    47 months ago

    It’s a neat idea, there are some generic HTTP/FTP server apps out there, and you can kind of tinker around in the CLI to run other things. But it would be cool to see ‘one click’ APKs for popular services.

    Avoiding battery management killing them would be the hardest part I imagine.

    • Margot RobbieOPM
      link
      English
      27 months ago

      Hypothetically, it would be a device that’s always plugged in, right?

      • @[email protected]
        link
        fedilink
        English
        37 months ago

        Yes but most android phones these days have super aggressive background app killing, even when plugged in. It’s hard/impossible to disable depending on the brand of phone.

  • @[email protected]
    link
    fedilink
    English
    3
    edit-2
    7 months ago

    Geez, what’s with all the Debbie Downers here?

    Let me clarify some misconceptions ITT:

    #“Android is not designed for this”:

    Whilst this is technically true, Android is still ultimately Linux at heart, which still allows you to do a lot of cool things - yes, that includes running servers. You could install Termux and run headless versions of pretty much every kind of server, or even run a full-blown Linux distro in proot mode if you need more flexibility. And if you’ve got a recent-ish Pixel, you could even use pKVM to run a distro at near baremetal speeds and greater flexibility compared to proot. But even without a Linux distro, you can just run a plain old server app and beat Android’s OOM killer by using Tasker (or similar) as a watchdog/keepalive service. You can even simulate input using Tasker, which will prevent the phone from going into an idle state and killing your app.

    However, the best option would be rooting your device - once rooted, you can directly tweak the kernel’s OOM parameters to prevent your app from being killed, as well as change your CPU governor to “performance”, plus enable/increase your zram swap and stuff - all of which allow you to reliably run a server with good performance, and little risk of being killed off.

    There’s a reason why there are already servers apps on the Play Store (which can make optional use of root access), because Android is more than capable of running servers - and there’s no need for Termux/Tasker and all that fancy Linux stuff - but you can go down that rabbit hole if you wanted to.

    #“Proxmox on an old x86 box is better”:

    Sure, but it’s also completely overkill if all you want is say an FTP/NextCloud server or something. NextCloud has a minimum requirement of only 128MB RAM per process, and an overall recommend of 2GB + 2 CPU cores. Now compare this with my 5-year old OnePlus 6 with 8GB RAM and 8 CPU cores - this is more than enough to run NextCloud, with an external HDD/SSD attached via a USB-C dock. This setup will use far, far less power compared to a full-fledged PC, not to mention, make zero noise, and use a fraction of the space. I mean, if you’ve got a spare old PC lying around and you don’t care about power consumption, then go right ahead, but for people who do care, using an old Android phone can certainly be a viable option.

    #“Security nightmare”:

    True, but that’s assuming you’re using the stock OS. Use a trusted and up-to-date custom ROM like LineageOS or GrapheneOS and you’ll be fine.

    #“Unlockable bootloaders”:

    So don’t buy/use a phone with a locked bootloader then? In all my history of Android phones dating back to 2009, I’ve never owned a phone with a bootloader which wasn’t unlockable (whether officially or not), and this was a conscious buying decision on my part. Don’t like locked bootloaders, then don’t buy one, as simple as that! But even if you haven’t had the same foresight as me, it’s not really a big problem is it? Just sell your old locked device and buy an unlockable one from eBay or Swappa, they’re pretty cheap too, so there’s really no excuse here.

    #“Zero repairability”:

    Untrue, assuming you’re using an (ex) mainstream device, plenty of spares can be found on sites like iFixit and eBay for even very old phones. Heck, you could even buy an entire used/cosmetic fault phone on eBay and just swap out the parts you need. The main roadblock with repairing phones is usually the display, but if your phone is just going to be plugged in and sitting around, then that’s not really a concern is it? Besides that, swapping out the mobo isn’t an impossible task if you know how to follow instructions on iFixit.

    #“Zero upgradability/storage runs short”:

    As mentioned earlier, just use an external HDD and you’re all good to go. Why would you even consider using the onboard phone storage?! As for upgrading the rest of the system, well just swap out your old phone with your current one when you’re gonna upgrade, problem solved!


    Now come, fight me, naysayers! (ง •̀_•́)ง

    • @[email protected]
      link
      fedilink
      English
      4
      edit-2
      7 months ago

      you got the reparability totally wrong. if the motherboard fries, you have to replace basically the whole device. In a desktop you just replace the motherboard and keep the CPU, GPU and RAM.

      you can obviously plug an external HDD, but can you upgrade RAM? can you upgrade to a better CPU or replace your current CPU without replacing half of the phone components? No, you can’t.

      and yes, Android uses the Linux kernel. But very few manufacturers release the kernel’s code. No upstream kernel support makes it quite hard to keep updating after the manufacturer stops, even for custom ROMs that have to keep using the kernel as a blob, which eventually becomes inviable.

      And if you’re already limiting yourself to devices supported by LineageOS, you’re discarding 90% of all phones, which let’s be honest, if the primary reason to use a flawed OS to self-host was to recycle hardware, you’re discarding most phones anyway so not a great reason.

      • @[email protected]
        link
        fedilink
        English
        2
        edit-2
        7 months ago

        you got the reparability totally wrong. if the motherboard fries, you have to replace basically the whole device. In a desktop you just replace the motherboard and keep the CPU, GPU and RAM

        And? A replacement motherboard, or an entire phone, for an old Android phone is pretty cheap. Now how much would a replacement CPU/GPU/RAM cost for a PC? And how likely would a phone’s motherboard fail in the first place? In my experience, modularity increases failure chances, which is why you typically see more part failures on PCs. I still have my HTC Desire from 2010 (as a keepsake) and it still boots up and works. Not that I use it for anything or course, but this is really a non-issue. When people complain about “repairability” of a phone, they’re typically talking about the display or battery, which isn’t a concern in our use case here.

        but can you upgrade RAM? can you upgrade to a better CPU or replace your current CPU without replacing half of the phone components? No, you can’t.

        But why would you want to, when it already meets your needs? And when you’re going to upgrade your main phone anyway? (it can replace your server phone).

        and yes, Android uses the Linux kernel. But very few manufacturers release the kernel’s code.

        That is incorrect, because not releasing the code is a serious violation of the GPL. Typically rando Chinese manufacturers get away with this, but most mainstream OEMs do release the kernel sources.

        And if you’re already limiting yourself to devices supported by LineageOS, you’re discarding 90% of all phones, which let’s be honest, if the primary reason to use a flawed OS to self-host was to recycle hardware, you’re discarding most phones anyway so not a great reason.

        The kind of people who would even think of running a project like this (like running their own NextCloud etc) are usually the kind of people who’d most likely own a phone which is/can be supported by LineageOS. And once again, you can always sell your unsupported phone on eBay or something and get a supported one instead. The OnePlus 6 for instance goes for as low as $100, or even lower if you can find a faulty one like with a cracked screen or bad ESN or something, and it’s good enough for most home server needs.

    • @[email protected]
      link
      fedilink
      English
      3
      edit-2
      7 months ago

      Power efficiency is pretty much the main reason preventing me from doing anything of the sorts.

      I mean, I’ve got a pihole running on a first-gen Pi, and even that is overkill hardware for what it needs to do