Add LibreTranslate #5

Merged
me merged 7 commits from dev into main 2025-07-26 12:02:51 -07:00
5 changed files with 161 additions and 0 deletions
Showing only changes of commit 29d1affcd8 - Show all commits

View File

@@ -20,7 +20,7 @@ vi .env
that `prep.sh` is in `root`'s crontab.
```
@reboot $DOCKER_HOME/Config/LibreTranslate/prep.sh
@reboot /opt/Docker/Config/LibreTranslate/prep.sh
```
3. Start the container up as normal.

View File

@@ -40,7 +40,8 @@ MODELS_DIR=../../Volumes/LibreTranslate/models
# MODELS_DIR=
## Storing them in /tmp/ will cause them to get reset after reboots, but hides
## them from backup type locations such as Volumes/LibreTranslate and /var/.
## This will require a CRON entry for prepping the project after a reboot.
## `@reboot $DOCKER_HOME/Config/LibreTranslate/prep.sh`
## them from backup type locations such as Volumes/LibreTranslate/ and /var/.
## This will require a CRON entry for prepping the project dirs after a reboot.
## `@reboot /YOUR_DOCKER_HOME/Config/LibreTranslate/prep.sh`
##
# MODELS_DIR=/tmp/LibreTranslate/models