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/
- 0 Posts
- 25 Comments
bookworm@feddit.nlto
Linux@lemmy.ml•What terminal file manager that you use, if any?English
18·3 years agoranger is another good one. I very rarely end up using a terminal file manager though.
bookworm@feddit.nlto
Privacy Guides@lemmy.one•What are some faster DNSCrypt/DoH servers closer to India?English
3·3 years agocs-india is the only public DNSCrypt server located in India that I can find. There’s dns.therifleman.name but it’s DoH. Still works with the DNSCrypt client though. Both have filters.
Have you tried specifying your preferences in the config file and letting DNSCrypt find the best server?
Worth pointing out that while ventoy is open source, iventoy is not. Might be important to some people.
bookworm@feddit.nlto
Linux@lemmy.ml•Linux Kernel 6.3 Reaches End of Life, Users Urged to Upgrade to Linux 6.4
13·3 years agoThey are usually released at the end of the year.
- 6.1 - 2022-12-11
- 5.15 - 2021-10-31
- 5.10 - 2020-12-13
- 5.4 - 2019-11-24
- 4.19 - 2018-10-22
- 4.14 - 2017-11-12
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.
- Librespeed - Self-hosted speedtest
- Code Server - VS Code instance that you can access through the browser
- changedetection.io - Detect changes in a website or part of website and notify you when that happens
- Material for MkDocs - Wiki/knowledge base
- Gitea - GitHub alternative. You might wanna consider Forgejo instead. I don’t care enough personally to switch.
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-stoppedOff-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?
bookworm@feddit.nlto
World News@lemmy.world•Rinkevics sworn in as Latvian president, first gay EU head of stateEnglish
6·3 years agoI don’t think anyone is saying he got the position because of his sexual position, but rather that he got it regardless of it. It’s just some uplifting news that some countries have progressed enough to the point where a (voting) majority of the population don’t mind an openly gay head of state.
bookworm@feddit.nlto
World News@lemmy.world•Rinkevics sworn in as Latvian president, first gay EU head of stateEnglish
2·3 years agoI think head of state refers to presidents/kings/queens depending on the type of state.
bookworm@feddit.nlto
World News@lemmy.world•Turkey’s Erdogan says Ukraine deserves NATO membershipEnglish
13·3 years agoCan confirm as another Memmy user.
bookworm@feddit.nlto
Selfhosted@lemmy.world•What file system do you use and why?English
32·3 years agoZFS for RAID array and BTRFS for root is the way to go!
bookworm@feddit.nlto
Linux@lemmy.ml•Debian 12: How to setup disk encryption with TPM2English
5·3 years agoAs 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
bookworm@feddit.nlto
Selfhosted@lemmy.world•How do you keep docker/podman containers up-to-date?English
172·3 years agoSince 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.
bookworm@feddit.nlto
Open Source@lemmy.ml•[SOLVED] Firefox takes too long to open lately, what lightweight browser would you recommend for Linux?
4·3 years agoAnother thing you can try is some kind of caching solution, like profile-sync-daemon that will put your profile in RAM.
bookworm@feddit.nlto
Linux@lemmy.ml•Share your favorite Linux Desktop EnvironmentEnglish
2·3 years agoThank 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.
According to them it’s a way to get individual enthusiasts on board who will then get their workplaces to adopt Tailscale.
“In capitalism we call this a win/win deal. You get free stuff. You enjoy it. You tell your boss. Your boss gives us money (eventually). And nobody’s personal information got misplaced along the way. You did pay us—by talking about us.” https://tailscale.com/blog/free-plan/
Would you mind sharing the finished version? I love it 😊