Joplin on a docker macvlan thru NGNIX proximanager via some proxied website name from cloud flare. My phone goes to the mynotes.website.com name, it gets proxied to my IP, the traffic hits my NGNIX server, then it tosses it to Joplin. Lol it works.
Joplin on a docker macvlan thru NGNIX proximanager via some proxied website name from cloud flare. My phone goes to the mynotes.website.com name, it gets proxied to my IP, the traffic hits my NGNIX server, then it tosses it to Joplin. Lol it works.
I just noticed a big problem with your setup. Ger rid of the Windows 11 install. Whoever needs that in your home, get them a small puppy.
New instance.
This is exactly the setup I want. Man, I got thousands of notifications and spam pretending to be real notifications I’m tired of it.
I don’t actually want to need to VPN into my home network. I want to use the Mozilla K9 app and login like that if possible. So we would login to the server via some sort of app, in the background the server would send and receive emails and so we would never again touch gmail directly. And exactly, we could add a side service to transition over seamlessly. And how you describe the email addresses for individual purpose is excellent. Spam? Want me to unsubscribe? How about I delete the email address, and you waste your time emailing? I love it!
Okay! I see. I only need to have the IMAP and SMTP ports open to NGNIX and routed to the internal IP.
Okay, so I could keep a rolling backup of the server and patch that issue that way.
Yeah same here. I just want to catch the emails as one would from Thunderbird but be able to share one account with my wife but without having to rely on keeping our emails on their server… That’s the current gmail problem, our emails are on there, they decide to train their AI or whatever with the emails and they just email you an opt out. I’m done with that. Worst is that you can’t quickly delete nor save and backup anything.
I would say something similar if not exactly.
I’m just looking forward to de-googling my life before my kids are old enough to get Hooked on that shit themselves.
My basic idea is that maybe I can’t or shouldn’t host my own email server. But 15gig limits with constant nagging to pay up, so gmail is not the answer. That gets old quick. I want to just download the files into a central device that my wife and I have access to. But that has been thus far technically obfuscated. I’m not sending thousands of emails per day, just a family level of correspondence.
Ideally my wife and I would login thru our phones to send and receive emails from a common email space that only lives at home. The emails would be routed to the outside entity who would do the actual sending and receiving. I have some basic things that I’m starting to like…email aliases and having my own email domain.
I currently have my own domain on cloud flare but they don’t proxy email servers. So here I be. I want for example to use e-mail like this:
Basic form: notgoogle.com
Stacked not google.com
Alias:
One time use or specific use:
Karenwantsmyemail@notgoogle.com
I already tried serving my own server and all this was possible. But it was insecure in that you can easily go find my IP address and my real address. I don’t want that, don’t really mind if someone knows it, but I don’t want to be spearphished. And so that’s where my desires for a local server that not my wife and I can access and use like gmail but safely come from.
Rant: In general, oh God! Are we fucking retarded? I have a 2 TB disk, I got high speed internet… A rando in China can call my phone but somehow I can’t get a rando to send me email? There’s something wrong with that picture. Or maybe I should do exactly what I do with my phone number… Not use it at all unless it’s family. You can spoof phone numbers, voices and emails. Maybe I should setup a Lemmy instance instead and just use this as a form of communication. The only problems being that my computer sometimes goes down due to power failure or IP change or some other reason, and nobody else would want to use my server…like the kids school or the DMV etc. Anyhoo…
Bit its deprecated now because Google pissed off the only developer. I mean forget photos, I need a whole phone file system backup tool that is self hosted. I don’t want any of my stuff to end up in Google servers. I take lots of research notes and photos. WTF. That shit should be illegal.
It took me a while to learn that:
Reverse proxy= your page lives in your basement but only your DNS knows. From outside everyone goes to “my page is cool.com”
VPN= LAN but in WAN…go to Starfucks and you can still get your files from your basement’s NAS
I’m sure they got other meanings, but this frame helped me a bit. Hide your IP!
I second this. I didn’t understand that until…you know, like you install the latest python or something and then your website is proof! Gone. Dockerization gives it a little bit of stability.
Probably Joplin is the easiest to use. Looks like OneNote but it’s different in many ways.
Even without all this DNS thing, you can always reach your own IP from outside. The issue becomes a security issue. You will need to route your PC’s specific Navidrome port. You can use any port you like, but you’ll need it exposed thru. So that opens your system up for attacks from outside. With the cloudflare thing you can safely access your computer from outside without opening ports.
However you can sort of do this too by adding a couple more pod apps and using a dynamic DNS service. Portainer or cockpit, Pihole, and Ngnix Proxy Manager.
With portainer or cockpit you can organize the pods so they start-up automatically for example. Using your router, split your network into two separate ones … One for yourself and another for your exposed stuff. Then use the pihole to protect them. Next set-up Ngnix proxy to route to different ports. If you get to my music.com, then it will route the name to a port. Without DNS you can also just route from your outside IP to a local host name. For example 56.45.35.76:657/music could route to NABODROME the local host name or simply to 192.168.7.12. there’s a ton of tutorials on how to set these up on YouTube so go have fun. You might choose not to get into all this because it’s a little complex. But you could, like many of us, really like it, and then you enjoy a little freedom.
Navidrome server. Use podman. Buy a Fully qualified Internet address first, then go to cloudflare and proxy your IP to the new. Address. Finally in android install Ultrasonic or Subsonic and go to your server.
You don’t need to have a Fully qualified Internet address. But I like it better than having to remember 55.655.67.533. but the IP address still works fine. The thing about the cloudflare proxy is that it never reveals your IP. So in case someone might be snooping around, they gotta get past cloudflare first.
Hold on, I just need to clear a mental blockage: https://youtube.com/shorts/QSbUK1XzgCc?si=Ld8HkfJj4KDwloDr
Hold on! I’m currently booting the kernel mentally. I’ve been at this for 2 weeks now…
I love that his desk is messy like mine and that he gets pissed at bad code.
I’ve found some interesting options here, but everyone wants to own your data. Just put it all in our servers, c’mon! It’s free or low price, we’re you centric and not as centric…
Sure. But I want my stuff in my basement server and not in their basement server 😭.
Looks good but it’s basically another place for my emails to be be stuck at for decades. Maybe I’ll look at the way they route email.
I mean sure, but syncthing is able to communicate back and forth between host/clients. Why couldn’t an HTTP port 80 app be made to do the same. Like a DNS free service sort of thing.