mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 15:21:24 +01:00
make a media section in the config file
This commit is contained in:
parent
f6b0a10e6e
commit
0a6d2b2731
4 changed files with 15 additions and 7 deletions
|
|
@ -138,9 +138,10 @@ This will be the first release of Grapevine since it was forked from Conduit
|
|||
10. Try to generate thumbnails for remote media ourselves if the federation
|
||||
thumbnail request fails.
|
||||
([!58](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/58))
|
||||
11. **BREAKING:** Disable unauthenticated access to media by default, set the
|
||||
`serve_media_unauthenticated` config option to `true` to enable it.
|
||||
([!103](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/103))
|
||||
11. **BREAKING:** Disable unauthenticated access to media by default. Use
|
||||
`media.serve_media_unauthenticated` to configure this behavior.
|
||||
([!103](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/103),
|
||||
[!140](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/140))
|
||||
12. **BREAKING:** Split CLI into multiple subcommands. The CLI invocation to run
|
||||
the server is now behind the `serve` command, so `grapevine --config ...`
|
||||
becomes `grapevine serve --config ...`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue