Add recommendation to use /opt/ for LibreTranslate models.
This commit is contained in:
@@ -47,3 +47,7 @@ MODELS_DIR=../../Volumes/LibreTranslate/models
|
|||||||
## them from backup type locations such as Volumes/LibreTranslate/ and /var/.
|
## them from backup type locations such as Volumes/LibreTranslate/ and /var/.
|
||||||
## Please see the README for the CRON command related to this setting.
|
## Please see the README for the CRON command related to this setting.
|
||||||
# MODELS_DIR=/tmp/LibreTranslate/models
|
# 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
|
||||||
|
Reference in New Issue
Block a user