They probably mean this: https://mycroft.ai/blog/update-from-the-ceo-part-1/
They probably mean this: https://mycroft.ai/blog/update-from-the-ceo-part-1/
Hey 1960’s, I have a quick question:
What the fuck??!! 😂😂
They finally banned AfD???
No, but still good news.
Read a publisher called Wired
Look inside
No wires…
You should do application level backups and put those in backblaze b2:
Those are very good things to think about; I agree with all of that.
None of the suggestions I made cover what actual information you (or your users) share ont the platforms (lemmy, mastodon etc).
As long as you federate with other servers (I.e. allow content to be shared with other servers, like how my account on my own server can comment on a post from the server you’re using), all the information posted on the platform should be considered 100% public.
If you want a place for just your friends, without talking with other instances, you should keep federation off.
I want to spin up my own services so that I own my data and have greater control over my connections, and possibly have a hub that friends and family can use.
That’s a noble goal; but you’ll have to think about what kind of adversaries you want to protect yourself (and your users) from.
E.g. if you don’t want to link your lemmy account to your government name you of course won’t use your real name, but you’ll also need to anonymize the WHOIS data of the domain, since that’s public information.
Not all domain registrars allow this.
And depending on how far you want to take this, you might also want to buy the server anonymously.
All of that doesn’t even touch the security of the actual server, lol. Some pointers for that:
SSH
HTTP/S:
VPS hosting:
Monitoring: You can get very detailed, but try to cover at least the following:
If I spin up my own instance, won’t that expose my domain, since my username will be @username@example.com ?
Yes (click on my username for example).
What are your reasons for not exposing your domain? And why do you want to set up your own instance?
If you don’t want that, just make an account at another instance. There’s a few big ones to choose from, I think.
(I have no idea if this is true for xmpp too)
If you do setup your own server. Please make sure you automate regular backups and put them somewhere safe. Otherwise you might loose all your stuff.
Both nginx and apache are webservers and can do what you need.
Apache calls this Name-based Virtual Hosts. (see ServerName/ServerAlias)
Nginx calls this Name-based virtual servers (see server_name in the docs)
Either will listen on ports 80/443 on the IP and proxy the request depending on the hostname used. If you’re not really familiar with either, I would recommend nginx. It’s very popular, the documentation is good and the syntax is a lot better IMO.
I hear caddy is also a nice alternative with even simpler syntax, but I haven’t used it myself.
Good luck!
I can see how you’re not yet familiar with all these terms :p Both nginx and apache are http servers and work the exact same in your case.
The server (apache or nginx) listens on the IP on port 80 and 443. Depending on the hostname that is used to connect, the request is proxied to a different location. Apache calls this virtual hosts, nginx call this virtual servers
Please correct me if I’m wrong, but here’s what I think the situation is:
In that case you need both domains to connect to the same computer (because that’s the one with that IP address) which routes it to the correct location (either on the same computer or on a different one).
You basically have two solutions (that you already mentioned)
This is essentially the same, but instead of the services running locally, one or both run on different machines.
In both cases the IP address points to the machine running nginx.
If you can run both services on the same machine with docker, you should just use this: https://github.com/nginx-proxy/nginx-proxy
The Star Trek “Prophecy” might actually come true! :o
In all seriousness, it makes a whole lot more sense now that the consequences of Brexit are disproportionately felt by the population in the north.