Selfhosted
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:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.
-
AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
That is a lot of money for me, especially if all I need it to do is simulate the on button. Surely there is some really cheap arm based device that has an ethernet port and can therefore send WOL signals.
I'm not sure what to tell ya. A cheap ARM device is the CanaKit 2GB Raspberry Pi 4 starter kit costs $110, but the JetKVM I recommended above including the ATX adapter is also $110
https://www.amazon.com/CanaKit-Raspberry-4GB-Starter-Kit/dp/B07V2B4W63/
https://www.wisdpi.com/products/jetkvm
https://www.wisdpi.com/products/atx-extension-board
The only setup I can imagine that's technically cheaper is an esp32 flashed with firmware, as discussed by another user (you already replied to it): https://lemmy.world/comment/20842145
But the esp32 (regardless of if you use a wire to simulate a button press, or have the device generate the WoL packet) is gonna be a pain to setup and flash by comparison to the other options.
If you already have a pi, it just needs to be flashed with Raspbian and install the app etherwake 'sudo apt-get install etherwake' and run it with 'sudo etherwake [target MAC]'.