├── .env ├── LICENSE ├── README.md ├── get-cert.sh ├── libretranslate.service ├── nginx ├── run.sh ├── setup.sh └── update.sh /.env: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argosopentech/LibreTranslate-init/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argosopentech/LibreTranslate-init/HEAD/README.md -------------------------------------------------------------------------------- /get-cert.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argosopentech/LibreTranslate-init/HEAD/get-cert.sh -------------------------------------------------------------------------------- /libretranslate.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argosopentech/LibreTranslate-init/HEAD/libretranslate.service -------------------------------------------------------------------------------- /nginx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argosopentech/LibreTranslate-init/HEAD/nginx -------------------------------------------------------------------------------- /run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argosopentech/LibreTranslate-init/HEAD/run.sh -------------------------------------------------------------------------------- /setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argosopentech/LibreTranslate-init/HEAD/setup.sh -------------------------------------------------------------------------------- /update.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/argosopentech/LibreTranslate-init/HEAD/update.sh --------------------------------------------------------------------------------