No description
  • Dockerfile 52.5%
  • Shell 47.5%
Find a file
2026-03-05 16:30:43 -07:00
s6/hblink refactor directory structure 2026-03-05 16:30:43 -07:00
.gitmodules add yggdrasil containers submodule 2026-02-06 11:35:56 -07:00
build.sh refactor directory structure 2026-03-05 16:30:43 -07:00
compose.yaml refactor directory structure 2026-03-05 16:30:43 -07:00
Containerfile refactor directory structure 2026-03-05 16:30:43 -07:00
entrypoint refactor directory structure 2026-03-05 16:30:43 -07:00
hblink.cfg refactor directory structure 2026-03-05 16:30:43 -07:00
install.sh refactor directory structure 2026-03-05 16:30:43 -07:00
launch-container.sh refactor directory structure 2026-03-05 16:30:43 -07:00
README.md refactor directory structure 2026-03-05 16:30:43 -07:00
run refactor directory structure 2026-03-05 16:30:43 -07:00

Random notes on running the DMR Master

Install podman: $ apt install podman podman-compose fuse-overlayfs

Create ~pi-star/.config/containers/storage.conf [storage] driver = "overlay"

Delete any existing libpod database, without this it might get stuck with the VFS storage driver which uses much more disk space. $ sudo rm -rf ~pi-star/.local/share/containers/

wpsd has a firewall, i'm not sure how it's configured $ sudo iptables -I INPUT 39 -p udp --dport 62030 -j ACCEPT (the '39' is to put it before the INPUT LOGNDROP rule)