db1000n icon indicating copy to clipboard operation
db1000n copied to clipboard

Raspberry Pi Images

Open ghost opened this issue 3 years ago • 9 comments

Is anyone working on Raspberry Pi images? Do we need it?

I can work on it! Just not sure that we need it

ghost avatar Mar 13 '22 23:03 ghost

@FPavlovskiy it was implemented already. Please, take a look at https://github.com/Arriven/db1000n/issues/116

iamtodor avatar Mar 14 '22 12:03 iamtodor

@iamtodor I talked about OS image. Use case: someone gets a Raspberry and flash image to the SD card. Then just switch on and it just works? The only thing that is not clear, is what has to be used as an VPN?

ghost avatar Mar 14 '22 17:03 ghost

https://www.vpngate.net/en/ can be used to discover and autoconnect to VPN

ghost avatar Mar 14 '22 17:03 ghost

@FPavlovskiy while the idea is interesting I'm not sure the app is mature enough for this use-case as new versions come out almost every day (sometimes multiple times a day). Your other issue with deb package probably makes more sense at this stage (I'd also add runit and systemd services in that case)

arriven avatar Mar 15 '22 08:03 arriven

@FPavlovskiy I started the app on my Raspberry using ssh and screen, I'm not sure if Raspberry owners would want to reflash their sd cards entirely

Staskkk avatar Mar 26 '22 12:03 Staskkk

It's hard to maintain OS, but it's easy to run it with systemd. Example of service file is here: https://github.com/Arriven/db1000n/blob/main/terraform/hetzner_cloud/user_data.yml#L11-L28

Amet13 avatar Mar 31 '22 19:03 Amet13

Hm, I just use rc.local step to run db1000n in official Raspbian OS. But yes, there is not a lot of sence to maintain specific OS image for that, just use new flashed OS with freshly downloaded release of db1000n .

dannysilence avatar May 02 '22 22:05 dannysilence

Here is a deb package that we tested on raspberrypi and other armv7 based single board computer on Armbian: https://github.com/VolyaTeam/dzida-service. You can use one-line installer script as well:

curl -L "https://raw.githubusercontent.com/VolyaTeam/dzida-service/master/install.sh" | sudo bash -x

But don't trust me, trust the code. Review this install script first.

AdamMickiewich avatar Aug 15 '22 08:08 AdamMickiewich

I think this issue could be closed, @arriven FYI

AdamMickiewich avatar Aug 15 '22 08:08 AdamMickiewich