should also look into conduit or one of its siblings, normal synapse is a dog to run
- 0 Posts
- 8 Comments
misterbngo@awful.systemsto
News@lemmy.world•The real estate industry is pressuring Zillow and other sites to nix extreme weather risk data buyers have come to rely on
3·2 months agoZillow is just the first boss, you have to break open the MLS system
misterbngo@awful.systemsto
No Stupid Questions@lemmy.world•Why do some website logins have the username and password entry on different pages?
25·2 months agoThis is generally done when you have customers with SSO, the first one will take the email and if the domain is ssod it forces them through a particular workflow. Otherwise you get the other normal username/password flow
misterbngo@awful.systemsto
Ask Lemmy@lemmy.world•Could the original WWII Willys Jeep be built and sold today?
10·4 months agoMahindra started out by cloning the Willys and they sell something relatively modern in the states called the Roxor
misterbngo@awful.systemsto
Selfhosted@lemmy.world•Those who are hosting on bare metal: What is stopping you from using Containers or VM's? What are you self hosting?English
43·5 months agoYour phrasing of the question implies a poor understanding. There’s nothing preventing you from running containers on bare metal.
My colo setup is a mix of classical and podman systemd units running on bare metal, combined with a little nginx for the domain and tls termination.
I think you’re actually asking why folks would use bare metal instead of cloud and here’s the truth. You’re paying for that resiliency even if you don’t need it which means that renting the cloud stuff is incredibly expensive. Most people can probably get away with a$10 vps, but the aws meme of needing 5 app servers, an rds and a load balancer to run WordPress has rotted people. My server that I paid a few grand for on eBay would cost me about as much monthly to rent from aws. I’ve stuffed it full of flash with enough redundancy to lose half of it before going into colo for replacement. I paid a bit upfront but I am set on capacity for another half decade plus, my costs are otherwise fixed.
misterbngo@awful.systemsto
Games@lemmy.world•What foss MP games are still active?English
81·6 months agoI assume ppl still run bzflag servers
misterbngo@awful.systemsto
Selfhosted@lemmy.world•From Docker with Ansible to k3s: I don't get it...English
19·8 months agoIve actually been personally moving away from kubernetes for this kind of deployment and I am a big fan of using ansible to deploy containers using podman systemd units, you have a series of systemd .container files like the one below
[Unit] Description=Loki [Container] Image=docker.io/grafana/loki:3.4.1 # Use volume and network defined below Volume=/mnt/loki-config:/mnt/config Volume=loki-tmp:/tmp/loki PublishPort=3100:3100 AutoUpdate=registry [Service] Restart=always TimeoutStartSec=900 [Install] # Start by default on boot WantedBy=multi-user.target default.targetYou use ansible to write these into your /etc/containers/systemd/ folder. Example the file above gets written as /etc/containers/systemd/loki.container.
Your ansible script will then call
systemctl daemon-reloadand then you cansystemctl start lokito finish the example

we did this in the late 2000s when schools banned chat programs. Just working in Google docs teach.