diff options
| author | Ruby Iris Juric <ruby@srxl.me> | 2025-05-25 23:27:23 +1000 |
|---|---|---|
| committer | Ruby Iris Juric <ruby@srxl.me> | 2025-05-26 22:52:00 +1000 |
| commit | 4291a3d6483808c14d76821859e023708ce775ef (patch) | |
| tree | 5a9ea83fdeb099427fea4814f348f046dbca782b /.devcontainer | |
| parent | merge: Enforce HTTPS for all federation (!1042) (diff) | |
| download | sharkey-4291a3d6483808c14d76821859e023708ce775ef.tar.gz sharkey-4291a3d6483808c14d76821859e023708ce775ef.tar.bz2 sharkey-4291a3d6483808c14d76821859e023708ce775ef.zip | |
add mediaDirectory config option to configure location of uploaded media
Diffstat (limited to '.devcontainer')
| -rw-r--r-- | .devcontainer/devcontainer.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.devcontainer/devcontainer.yml b/.devcontainer/devcontainer.yml index 6d904e87b9..1f8192101b 100644 --- a/.devcontainer/devcontainer.yml +++ b/.devcontainer/devcontainer.yml @@ -199,6 +199,10 @@ proxyBypassHosts: #proxySmtp: socks4://127.0.0.1:1080 # use SOCKS4 #proxySmtp: socks5://127.0.0.1:1080 # use SOCKS5 +# Path to the directory that uploaded media will be saved to +# Defaults to a folder called "files" in the Sharkey directory +#mediaDirectory: /var/lib/sharkey + # Media Proxy #mediaProxy: https://example.com/proxy |