issues
search
jsdelivr
/
globalping-probe
The globalping probe code that runs on your hardware and connects to the global community network of probes
https://globalping.io
87
stars
21
forks
source link
feat: make the UUID persistent
#260
Closed
MartinKolarik
closed
1 week ago
MartinKolarik
commented
1 week ago
when
probe.ts
is ran directly (dev setup), UUID is different on each run like before
when
index.ts
is ran (docker setup), we read
GP_PROBE_UUID
first (may be set on HW probes), then read/write a file in the container
probe.ts
is ran directly (dev setup), UUID is different on each run like beforeindex.ts
is ran (docker setup), we readGP_PROBE_UUID
first (may be set on HW probes), then read/write a file in the container