mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Updated documentation.
This commit is contained in:
parent
54d1013ea9
commit
eb22dc5f01
1 changed files with 5 additions and 3 deletions
|
@ -63,8 +63,7 @@ span i b pre code em strong
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
.Ss Disk Layout
|
.Ss Disk Layout
|
||||||
This section documents version 1 of the disk storage layout. It's still
|
This section documents version 2.7 of the disk storage layout.
|
||||||
subject to change.
|
|
||||||
.Pp
|
.Pp
|
||||||
The base directory contains the following files and folders:
|
The base directory contains the following files and folders:
|
||||||
.Bl -tag -width tenletters
|
.Bl -tag -width tenletters
|
||||||
|
@ -79,6 +78,9 @@ of the hash.
|
||||||
.It Pa archive/
|
.It Pa archive/
|
||||||
If this directory exists, all input and output messages are logged inside it,
|
If this directory exists, all input and output messages are logged inside it,
|
||||||
including HTTP headers. Only useful for debugging. May grow to enormous sizes.
|
including HTTP headers. Only useful for debugging. May grow to enormous sizes.
|
||||||
|
.It Pa error/
|
||||||
|
If this directory exists, HTTP signature check error headers are logged here.
|
||||||
|
Only useful for debugging.
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
Each user directory is a subdirectory of
|
Each user directory is a subdirectory of
|
||||||
|
@ -88,7 +90,7 @@ has the user id as name and contains the following subdirectories and files:
|
||||||
.It Pa user.json
|
.It Pa user.json
|
||||||
User configuration file.
|
User configuration file.
|
||||||
.It Pa key.json
|
.It Pa key.json
|
||||||
SHA-1 secret/public key PEM data.
|
Secret/public key PEM data.
|
||||||
.It Pa followers.idx
|
.It Pa followers.idx
|
||||||
This file contains the list of followers as a list of hashed object identifiers.
|
This file contains the list of followers as a list of hashed object identifiers.
|
||||||
.It Pa followers/
|
.It Pa followers/
|
||||||
|
|
Loading…
Reference in a new issue