Skip to content
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

Fdroid #11

Closed
dextouu opened this issue Jan 25, 2016 · 11 comments
Closed

Fdroid #11

dextouu opened this issue Jan 25, 2016 · 11 comments

Comments

@dextouu
Copy link

dextouu commented Jan 25, 2016

et comment tu le vérifie?

Je vois le même dossier que sur ton repo mais quand je le rajoute a l'application, elle me dis erreur: impossible de récupérer l'index.

2016-01-25_18-27-42

@matlink
Copy link
Owner

matlink commented Jan 25, 2016

Peux tu me filer le lien de ton repo ?

@dextouu
Copy link
Author

dextouu commented Jan 25, 2016

oui bien sur !!
https://gpw.franky-stream.ovh/gplayweb/repo

@matlink
Copy link
Owner

matlink commented Jan 25, 2016

Fonctionne chez moi en ajoutant https://gpw.franky-stream.ovh/gplayweb/repo à FDroid.

@dextouu
Copy link
Author

dextouu commented Jan 25, 2016

Merde erreur de ma part, je viens de m'en apercevoir, j'avais verrouillé l’accès , j'avais complètement zappé qu' il bloquerais fdroid.

@dextouu
Copy link
Author

dextouu commented Jan 25, 2016

il me reste une chose avant de fermer l'issue, c'est url writing qui fonctionne pas, ou j'y comprend rien !!

@dextouu
Copy link
Author

dextouu commented Jan 25, 2016

J'ai marqué ça !!!

location /gplayweb {
proxy_pass http://127.0.0.1:8888;
}

location /gplayweb/repo {
alias /var/www/gplayweb/repo;
autoindex on;
}

location /gplayweb/ {
rewrite ^/gplayweb/(.*)$ http://gpw.franky-stream.ovh/$1 redirect;

}

@matlink
Copy link
Owner

matlink commented Jan 25, 2016

retire le dernier location pour voir

@dextouu
Copy link
Author

dextouu commented Jan 25, 2016

J'ai mis ca mais pareil !!!

location /gplayweb/static {
alias /usr/share/gplayweb/static;
}

location /gplayweb {
proxy_pass http://127.0.0.1:8888;
}

location /gplayweb/repo {
alias /var/www/gplayweb/repo;
autoindex on;
}

    rewrite ^/gplayweb/(.*)$ http://gpw.franky-stream.ovh/$1 redirect;

}

@matlink
Copy link
Owner

matlink commented Jan 25, 2016

non mais en retirant le bloc complet, càd avec rewrite ^/gplayweb/(.*)$ http://gpw.franky-stream.ovh/$1 redirect; aussi en moins. N'oublie pas le nginx -s reload.

@dextouu
Copy link
Author

dextouu commented Jan 25, 2016

J'ai retiré le block rewrite et le dernier location.
si il y a plus de règle, comment il raccourci en gpw.franky-stream.ovh au lieu de gpw.franky-stream.ovh/gplayweb ?

@matlink
Copy link
Owner

matlink commented Jan 25, 2016

pourquoi tu voudrais qu'il raccourcisse ? c'est soit tu utilises un sous-domaine (gpw.) soit un sous-dossier (/gplayweb/repo) mais combiner les deux n'a pas trop de sens.

@dextouu dextouu closed this as completed Jan 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants