Compare commits

...

6 Commits

View File

@ -90,7 +90,7 @@ in {
from_address: 'peertube@m.lor.sh' from_address: 'peertube@m.lor.sh'
redis: redis:
hostname: '${hostName}' hostname: '127.0.0.1'
object_storage: object_storage:
enabled: true enabled: true
@ -115,9 +115,19 @@ in {
prefix: 'streaming-playlists/' prefix: 'streaming-playlists/'
base_url: 'https://sos-ch-gva-2.exo.io/v-lor-sh' base_url: 'https://sos-ch-gva-2.exo.io/v-lor-sh'
videos: web_videos:
bucket_name: 'v-lor-sh' bucket_name: 'v-lor-sh'
prefix: 'videos/' prefix: 'web-videos/'
base_url: 'https://sos-ch-gva-2.exo.io/v-lor-sh'
user_exports:
bucket_name: 'v-lor-sh'
prefix: 'user-exports/'
base_url: 'https://sos-ch-gva-2.exo.io/v-lor-sh'
original_video_files:
bucket_name: 'v-lor-sh'
prefix: 'original-video-files/'
base_url: 'https://sos-ch-gva-2.exo.io/v-lor-sh' base_url: 'https://sos-ch-gva-2.exo.io/v-lor-sh'
transcoding: transcoding:
@ -134,8 +144,16 @@ in {
transcoding: transcoding:
threads: 4 threads: 4
resolutions: resolutions:
0p: true
144p: true
480p: true 480p: true
1080p: true 1080p: true
video_transcription:
enabled: true
engine: 'whisper-ctranslate2'
model: 'large-v3'
EOF EOF
''; '';
@ -231,6 +249,8 @@ in {
time.timeZone = "UTC"; time.timeZone = "UTC";
systemd.services.nixos-upgrade.path = lib.mkAfter [ pkgs.bash ];
system.autoUpgrade = { system.autoUpgrade = {
enable = true; enable = true;
allowReboot = true; allowReboot = true;