←back to thread

578 points smusamashah | 6 comments | | HN request time: 0s | source | bottom
1. apankrat ◴[] No.42463594[source]
This is mine.

FWIW here's a Show HN from 2019 - https://news.ycombinator.com/item?id=20077177

replies(3): >>42464106 #>>42467119 #>>42469158 #
2. asdev ◴[] No.42464106[source]
did you market it at all? or people just found it organically
replies(1): >>42464531 #
3. apankrat ◴[] No.42464531[source]
I showed it around to people that would listen, but otherwise, no, I didn't market it per se.
4. s2l ◴[] No.42467119[source]
Do you know if a remote backup service was written? I am going through SimpleBackup code, (and if not exists) I would like to contribute remote agent for backup. Any pointers for that implementation would be appreciated.
replies(1): >>42471869 #
5. okwhateverdude ◴[] No.42469158[source]
Thanks for writing this. I found it useful and trivial to setup.
6. apankrat ◴[] No.42471869[source]
Yes, I wrote one [1] and others did too, e.g. [2] and [3].

The gist of it, as mentioned in [4], is that you need to have a web server that implements checkStatus and saveConfig PUTs, and PUT and DELETE for saveBoard.

[1] https://github.com/apankrat/nullboard-agent

[2] https://github.com/luismedel/nbagent

[3] https://github.com/OfryL/nullboard-nodejs-agent

[4] https://nullboard.io/backups