-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker install not accessible from f-droid client. #37
Comments
I got the same Issue running the container on a Synology NAS |
Hi, |
Yes. I had already tested that. If I put a trailing / in the Playmaker config it did not change the URL displayed on the Playmaker page. If I add the / to the URL in F-Droid it drops it. |
Maybe your certificate is not trusted. You will always get that error unless your Android system trusts Playmaker's certificate.
|
Thanks @slim8shady9 I'll try it tomorrow 👍 |
My certs are fine and trusted. |
For testing purposes I switched to http and it works 👍 |
I've just tested http and that worked. I've just run some tests and can resolve this issue by using the Letsencrypt fullchain.pem instead of cert.pem so for the above example config the change is:
to
|
I've installed the docker image and am running the following config:
I can access https://playmaker.example.com:5000/#!/ and have downloaded a dozen apps from the play store.
Updating the fdroid repo looks to be working OK in that I can see the apps and index files being updated.
The issue I'm seeing is that when I add the repo (URL https://playmaker.example.com:5000/fdroid) to an f-droid client it is being reported as unsigned (I thought unsigned repo's are no longer supported). And when doing a repo update the client reports error getting index file for the repo.
Does someone know what needs to be done to resolve these issues?
Thanks
L
The text was updated successfully, but these errors were encountered: