Mine sits at about 50-60W
same but it doesn’t change with load, whether it’s idle or maxed out, it’s in that watt range
Mine sits at about 50-60W
same but it doesn’t change with load, whether it’s idle or maxed out, it’s in that watt range


I’ve been running it for 2 years.
The swarm support integration is first class, but there is not much to do in the gui, you can add nodes and see basic info about them and thats it basically.
Most of the stuff happens in the compose files where you can define how many copies of a container you run and what nodes you want to restrict them to. etc.
I’m not sure about the moving features tbh. It should move them automatically when a node is down. In my setup I don’t use that at all, all my containers are pinned to specific nodes by feature flags (one node has lots of hdd storage, another has more ram, another has a gpu).
You can see the container logs, but you have to select “swarm” in a dropdown when the container is not on your master node.
And also when deploying a new app you have to select “Compose” and then in a further dropdown “Swarm”.
deleted by creator


I’m running dokploy in swarm mode on 3 nodes.
The only downside is the development of swarm is basically halted and some features are missing (like passing /dev devices to a container, you have to use dirty workarounds) but otherwise it just works.


not yet and it doesn’t look like microslop feels like adding it.
Dirt Rally 2 and AC Evo seem like good alternatives with VR support.


https://www.youtube.com/watch?v=tG2ZMvBT8W4
4:25
(sorry my third party youtube frontend can’t share timestamp links)
tldw:
Also netcup has really good deals during the winter holidays


The problem could be anywhere in between the internet and your server.
Ofc. it could be your routet. But I think the following is more likely:
It might also be your internet service provider that doesn’t allow those ports for inbound connections.
Or you’re behind a CGNAT so your real external ip is different from the one you think it is. (look up online how to test this)


Sounds good.
Hmm next you probably should confirm ports 80 and 443 are actually reachable from the internet.
Use an online port checker like https://canyouseeme.org/
After that you should check your apache config like somebody else already suggested. I haven’t used apache in a while but if I remember correctly:
Ensure it says: Listen 80 NOT: Listen 127.0.0.1:80
(and same with 443)
Also check your VirtualHost — it should look something like:
<VirtualHost *:80>
ServerName yourdomain.com
DocumentRoot /var/www/wordpress
# ... other settings
</VirtualHost>
(and same with 443)


Njalla’s default TTL for DNS records is 3600 seconds (1 hour). If you just created or modified the A record, it can take up to that full hour for the change to propagate across the internet, which would perfectly explain why Certbot is connecting to the right IP but failing to fetch the file (the request might be hitting an old IP or a cached null response).
Before changing any more configurations, you should verify what the rest of the internet is actually seeing for your domain right now.
You can usedig to see exactly what IP your domain is resolving to, and importantly, the remaining TTL on that record.
From your local machine (or any computer), run:
dig yourdomain.com +noall +answer
This will output something like:
yourdomain.com. 3412 IN A 203.0.113.45
The second column (3412) is the remaining TTL in seconds. If that number is counting down from 3600, the record is still propagating. If the IP address shown there doesn’t match your server’s current public IP, the change hasn’t taken effect yet for that DNS server.
To ensure it’s not just your local ISP or router cache serving an old record, query an external public DNS server directly:
dig yourdomain.com @1.1.1.1 +noall +answer
dig yourdomain.com @8.8.8.8 +noall +answer
If these external servers show the correct IP but Certbot still fails, the DNS is fine, and the problem is somewhere in your network routing or web server config. If they show a wrong IP or no record at all, you simply need to wait for the TTL to expire.


There is no “stealing” when we talk about digital goods, as copying files is virtually free of cost (just a littld bit of electricity).
So if the file gets duplicated and you get the copy you stole nothing.


If you are on linux, and want ai assisted stuff like you mentioned there has been this for a while: https://github.com/qwersyk/Newelle
( or the weeb version if you prefer: https://wiki.nyarchlinux.moe/nyarchassistant/ )
and it can use locally run models. But have realistic expectations. If you want it to work well, you need a beefy GPU, a lot of RAM and swap. The “intelligence” is kind of limited if you run low spec models, to the point of it maybe being utterly useless.


I searched around a bit and found https://github.com/dreiekk/calcdav
not sure if it still works, last commit was 3 years ago (on the other hand, there was no AI vibecoding back then, so thats a plus), but it looks like it might do exactly what you’re looking for


uuuuh just bash with some simple bashrc and inputrc settings


Artix is patching many packages anyway, so one more package patched to remove age stuff or add a dummy interface that always returns 18+ won’t be too difficult.


Then you probably meant “former” not “formal”.
“formal” means something like wearing a suit and signing a contract.
https://chrisdown.name/2026/03/24/zswap-vs-zram-when-to-use-what.html