Dustin Stiles d6cf91916f
fix(internal/peer): read admins file correctly
Previously, the 'keyRaw' slice was being allocated with a length of 0.
However, the 'Read()' function will only read up to the slice's length.
Together, this means that we always read 0 bytes from the admins file.
Now, we can use the 'io.ReadAll()' function to read all of the admins
file before parsing.
2025-03-24 12:41:56 -04:00
2025-03-23 20:18:41 -04:00
2025-03-09 12:33:27 -04:00
2025-03-07 21:05:37 -05:00
2025-03-09 10:06:41 -04:00

dsfx

Distributed Secure File Exchange

DSFX is a next generation file exchange that that liberates users from big tech.

Documentation

Start

# Run a server
go run koti.casa/numenor-labs/dsfx/cmd/dsfx@latest
# serving: dsfx://0.0.0.0:8000#<ed25519_public_key>

# Get the client
go run koti.casa/numenor-labs/dsfx/cmd/dsfxctl@latest test dsfx://0.0.0.0:8000#<ed25519_public_key>
Description
No description provided
Readme 272 KiB
Languages
Go 100%