No description
Find a file
Franz Kafka 9092d6ec58 fix(openclaw): remove --network=host, use bridge network
- Drops --network=host from OpenClaw container
- Container now runs on Podman's default bridge network
- Gateway port already mapped via ports config (127.0.0.1:18789:8080)
- Container retains outbound internet access for Discord API, model providers, etc.
- Cannot reach other host services (Forgejo, Vaultwarden, etc.) — principle of least privilege

Note: If OpenClaw needs to reach local services in the future, add explicit
extraOptions like --network=bridge or create a shared Podman network.
2026-03-19 15:09:05 +00:00
.claude fix: simplify CrowdSec module 2026-03-18 13:50:44 +01:00
docs/superpowers docs: add AdGuard Home implementation plan 2026-03-18 19:06:42 +01:00
modules fix(openclaw): remove --network=host, use bridge network 2026-03-19 15:09:05 +00:00
secrets chore(secrets): add AdGuard ClientID secrets 2026-03-18 18:14:48 +00:00
.gitignore Add sops-nix for secrets management 2026-03-17 19:34:10 +01:00
.sops.yaml . 2026-03-17 18:59:15 +00:00
braveapi.py Convert Openclaw to Podman container 2026-03-18 01:35:02 +01:00
CLAUDE.md Add CLAUDE.md for future Claude Code instances 2026-03-18 02:42:21 +01:00
configuration.nix fix(backup): correct backup paths and add missing services 2026-03-19 14:50:24 +00:00
flake.lock chore: update flake.lock 2026-03-18 22:52:33 +00:00
flake.nix Update nixpkgs to unstable for Go 1.25 support 2026-03-17 20:10:18 +01:00
hardware-configuration.nix Initial commit 2026-03-17 18:20:35 +00:00
LICENSE Initial commit 2026-03-17 19:18:13 +01:00