Guy Sheffer

Results 785 comments of Guy Sheffer

I have rsync that syncs all my phones's sd cards. so its also a backup solution :) http://android.kowalczuk.eu/rsync4android/

Er, any example image? Never saw this format and it seems its not well supported (yet). Sources: https://stackoverflow.com/questions/45460611/convert-heif-heic-to-jpeg-on-a-server There seem to be linux libs, but I can't see a decent...

I can see upvotes so it seems like its something that would make sense to add in the future. If anyone can point me to example files, directions how to...

At the moment you can see it in the logs. so: ``` sudo docker logs ownphotos-backend --tail 50 --follow ``` There is also a log file inside the backend container...

I never really did that. Would be happy to help you figure out what needs to set up.

Try logging out and logging in again, its a bug. We should bring up a huge "please log in" message in the frontend. And also add a "remember me" button....

@hooram It happens to me when I 1. login 2. stop the container 3. start the container. Regardless, for what ever reason, if you get "Unauthorized" in the API it...

@gregbert42 Might be related to: https://github.com/hooram/ownphotos/issues/48 You can follow instruction to use adminer and look at your db directly.

a workaround would be to delete that row. I think a simple sql on ststup should fix it, I am just more of a sqlalchamy/flask person and not sure how...

Output of the log files in ``/code/logs`` in the ownphotos-backend container, use the latest image because I added something that makes it output more info.