diff options
author | default <nobody@localhost> | 2023-06-26 09:55:45 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-06-26 09:55:45 +0200 |
commit | 7a8cc806a06826243aff775414018231837bda35 (patch) | |
tree | d9ad14d25b990dd30bf75b968e8b49378eb4da3d /doc | |
parent | e8be6167938d48a76901507a736dbdafb23afbc8 (diff) |
Updated documentation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/snac.1 | 7 | ||||
-rw-r--r-- | doc/snac.5 | 4 | ||||
-rw-r--r-- | doc/snac.8 | 7 |
3 files changed, 5 insertions, 13 deletions
@@ -186,12 +186,7 @@ Starts the daemon. Purges old data from the timeline of all users. .It Cm adduser Ar basedir Op uid Adds a new user to the server. This is an interactive command; -necessary information will be prompted for. Also, a copy of -the server -.Pa style.css -is installed in the user's -.Pa static/ -directory. +necessary information will be prompted for. .It Cm resetpwd Ar basedir Ar uid Resets a user's password to a new, random one. .It Cm queue Ar basedir Ar uid @@ -96,8 +96,8 @@ This directory stores Mastodon API apps. .It Pa token/ This directory stores Mastodon API tokens. .It Pa style.css -The server-wide CSS. Not used directly; everytime a new user is created, this -file is copied to the user +The server-wide CSS. The content of this file is inserted into the HTML output +unless a user-specific one exist in the user's .Pa static/ folder. .It Pa greeting.html @@ -200,12 +200,9 @@ the list of users in this instance to be inserted. Users can change a bit of information about themselves from the web interface. See .Xr snac 1 -for details. Further, every user has a private CSS file in their +for details. Further, every user can have a private CSS file in their .Pa static/style.css -that can be modified to suit their needs. This file contains -a copy of the -.Pa style.css -file in the server root and it's inserted into the HTML output. +that will be served instead of the server-wide one. It's not modifiable from the web interface to avoid users shooting themselves in the foot by destroying everything. .Ss Old Data Purging |