S5
S5 copied to clipboard
Decentralized content-addressed storage network
A directory should have a means of storing the previous version on an update to enable a sort of `Windows defrag` so if app devs do not do things properly...
Given directory support is being/has been built, `s5/upload/directory` no longer makes sense for an app. It should be `s5/upload/app`.
A lot of the current metadata formats have some awkward formatting that need to be resolved. This should serve as a tracking issue for them all
Hello @redsolver, I found a bug in the latest versions "0.13.1" - "0.13.3" of "s5-dev/S5". When I open my webapp via "http://bleptij2lj2e7i3g4msarql3at2pkhohrwj4af3e4znyi6zs36gw4poq.localhost:5050/" If you want to retrieve it, you get...
As [workflow run 36](https://github.com/s5-dev/S5/actions/runs/9131031859), trying to build on main right now fails. If you run the install instructions: ``` git clone https://github.com/s5-dev/s5.git cd s5/rust cargo build --release cp target/release/librust.so .....
If you run your own S5 node you'll notice that it is extremely spammy about failed wss connections like so. ``` flutter: [S5] [warn] [S5] WebSocketException: Connection to 'https://s5.vup.dev:0/s5/p2p#' was...
### Issue S5 node uses a full CPU core continuously under no load. ### Config ``` $ cat ./config/config.toml # ! Documentation: https://docs.sfive.net/install/config name = "my-s5-node" [keypair] seed = ""********""...
Hello, I encountered an issue when trying to authenticate using the admin API key. The application throws an Uncaught FormatException with the message "SyntaxError: Unexpected token 'U', "Unauthorized" is not...
update docker compose file