Cloudflare has a catch-all option that you can enable, but they only allow you to receive emails not send them. https://developers.cloudflare.com/email-routing/setup/email-routing-addresses/
Cloudflare has a catch-all option that you can enable, but they only allow you to receive emails not send them. https://developers.cloudflare.com/email-routing/setup/email-routing-addresses/
Press the arrows at the bottom right.
A heads-up to anyone else who suddenly got this post in there feed, this article and post is over a year old.
ranger is another good one. I very rarely end up using a terminal file manager though.
Oh ok you should probably clarify that in the OP since everyone is giving you recommendations of self hosted software. It’s usually assumed that’s what someone’s after when they are asking for a FOSS service.
Why is Nextcloud not what you’re looking for? Sounds perfect for what you’re after.
Worth pointing out that while ventoy is open source, iventoy is not. Might be important to some people.
They are usually released at the end of the year.
But when you say “24.04” it sounds like you are asking when the next Ubuntu LTS is released?
That’s a great point I hadn’t considered tbh! And that learning new technologies even if there is no “purpose” to it can be… fun! :)
All software listed is FOSS.
I just run one mariadb container via docker-compose that all my other services use as their database.
version: "2"
services:
mariadb:
image: lscr.io/linuxserver/mariadb:latest
container_name: mariadb
environment:
- TZ=####/####
- PUID=###
- PGID=###
- MYSQL_ROOT_PASSWORD==############
volumes:
- /docker/mariadb:/config
ports:
- 3306:3306
restart: unless-stopped
Off-topic but I don’t really get the appeal in running Kubernetes (or similar technologies) in a homelab. Unless it’s something you want to learn for work of course.
I’ve never heard of Nextclouf AIO, do you have links?
I wouldn’t join a private tracker that requires me to expose my real IP. It doesn’t sound serious at all.
ZFS for RAID array and BTRFS for root is the way to go!
As usual the Arch wiki is one of the best resources for this. Not everything is applicable on Debian but should answer most questions. https://wiki.archlinux.org/title/Unified_Extensible_Firmware_Interface/Secure_Boot
Since my “homelab” is just that, a homelab, I’m comfortable with using :latest-tag on all my containers and just running docker-compose pull and docker-compose up -d once per week.
Another thing you can try is some kind of caching solution, like profile-sync-daemon that will put your profile in RAM.
Thank you so much!
The free license is so generous that a home user really should have no reason to ever pay for it.
are you even hosting it
No but as andrew mentions below you CAN self host it.
Would you mind sharing the finished version? I love it 😊