mirror of
https://git.numenor-labs.us/dsfx.git
synced 2025-04-29 16:20:34 +00:00
14 lines
690 B
Markdown
14 lines
690 B
Markdown
# DSFX
|
|
|
|
This is the documentation for DSFX, the next generation decentralized file exchange.
|
|
|
|
## Overview
|
|
|
|
- [TigerStyle](./tigerstyle.md) is our Go style guide, which outlines our design philosophy and coding standards.
|
|
- [Hosting](./hosting.md) gets you started with your own DSFX server.
|
|
- [Administration](./administration/) shows you how to manage your DSFX server and its users.
|
|
- [Operating](./operating/) covers the usage of the dsfx client to securely upload and download files.
|
|
|
|
These docs are targeted at the users of DSFX. If you want to understand how it
|
|
works under the hood, check out the [internals docs](https://koti.casa/numenor-labs/dsfx/src/branch/main/docs/internals).
|