{"id":18511692,"url":"https://github.com/f-droid/repomaker","last_synced_at":"2025-04-09T04:34:01.269Z","repository":{"id":43440866,"uuid":"205030223","full_name":"f-droid/repomaker","owner":"f-droid","description":"mirror of https://gitlab.com/fdroid/repomaker","archived":false,"fork":false,"pushed_at":"2023-03-16T11:58:39.000Z","size":1397,"stargazers_count":39,"open_issues_count":0,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-23T23:43:01.268Z","etag":null,"topics":["django","fdroid"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/f-droid.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"liberapay":"F-Droid-Data","open_collective":"F-Droid","github":["f-droid"],"custom":["https://f-droid.org/donate/","https://www.hellotux.com/f-droid"]}},"created_at":"2019-08-28T21:55:39.000Z","updated_at":"2025-03-01T05:03:14.000Z","dependencies_parsed_at":"2022-09-08T07:51:16.688Z","dependency_job_id":"5c97226b-4e64-4ff9-9664-6bbf2538ff1a","html_url":"https://github.com/f-droid/repomaker","commit_stats":{"total_commits":401,"total_committers":18,"mean_commits":22.27777777777778,"dds":"0.38154613466334164","last_synced_commit":"2d9e6a17eb7cca6fe3f7405a98109be5320f7f00"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-droid%2Frepomaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-droid%2Frepomaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-droid%2Frepomaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-droid%2Frepomaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/f-droid","download_url":"https://codeload.github.com/f-droid/repomaker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247980830,"owners_count":21027803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","fdroid"],"created_at":"2024-11-06T15:29:25.908Z","updated_at":"2025-04-09T04:34:00.737Z","avatar_url":"https://github.com/f-droid.png","language":"Python","funding_links":["https://liberapay.com/F-Droid-Data","https://opencollective.com/F-Droid","https://github.com/sponsors/f-droid","https://f-droid.org/donate/","https://www.hellotux.com/f-droid"],"categories":[],"sub_categories":[],"readme":"[![build status](https://gitlab.com/fdroid/repomaker/badges/master/build.svg)](https://gitlab.com/fdroid/repomaker/commits/master)\n[![coverage report](https://gitlab.com/fdroid/repomaker/badges/master/coverage.svg)](https://gitlab.com/fdroid/repomaker/-/jobs)\n[![translation status](https://hosted.weblate.org/widgets/f-droid/-/repomaker/svg-badge.svg)](https://hosted.weblate.org/projects/f-droid/repomaker/)\n\nRepomaker needs a maintainer, please adopt me!  Repomaker currently runs on Django 1.11, which went out of security support in July 2020. Please see [#234](https://gitlab.com/fdroid/repomaker/-/issues/233) for more information.\n\n# Installation\n\nThere are several different ways to install Repomaker.\n\n## Flatpak\n\nRepomaker is available as Flatpak and\n[distributed on Flathub](https://flathub.org/apps/details/org.fdroid.Repomaker).\nOnce you got [Flatpak installed on your system](https://flatpak.org/setup/),\neither go to your system's app store or execute the following commands (without `sudo`!):\n\n```console\n$ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo\n$ flatpak install flathub org.fdroid.Repomaker\n$ flatpak run --runtime=org.gnome.Sdk org.fdroid.Repomaker\n```\n\n## On a server / Docker\n\nThere is a test image available in Docker for quickly trying out\nRepomaker.  Note that you can run Repomaker on a server and make use\nof its multi user functionality.  See [Docker\ndocs](https://gitlab.com/fdroid/repomaker/tree/master/docker) and the\n[general docs](https://gitlab.com/fdroid/repomaker/tree/master/doc)\nfor more information on that topic.\n\n\n## PyPi\n\nIf you don't want or can't install Repomaker with one of the mentioned\nmethods, you can install it with _pip_ from PyPi.\n\n\n### Requirements\n\nPlease make sure you have the following requirements installed\nbefore proceeding with the installation. \n\n\n#### Install\n\n* `pip` for installation of Python 3 dependencies\n* `virtualenv` to create an isolated Python environment\n* Python development and build files for installing/building some dependencies\n\nOn Debian, you can simply run this:\n\n`apt install python3-pip python3-wheel python3-dev virtualenv build-essential`\n\n#### Runtime\n\n* `keytool` from Java Runtime Environment (JRE)\n* `jarsigner` from Java JDK for signing the repo indexes\n* `libmagic` for mime-type detection\n* `rsync` to publish repositories\n* `git` to publish repositories to git mirrors\n\nOn Debian, you can simply run this:\n\n```\nsudo apt install fdroidserver libmagic1 rsync git \\\n    python3-pyqt5.qtwebengine python3-pyqt5.qtwebkit\n```\n\n### Install into virtual environment\n\nTo not mess with other Python libraries you have installed,\nwe will install repomaker into its own isolated Python environment.\n\n    virtualenv -p /usr/bin/python3 repomaker\n    source repomaker/bin/activate\n    pip install repomaker[gui]\n\nYou should now be able to start by typing:\n\n    repomaker\n\n\n### Troubleshooting\n\nFirst check that you really have all dependencies from above installed.\n\nIf the installation fails with something about `openssl`,\ntry to install `libssl-dev` with `apt install libssl-dev`.\n\nIf the graphical user interface fails to start,\nyou can try running `repomaker-server` and `repomaker-tasks`.\nIf that works, you should be able to open [127.0.0.1:8000](http://127.0.0.1:8000/)\nin your browser.\n\n\n# Development\n\nTo work on repomaker, you need _npm_ to fetch CSS and JavaScript dependencies: `apt install npm`.\n\nThen run `npm install` to install these dependencies.\n\nIf you want to run repomaker in your browser rather then using the GUI,\nyou can start it like this:\n\n    virtualenv -p /usr/bin/python3 repomaker\n    source repomaker/bin/activate\n    ./setup.sh\n    ./run.sh\n\n## Vagrant VM\n\nThere also a Vagrant setup based on the GitLab CI setup, it is a quick\nway to get a development setup.  First, set up Vagrant on your machine,\nthen run:\n\n```console\n$ cd repomaker\n$ vagrant up\n$ vagrant ssh\nvagrant@basebox-buster64:~$ ip a | sed -En 's,.*inet +(192\\.168\\.[0-9]+\\.[0-9]+).*,open http://\\1:8000,p'\nopen http://192.168.121.37:8000\nvagrant@basebox-buster64:~$ cd $CI_PROJECT_DIR\nvagrant@basebox-buster64:/builds/fdroid/repomaker$ ./tests/test-units.sh\n```\n\n\n## Translation\n\n* GNU gettext `apt install gettext`\n\n# License\n\nThis program is free software: you can redistribute it and/or modify it\nunder the terms of the [GNU Affero General Public License](/LICENSE)\nas published by the Free Software Foundation,\neither version 3 of the License,\nor (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY;\nwithout even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\nSee the GNU Affero General Public License for more details.\n\n\n# Translating\n\nEverything can be translated.  See\n[Translation and Localization](https://f-droid.org/docs/Translation_and_Localization)\nfor more info.\n\n* To update translations, run `./update-translations.sh`.\n* To add a new translation, run `python3 manage.py makemessages -l \u003clg\u003e` where `\u003clg\u003e` is the language code, e.g. `de`.\n\n[![translation status](https://hosted.weblate.org/widgets/f-droid/-/repomaker/multi-auto.svg)](https://hosted.weblate.org/engage/f-droid/?utm_source=widget)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff-droid%2Frepomaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff-droid%2Frepomaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff-droid%2Frepomaker/lists"}