gitextract_ylli3z9s/ ├── HassOsEnableSSH/ │ ├── CHANGELOG.md │ ├── DOCS.md │ ├── Dockerfile │ ├── README.md │ ├── apparmor.txt │ ├── config.json │ ├── icon.xcf │ ├── logo.xcf │ └── run.sh ├── Pi4EnableI2C/ │ ├── CHANGELOG.md │ ├── DOCS.md │ ├── Dockerfile │ ├── README.md │ ├── apparmor.txt │ ├── config.json │ ├── icon.xcf │ ├── logo.xcf │ └── run.sh ├── Pi4EnableSerial/ │ ├── CHANGELOG.md │ ├── DOCS.md │ ├── Dockerfile │ ├── README.md │ ├── apparmor.txt │ ├── config.json │ ├── icon.xcf │ ├── logo.xcf │ └── run.sh ├── README.md ├── Run/ │ ├── CHANGELOG.md │ ├── DOCS.md │ ├── Dockerfile │ ├── README.md │ ├── config.json │ ├── icon.xcf │ ├── logo.xcf │ ├── rootfs/ │ │ └── opt/ │ │ └── logcontent.sh │ ├── run.sh │ └── test.txt └── repository.json