LibrePhotos / librephotos

A self-hosted open source photo management service. This is the repository of the backend.
MIT License
7.01k stars 309 forks source link

Compile backend with Nuitka #573

Open derneuere opened 2 years ago

derneuere commented 2 years ago

Describe the enhancement you'd like As a developer for new deployments, I want an easy package, I can just use. Nuitka compiles the python backend to c and builds an executable. This will make more kinds of deployments possible.

Describe why this will benefit the LibrePhotos Easier deployment, first step to an executable you can just run instead of docker or docker-compose.

Additional context Right now, it only compiles with the release candidate: https://nuitka.net/doc/factory.html I will add the current compile command and the error where I am stuck to this issue

derneuere commented 2 years ago

Part of #57

derneuere commented 1 year ago

This comment here should be useful for implementing it: https://github.com/Nuitka/Nuitka/issues/1058#issuecomment-1367139347