6 Commits

Author SHA1 Message Date
2f5f306d88 feat: Got the containers running right, finally.
Well, we finally got those containers working like they oughta.

- Wireguard and Nginx are running now, each in their own place, just like we planned.
- Made sure they got their own spots for their files, and they're checkin' on themselves to stay healthy.
- It was a bit of a struggle, but we got it done.
2025-09-04 02:12:10 +02:00
f01c0fa045 feat: Unbatten the hatches for network traffic!
Ahoy! This be a finer design for our fleet of roles. Instead of a central decree, each role now opens its own ports, as a proper captain should.

- The Portainer role now opens port 9000 for its treasure map (web UI).

- The Network role opens the main cannons (ports 80 & 443 for Nginx) and the secret communication channel (port 51820 for Wireguard).

This makes our roles more modular and seaworthy for future voyages. Yarrr!
2025-09-03 20:41:20 +02:00
f3e92c0ce8 fix: Update network role to use podman-compose.j2 template 2025-09-02 21:35:05 +02:00
0cbe5daf54 feat: Clean up Docker references and align with Podman 2025-09-02 20:32:53 +02:00
5b142f5c0b feat: Migrate roles to Podman 2025-09-02 18:34:05 +02:00
11209733bc network 2025-02-11 19:13:46 +01:00