diff options
| author | Marie <Marie@kaifa.ch> | 2023-12-22 13:10:21 +0100 |
|---|---|---|
| committer | Marie <Marie@kaifa.ch> | 2023-12-22 13:10:21 +0100 |
| commit | e0155cffae64e5a4d57676c802bcf97c509adf34 (patch) | |
| tree | ef7f68a772984d9d04603eb9c0aa2967dd896a3b /.config/example.yml | |
| parent | fix: change way url example gets displayed on page editor (diff) | |
| download | sharkey-e0155cffae64e5a4d57676c802bcf97c509adf34.tar.gz sharkey-e0155cffae64e5a4d57676c802bcf97c509adf34.tar.bz2 sharkey-e0155cffae64e5a4d57676c802bcf97c509adf34.zip | |
add: Custom MOTDs
This works almost exactly like FF's custom MOTDs with the only difference being that they get defined in the config file for performance reasons.
Closes #86
Diffstat (limited to '.config/example.yml')
| -rw-r--r-- | .config/example.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/example.yml b/.config/example.yml index 7cd710f250..219688aa12 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -214,6 +214,8 @@ signToActivityPubGet: true # '127.0.0.1/32' #] +#customMOTD: ['Hello World', 'The sharks rule all', 'Shonks'] + # Upload or download file size limits (bytes) #maxFileSize: 262144000 |