

what sort of stuff are you looking to capture? images, text, code, thoughts?


use a lemmy community that only you can post too?


I have started using nextcloud talks note to self, your chat app of choice will have something similar


Or just save the files to /dev/null on any Linux box


Ok, the docker container will need to be on a different port to your proxy Something like 127.0.0.1:8080:80
In your proxy, the upstream will be 127.0.0.1:8080.
This should give you what you need


Wait wait wait, your telling me that systems has a user thing to log user data?
Where does systemd start and end? As it looks to be way too invasive


First off, when you run a container without an outside IP set. Docker will bind that port, in your case 8000 to all ports. So hitting any of the domains on the vps on port 8000 should show your docker site.
Second, if your VPS is like my OVH VPS then it has only an internet IP. So any open ports are open to the internet at large.
If you want to host lots of sites on a single IP, then you will need a reverse proxy of some sort. I would recommend that your docker site is using 127.0.0.1:8000:8000 so that it’s only visible on the VPS. (If your ports are different then use what you and prefix 127.0.0.1)
I run similar to your setup, nextcloud is in a VM and lots of docker sites. What do you need to know?


I wander if you could add a long list of steps that need to be done, so that all the does it build and work stuff is covered?


Not an answer to your question, but I have .biz domains cuz they are cheap. Also OVH have a .ovh that was about £1


I use OVH for all things DNS, TIL: they have a dynhost thing that will do all the DNS updating for you!
https://help.ovhcloud.com/csm/en-gb-dns-dynhost?id=kb_article_view&sysparm_article=KB0051640


I have been using beeper for a while now and its amazing, signal, teleagram, whatsapp and others all in a single app. Both mobile and desktop.
Also, you could self host all the bits if you want


I migrated out of keypass and into vaultwarden, not looked back since.


If you have raw jdon, then take a look at jq. It’s amazing for read json text in bash


Also if someone gets into your password manager then they have all the keys to everything


it was more for anyone who doesnt know LDAP


LDAP is the Linux equivalent of a window domain controller, but it can be used by a wide variety of other systems as authentication and authorisation.
Linux it’s self can use it too


Keycloak is amazing for no money, I use it connected to my Google workspace.
I run nagios and use pushover, over kill for what I monitor but it’s what I know