diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/snac.1 | 15 | ||||
| -rw-r--r-- | doc/snac.8 | 10 |
2 files changed, 25 insertions, 0 deletions
| @@ -163,6 +163,9 @@ lists of accounts are never published). | |||
| 163 | .It Web interface language | 163 | .It Web interface language |
| 164 | If the administrator has installed any language file, it | 164 | If the administrator has installed any language file, it |
| 165 | can be selected here. | 165 | can be selected here. |
| 166 | .It Time zone | ||
| 167 | The time zone the user is on (default: UTC). Only | ||
| 168 | used for scheduled posts. | ||
| 166 | .It Password | 169 | .It Password |
| 167 | Write the same string in these two fields to change your | 170 | Write the same string in these two fields to change your |
| 168 | password. Don't write anything if you don't want to do this. | 171 | password. Don't write anything if you don't want to do this. |
| @@ -347,6 +350,18 @@ Imports a Mastodon list of accounts to be blocked in CSV format. The | |||
| 347 | file must be stored inside the | 350 | file must be stored inside the |
| 348 | .Pa import/ | 351 | .Pa import/ |
| 349 | subdirectory of a user's directory inside the server base directory. | 352 | subdirectory of a user's directory inside the server base directory. |
| 353 | .It Cm lists Ar basedir Ar uid | ||
| 354 | Prints the name of the user created lists. | ||
| 355 | .It Cm list_members Ar basedir Ar uid Ar name | ||
| 356 | Prints the list of actors in the named list. | ||
| 357 | .It Cm create_list Ar basedir Ar uid Ar name | ||
| 358 | Creates a new list. | ||
| 359 | .It Cm delete_list Ar basedir Ar uid Ar name | ||
| 360 | Deletes an existing list. | ||
| 361 | .It Cm list_add Ar basedir Ar uid Ar name Ar account | ||
| 362 | Adds an account (by its @name@host handle or actor URL) to a list. | ||
| 363 | .It Cm list_del Ar basedir Ar uid Ar name Ar actor_url | ||
| 364 | Deletes an actor (by its actor URL) from a list. | ||
| 350 | .El | 365 | .El |
| 351 | .Ss Migrating an account to/from Mastodon | 366 | .Ss Migrating an account to/from Mastodon |
| 352 | See | 367 | See |
| @@ -267,6 +267,16 @@ The maximum number of attachments per post (default: 4). | |||
| 267 | .It Ic enable_svg | 267 | .It Ic enable_svg |
| 268 | Since version 2.73, SVG image attachments are hidden by default; you can enable | 268 | Since version 2.73, SVG image attachments are hidden by default; you can enable |
| 269 | them by setting this value to true. | 269 | them by setting this value to true. |
| 270 | .It Ic smtp_url | ||
| 271 | Since version 2.76, email notifications can be sent via direct connection to an | ||
| 272 | SMTP server instead of the traditional behaviour of piping the message to | ||
| 273 | .Pa /usr/sbin/sendmail . | ||
| 274 | Set this value to the SMTP url to be used for sending email notifications | ||
| 275 | (for example, smtp://localhost). It may include a port number if it's not running on | ||
| 276 | the usual one, like in smtp://mail.example.com:587. | ||
| 277 | .It Ic smtp_user | ||
| 278 | .It Ic smtp_password | ||
| 279 | To be filled if the SMTP server defined by the previous directive needs credentials. | ||
| 270 | .El | 280 | .El |
| 271 | .Pp | 281 | .Pp |
| 272 | You must restart the server to make effective these changes. | 282 | You must restart the server to make effective these changes. |