.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…
brew install flyctl && fly launch --from https://github.com/windingwind/zotero-pdf-translate
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/windingwind/zotero-pdf-translate
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/windingwind/zotero-pdf-translate