From d9f8318e66522c169778a400b44d221baffa9dcc Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 14 Oct 2025 07:12:59 -0700 Subject: [PATCH] Add recommendation to use /opt/ for LibreTranslate models. --- Config/LibreTranslate/env.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Config/LibreTranslate/env.example b/Config/LibreTranslate/env.example index 6c1792c..309f2f7 100644 --- a/Config/LibreTranslate/env.example +++ b/Config/LibreTranslate/env.example @@ -47,3 +47,7 @@ MODELS_DIR=../../Volumes/LibreTranslate/models ## them from backup type locations such as Volumes/LibreTranslate/ and /var/. ## Please see the README for the CRON command related to this setting. # MODELS_DIR=/tmp/LibreTranslate/models + +## Can also place them under /opt/ which may be recommended by FHS standards. +## This keeps them from taking up precious RAM / swap if using tmpfs or similar. +# MODELS_DIR=/opt/LibreTranslate/models