GitDeployHub

windingwind/zotero-pdf-translate

github.com/windingwind/zotero-pdf-translate ↗
Node.js API
3 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • ZOTERO_PLUGIN_ZOTERO_BIN_PATH The path of the Zotero binary file. The path delimiter should be escaped as `\\` for win32. The path is…
  • ZOTERO_PLUGIN_PROFILE_PATH The path of the profile used for development. Start the profile manager by `/path/to/zotero.exe -p` to create a profile for development.…
  • ZOTERO_PLUGIN_DATA_DIR The directory where the database is located. If this field is kept empty, Zotero will start with the default data. @see…
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/windingwind/zotero-pdf-translate
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/windingwind/zotero-pdf-translate
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/windingwind/zotero-pdf-translate
Or deploy to a different host
← Try another repo