this post was submitted on 23 Aug 2023
8 points (100.0% liked)
Self Hosted - Self-hosting your services.
11399 readers
3 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
- No harassment
- crossposts from c/Open Source & c/docker & related may be allowed, depending on context
- Video Promoting is allowed if is within the topic.
- No spamming.
- Stay friendly.
- Follow the lemmy.ml instance rules.
- Tag your post. (Read under)
Important
Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!
- Lemmy doesn't have tags yet, so mark it with [Question], [Help], [Project], [Other], [Promoting] or other you may think is appropriate.
Cross-posting
- [email protected] is allowed!
- [email protected] is allowed!
- [email protected] is allowed!
- [email protected] is allowed if topic has to do with selfhosting.
- [email protected] is allowed!
If you see a rule-breaker please DM the mods!
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Looks really solid. 2.5Gb/s is not a deal breaker, maybe I'll just go back to a lower plan since the only use I get out of it is avoiding network congestion between me and my server downloading at the same time over 2.5Gb links. Thanks for the suggestion!
Wow, I'm jealous you live somewhere that you can downgrade to 2.5Gb/s!
If you go that Banana Pi route, just be aware that the process of getting mainline OpenWrt on the thing is a little unusual, but not difficult at all. Just requires a cheap serial adapter and spare micro sd card.
There device has onboard NAND, NOR, and EMMC, as well as the card reader. Not all can be used simultaneously, so there are dip switches that set what is booted/visible.
Official install method is basically as follows:
-Hook up serial adapter to the send/receive/ground pins on the board, open serial terminal in something like PuTTY
-Set dip switches, boot the sd-card
-In serial terminal select option to install to NAND
-Power off, change dip switches, boot to NAND
-In serial terminal select option to install to eMMC
-Power off, change dip switches
-You're done, now booting mainline on eMMC
Basically just putting the image on the NAND memory temporarily so it can be put back on eMMC since eMMC and sd-card can't be used at the same time.
The Banana Pi forums are a good resource in addition to the OpenWRT docs.
My only gripe at this point is that the mainline configuration by default only sets up a 100mb partition on the eMMC to install packages to. Some folks have had success resizing that partition but I wasn't having any luck there, so I may just compile it myself and set it larger. That change should be persistent through system upgrades after it's done once.
Anyway, if you or someone reading this goes that route, I hope this helps!