1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/peertube_ynh.git synced 2024-09-03 19:56:29 +02:00

Add /storage/bin dir in peertube config

This commit is contained in:
Lab 8916100448256 2021-12-23 00:56:06 +01:00
parent c288ec16aa
commit 69a4883448

View file

@ -83,6 +83,7 @@ client:
# From the project root directory # From the project root directory
storage: storage:
tmp: '__DATADIR__/tmp/' # Use to download data (imports etc), store uploaded files before processing... tmp: '__DATADIR__/tmp/' # Use to download data (imports etc), store uploaded files before processing...
bin: '__DATADIR__/bin/'
avatars: '__DATADIR__/avatars/' avatars: '__DATADIR__/avatars/'
videos: '__DATADIR__/videos/' videos: '__DATADIR__/videos/'
streaming_playlists: '__DATADIR__/streaming-playlists/' streaming_playlists: '__DATADIR__/streaming-playlists/'