a failed attempt
Find a file
2023-08-20 12:32:06 -07:00
cli more auth stuff, import old events on initial view 2023-08-20 12:32:06 -07:00
docs more auth stuff, import old events on initial view 2023-08-20 12:32:06 -07:00
lib more auth stuff, import old events on initial view 2023-08-20 12:32:06 -07:00
server more auth stuff, import old events on initial view 2023-08-20 12:32:06 -07:00
store-fs more auth stuff, import old events on initial view 2023-08-20 12:32:06 -07:00
web users can let servers fetch events from each other 2023-08-17 18:56:22 -07:00
.gitignore more auth stuff, import old events on initial view 2023-08-20 12:32:06 -07:00
Cargo.lock more auth stuff, import old events on initial view 2023-08-20 12:32:06 -07:00
Cargo.toml more auth stuff, import old events on initial view 2023-08-20 12:32:06 -07:00
readme.md maintenence, refactor docs, use real issue tracker 2023-08-17 23:32:07 -07:00
sweep.timestamp experimental access control 2023-07-28 22:50:04 -07:00

ufh

a global graph database with access control

how to run

  1. cargo run --bin store-fs
  2. cargo run --bin server
  3. (cd web && pnpm i && pnpm dev)