Coder Social home page Coder Social logo

vaginessa / playstore2fdroid Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ftalbrecht/playstore2fdroid

0.0 2.0 0.0 3.26 MB

Dockercontainer wich imports apks from the plastore and generates an fdroid-repo

License: GNU General Public License v3.0

Shell 100.00%

playstore2fdroid's Introduction

playstore2fdroid

Dockercontainer wich imports apks from the playstore and generates an fdroid-repo

How to use this container

  1. create an raccon repository like written on raccoon website

  2. Strat the docker container and mount the volumes

docker run --name p2f \
 -v <path-to-raccoon-archive>:/raccoon \
 -v <path-to-fdroid-repo>:/fdroid \
 -v <path-to-import.txt>:/import.txt headbanger84/playstore2fdroid
  1. Adding new Apps is done via the import.txt add the market-link for the app you want to add to the repository.
market://details?id=org.videolan.vlc

The content of the file is deleted after importing the apps.

how to publish fdroid repository

use an nginx container to publish your repository

docker run --name some-nginx -p 80:80 \
 -v <path-to-fdroid-repo>/repo:/usr/share/nginx/html/repo:ro \
 -v <path-to some-index.html>:/usr/share/nginx/html/index.html:ro \
 -d nginx

Volumes

/import.txt

Allows to add new apps to your

/raccoon

Path for the raccon Archive

/fdroid

Path to your fdroid repository

Thx

Special Thanks to:

playstore2fdroid's People

Contributors

hbongen avatar headbanger84 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.