playmaker icon indicating copy to clipboard operation
playmaker copied to clipboard

Where should credentials.conf be placed in the docker container?

Open mrplumber opened this issue 7 years ago • 4 comments

Hi, I'm using latest docker image nomore201/playmaker form docker hub. Where should credentials.conf file be placed inside the docker container? I have tried two locations so far:

/opt/playmaker/
/usr/local/lib/python3.6/site-packages/playmaker/

Unfortunately none of these seem to work and Playmaker asks for my google account credentials every time I open https://<playmaker_host>:5000/

mrplumber avatar Feb 12 '18 23:02 mrplumber

The working directory of the container is /data/fdroid, usually you bind mount it to a system directory in the run command:

docker run -d --name playmaker \
    -v /srv/fdroid:/data/fdroid
    [..]
    nomore201/playmaker

NoMore201 avatar Feb 13 '18 08:02 NoMore201

It works! Thanks a lot. One more question though. When I point my F-Droid app to my new repository it complains about it not being signed and throws an error at me "Error getting index file". Is there anything I should do in addition to the instructions you provided with Playmaker?

mrplumber avatar Feb 13 '18 16:02 mrplumber

It works! Thanks a lot. One more question though. When I point my F-Droid app to my new repository it complains about it not being signed and throws an error at me "Error getting index file". Is there anything I should do in addition to the instructions you provided with Playmaker?

I got the same Problem did anybody solve this?

mietzen avatar Oct 06 '18 11:10 mietzen

It works! Thanks a lot. One more question though. When I point my F-Droid app to my new repository it complains about it not being signed and throws an error at me "Error getting index file". Is there anything I should do in addition to the instructions you provided with Playmaker?

I got the same Problem did anybody solve this?

Update FDROID repo, click that on the website end and then it should populate on your phone.

Exist2Resist avatar Jul 18 '19 05:07 Exist2Resist