NoMore201 / playmaker

Fdroid repository manager fetching apps from Play Store
285 stars 35 forks source link

Repository Name/URL #14

Closed jcgruenhage closed 6 years ago

jcgruenhage commented 6 years ago

Currently by default there are bad values for this, it would be nice if this was configurable with environment variables.

jcgruenhage commented 6 years ago

Workaround: Configure those values in fdroid/config.py and restart the container afterwards (and initialize it again because of #12).

NoMore201 commented 6 years ago

As for the name, I already made some changes in this commit on the dev branch 6d10b68.

For the URL displayed in the sidebar, the information is gathered from the Window.location object in the javascript code, so it depends on where you are accessing the server. If your are accessing it from inside your machine, you will see something like http://127.0.0.1/fdroid, if you access it from the outside, maybe behind a proxy configured with https and your domain, you will see https://yourdomain/fdroid.

j5k commented 6 years ago

The Port is missing in this URL

NoMore201 commented 6 years ago

Fixed with commit a099cc7