mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 04:22:24 -05:00
[feature] list commands for both attachment and emojis (#2121)
* [feature] list commands for both attachment and emojis * use fewer commands, provide `local-only` and `remote-only` as filters * envparsing --------- Co-authored-by: Romain de Laage <romain.delaage@rdelaage.ovh> Co-authored-by: tsmethurst <tobi.smethurst@protonmail.com>
This commit is contained in:
parent
8f38dc2e7f
commit
7b48437f17
7 changed files with 283 additions and 52 deletions
|
|
@ -87,6 +87,7 @@ EXPECT=$(cat << "EOF"
|
|||
"letsencrypt-email-address": "",
|
||||
"letsencrypt-enabled": true,
|
||||
"letsencrypt-port": 80,
|
||||
"local-only": false,
|
||||
"log-client-ip": false,
|
||||
"log-db-queries": true,
|
||||
"log-level": "info",
|
||||
|
|
@ -116,6 +117,7 @@ EXPECT=$(cat << "EOF"
|
|||
"path": "",
|
||||
"port": 6969,
|
||||
"protocol": "http",
|
||||
"remote-only": false,
|
||||
"request-id-header": "X-Trace-Id",
|
||||
"smtp-disclose-recipients": true,
|
||||
"smtp-from": "queen.rip.in.piss@terfisland.org",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue