Initial commit

This commit is contained in:
2026-03-02 17:06:32 +00:00
commit 430dd71917
1190 changed files with 622790 additions and 0 deletions

36
Notes/OpenClaw.md Normal file
View File

@@ -0,0 +1,36 @@
---
created: 2026-02-03T16:38:54
category:
- "[[Note]]"
topic:
- "[[AI]]"
- "[[OpenClaw]]"
title: OpenClaw
tags:
- project
---
### Setup
- installed on [[proxmox|proxmox]] vm
- [[ubuntu server|ubuntu server]] install
- ubuntu server (not minimised, that was a PITA to work with)
- ipv4 config
- Subnet: `10.100.0.0/24`
- Address: `10.100.0.2`
- Gateway: `10.100.0.1`
- Name servers: `1.1.1.1`, `8.8.8.8`
- Search domains: leave empty
- proxmox firewall rules
- block all inbound and outbound ip to vm
- ignore most of below, use tailscale, much easier
- make an exception for main pc
- Port Forwarding (DNAT)
- main pc hits port on proxmox host, it then gets transferred to vm
### Notes
- installing ubuntu failed
- update error during installation
- fix: stop it from updating
- no internet access/don't setup ipv4 config