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
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