Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-28 | Big refactorHEADmain | Ivan Davydov | |
TL;DR: this commit makes README.md more simple and makes scripts more complex. This commit makes scripts look (and behave) like scripts. That is, they now contain shebangs, `echo` lines to allow user to watch the installation process. The latter is now more configurable: user can customize the directory, where LibreTranslate will be installed, username, which will be used to run LibreTranslate and the domain name configuration is now contained in the .env file, which used for all other settings. | |||
2024-10-16 | Remove running LT in setup.sh | Argos Open Tech | |
I think it makes more sense for the user to run this command directly. I'm going to move it to the README | |||
2023-10-01 | Fix pip install for Hatch | Argos Open Tech | |
LibreTranslate recently switched to the Hatch build system which doesn't seem to support installing in editable mode. I'm removing the -e option from pip install to fix this which isn't necessary unless users want to modify the source after installing. https://github.com/argosopentech/LibreTranslate-init/issues/17 Error before this commit: ERROR: File "setup.py" not found. Directory cannot be installed in editable mode: /home/libretranslate/LibreTranslate (A "pyproject.toml" file was found, but editable mode currently requires a setup.py based build.) | |||
2021-12-19 | Addin --no-cache-dir to pip install | rhclayto | |
2021-07-17 | Use virtualenv | P.J. Finlay | |
2021-07-17 | Improvements | P.J. Finlay | |
2021-07-17 | Improvements | P.J. Finlay | |
2021-07-17 | Launcing LibreTranslate from script | P.J. Finlay | |
2021-07-17 | More improvements | P.J. Finlay | |
2021-07-17 | Improvements | P.J. Finlay | |
2021-07-13 | Nginx and systemd setup | P.J. Finlay | |
2021-07-12 | Install dependencies | P.J. Finlay | |