mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-25 22:45:05 +00:00
Updated documentation.
This commit is contained in:
parent
cacfcbdd24
commit
2253af7c42
1 changed files with 2 additions and 14 deletions
16
doc/snac.8
16
doc/snac.8
|
@ -151,20 +151,8 @@ file in the server root and it's inserted into the HTML output.
|
||||||
It's not easily accesible from the web interface to avoid users
|
It's not easily accesible from the web interface to avoid users
|
||||||
shooting themselves in the foot by destroying everything.
|
shooting themselves in the foot by destroying everything.
|
||||||
.Ss Old Data Purging
|
.Ss Old Data Purging
|
||||||
The Fediverse generates big loads of data that get old and
|
From version 2.06, there is no longer a need to add a special
|
||||||
stale very quickly. By default,
|
cron job for purging old data, as this is managed internally.
|
||||||
.Nm
|
|
||||||
does not delete anything; you must do it explicitly by issuing a
|
|
||||||
.Ar purge
|
|
||||||
command periodically. A cron entry will suffice. You can add the
|
|
||||||
following to the
|
|
||||||
.Nm
|
|
||||||
user's crontab:
|
|
||||||
.Bd -literal -offset indent
|
|
||||||
# execute a data purge on Sundays at 4 am
|
|
||||||
0 4 * * 0 /usr/local/bin/snac purge /path/to/snac-data
|
|
||||||
.Ed
|
|
||||||
.Pp
|
|
||||||
The user-generated data (the local timeline) is never deleted.
|
The user-generated data (the local timeline) is never deleted.
|
||||||
.Ss ActivityPub Support
|
.Ss ActivityPub Support
|
||||||
These are the following activities and objects that
|
These are the following activities and objects that
|
||||||
|
|
Loading…
Reference in a new issue