hooram / ownphotos

Self hosted alternative to Google Photos
MIT License
2.77k stars 232 forks source link

Problem getting frontend and backend to run on OMV #150

Open hgpuke opened 3 years ago

hgpuke commented 3 years ago

Hi! I'm a newbie to both open media vault, docker and ownphotos, so please don't bash me :) I just downloaded ownphotos according to the instructions, made the necessary changes to the yml-file and did the docker-compose thing. After it was finished, I tried to access ownphotos via my local IP-adress at port 3000. There was no response. So I looked in Portainer what was going on. Redis and Postgres seem to be running OK, but the ownphotos-frontend and ownphotos-backend both stopped. I tried to restart them, but they stop immediately. In the logfile, there is a single line: standard_init_linux.go:219: exec user process caused: exec format error" for both the -frontend and -backend. Can anyone guide me as to what the problem may be and how to correct it? Thanks!

derneuere commented 3 years ago

Hey, ownphotos is no longer maintained. Here is a fork of ownphotos that is maintained: https://github.com/LibrePhotos/librephotos If you're issue still persists, please open a new issue in the librephotos repository.

hgpuke commented 3 years ago

Hey, ownphotos is no longer maintained. Here is a fork of ownphotos that is maintained: https://github.com/LibrePhotos/librephotos If you're issue still persists, please open a new issue in the librephotos repository.

Thanks a million!