Wow turns out there’s a docker image for satdress already that appears to be working! https://hub.docker.com/r/jaonoctus/satdress

So that should just ā€œplug inā€ to the Raspibolt stack: https://raspibolt.org/

With this adaptation to funnel traffic from your home server out to a VPS for privacy: https://github.com/TrezorHannes/vps-lnbits-wg

I already had most of this set up so I should be able to get to a working state pretty quickly!!

Reply to this note

Please Login to reply.

Discussion

CMIIW. I have checked this docker hub and it seems that he uses satdress standard. You can check its docker file here

https://hub.docker.com/layers/jaonoctus/satdress/latest/images/sha256-0302f2f3bee55f6c3a5f85b5a68c3058d9cb0ee026051c362fc6469eca257757?context=explore

In this experiment i'm using https://github.com/believethehype/satdress Fork of Original Satdress by #[6]

Ah crap you’re right. Maybe this is why I need to learn how to build my own docker images…

Yes, sometimes published docker image doesn't have suit our case so we need to build our docker image šŸ˜…

Hi #[6], i've seen you raise issue in https://github.com/believethehype/satdress/issues/3

I think the problem is you need to use 'go install' command instead of 'go get' in the latest golang. You can probably check the difference using 'go help get'