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-12-22 | Merge pull request #28 from lotigara/patch-1 | Argos Open Tech | |
Add environment file | |||
2024-12-22 | Merge pull request #27 from lotigara/main | Argos Open Tech | |
Switch to certbot from APT instead of snap | |||
2024-12-18 | Add environment file | Ivan Davydov | |
2024-12-18 | Switch to certbot from APT | Ivan Davydov | |
2024-10-27 | Update README.md | P.J. Finlay | |
2024-10-16 | Update README.md | Argos Open Tech | |
2024-10-16 | Update README.md | Argos Open Tech | |
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 | |||
2024-10-15 | Update README.md | Argos Open Tech | |
2024-10-15 | Update nginx | Argos Open Tech | |
2024-06-08 | Update README.md | P.J. Finlay | |
2024-06-08 | Update README.md | P.J. Finlay | |
2023-11-04 | Update README.md | Argos Open Tech | |
2023-11-04 | Doc configuration | Argos Open Tech | |
2023-10-31 | Update README.md | Argos Open Tech | |
2023-10-31 | Update README.md | Argos Open Tech | |
2023-10-04 | Create update.sh | Argos Open Tech | |
Add script to update LibreTranslate code and models https://github.com/argosopentech/LibreTranslate-init/issues/13 | |||
2023-10-01 | Update README.md | Argos Open Tech | |
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.) | |||
2023-08-04 | Improve doc | Argos Open Tech | |
2022-10-09 | Update README.md | Argos Open Tech | |
2022-09-02 | Update README.md | Argos Open Tech | |
2022-06-20 | Remove doc | P.J. Finlay | |
2022-05-12 | Update README.md | P.J. Finlay | |
2022-05-07 | Remove swap space | P.J. Finlay | |
2022-04-30 | restart the process if it crash | Dingedi | |
2022-04-30 | Reorder example | P.J. Finlay | |
2022-04-30 | Comment out swap space by default | P.J. Finlay | |
2021-12-19 | Addin --no-cache-dir to pip install | rhclayto | |
2021-07-31 | Fixed video audio | Argos Open Tech | |
2021-07-17 | Update README.md | Argos Open Tech | |
2021-07-17 | Use virtualenv | P.J. Finlay | |
2021-07-17 | Bug fix | P.J. Finlay | |
2021-07-17 | Removed libretranslate password | P.J. Finlay | |
2021-07-17 | Bug fix | P.J. Finlay | |
2021-07-17 | Docs | P.J. Finlay | |
2021-07-17 | Added certbot | P.J. Finlay | |
2021-07-17 | Made username libretranslate | 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 | Formatting | 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 | |
2021-07-12 | Initial commit | Argos Open Tech | |