{"id":26250869,"url":"https://github.com/ihatenodejs/modules","last_synced_at":"2025-04-24T03:48:11.962Z","repository":{"id":268494009,"uuid":"903841324","full_name":"ihatenodejs/modules","owner":"ihatenodejs","description":"An open-source Magisk module and FOSS app store","archived":false,"fork":false,"pushed_at":"2025-04-09T02:57:14.000Z","size":3812,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T03:28:25.377Z","etag":null,"topics":["android","magisk","magisk-modules","root"],"latest_commit_sha":null,"homepage":"https://modules.lol","language":"EJS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ihatenodejs.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-15T17:34:39.000Z","updated_at":"2025-04-09T02:57:17.000Z","dependencies_parsed_at":"2024-12-17T05:33:24.179Z","dependency_job_id":"21dbc1b1-5942-433e-8f06-bc8b652f69b8","html_url":"https://github.com/ihatenodejs/modules","commit_stats":null,"previous_names":["ihatenodejs/modules"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ihatenodejs%2Fmodules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ihatenodejs%2Fmodules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ihatenodejs%2Fmodules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ihatenodejs%2Fmodules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ihatenodejs","download_url":"https://codeload.github.com/ihatenodejs/modules/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250560007,"owners_count":21450168,"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":["android","magisk","magisk-modules","root"],"created_at":"2025-03-13T16:37:29.249Z","updated_at":"2025-04-24T03:48:11.943Z","avatar_url":"https://github.com/ihatenodejs.png","language":"EJS","readme":"# modules\n\n![Last Update](https://img.shields.io/badge/last_update-1_Mar_2024-blue)\n[![License: Unlicense](https://img.shields.io/badge/license-Unlicense-blue.svg)](http://unlicense.org/)\n[![Join Telegram Channel](https://img.shields.io/badge/join_channel-telegram-blue)](https://t.me/pontushub)\n[![Build and Push Docker Image](https://github.com/ihatenodejs/modules/actions/workflows/docker.yml/badge.svg)](https://github.com/ihatenodejs/modules/actions/workflows/docker.yml)\n[![Bump Dependencies](https://github.com/ihatenodejs/modules/actions/workflows/bump.yml/badge.svg)](https://github.com/ihatenodejs/modules/actions/workflows/bump.yml)\n[![Codacy Security Scan](https://github.com/ihatenodejs/modules/actions/workflows/codacy.yml/badge.svg)](https://github.com/ihatenodejs/modules/actions/workflows/codacy.yml)\n\nAn open-source Magisk modules and root/FOSS app store\n\nThis is my first project which uses `bun`.\n\nModules does **NOT** host the modules themselves, and only provides downloads to third-party sources. Its database is open source, and is the `apps.json` and `modules.json` files.\n\nUnless a module is labeled `SelfHost`, I am not hosting the file in question.\n\nAn Android version of Modules is in the works [here](https://git.pontusmail.org/aidan/modules-android)\n\n## Contributing\n\nIf you would like to contribute, please know I appreciate it very much!\n\nThe backend works on Node.js with Express, EJS, and Tailwind CSS.\nEach time the code is updated, make sure you run `bun run build:css` to build the latest CSS file for deployment.\n\nYou can either contribute code (start with `app.js`) or your time to the `apps.json` database and `modules.json`. JSON formatting is pretty easy to learn.\n\nPlease create pull requests and issues, and be generally respectful and patient. \n\n## Setting up and self-hosting\n\n1. First, clone the repository:\n\n   ```bash\n   git clone https://github.com/ihatenodejs/modules.git\n   ```\n\n2. Next, let's install Bun (if you don't already have it). You can see more about Bun [here](https://bun.sh/).\n\n   **Windows (PowerShell)**\n\n   ```powershell\n   powershell -c \"irm bun.sh/install.ps1 | iex\"\n   ```\n\n   **Linux/macOS:**\n\n   ```bash\n   curl -fsSL https://bun.sh/install | bash\n   ```\n\n3. Now, let's install everything with:\n\n   ```bash\n   bun install\n   ```\n\n4. After that, we'll build the Tailwind CSS:\n\n   ```bash\n   bun run build:css\n   ```\n\n5. Finally, we start the server on port `3000`:\n\n   ```bash\n   bun app.js\n   ```\n\nYour server can now be accessed at http://localhost:3000, and can be used in conjunction with a reverse proxy to get a functional site up.\n\n## Contributing/Tagging Guidelines\n\n### Apps\n\n- `SelfHost`: If you are hosting the file yourself (or it is on my server), please add the `SelfHost` tag to the module. This will allow users to know that the file is hosted apart from the original source location or one is not available and must be self-hosted. Always use a trusted source (e.g., GitHub) when possible.\n- `Root`: If the module requires root access, please add the `Root` tag to the module.\n- `FOSS`: If the module is open-source, please add the `FOSS` tag to the module.\n\n### Modules\n\n- `SelfHost`: If you are hosting the file yourself (or it is on my server), please add the `SelfHost` tag to the module. This will allow users to know that the file is hosted apart from the original source location or one is not available and must be self-hosted. Always use a trusted source (e.g., GitHub) when possible.\n- `FOSS`: If the module is open-source, please add the `FOSS` tag to the module.\n- `Zygisk`: If the module requires Zygisk, please add the `Zygisk` tag to the module.\n- `LSPosed`: If the module requires/includes LSPosed (support), please add the `LSPosed` tag to the module.\n- `Riru`: If the module requires/includes Riru (support), please add the `Riru` tag to the module.\n\n### Guidelines\n\n1. Always use a trusted source when possible.\n2. All pull requests will be manually reviewed to ensure the quality/safety of the database.\n3. Please be patient with the review process.\n4. If you have any questions, please ask in the Telegram channel (see top of README).\n\n## To-Do\n\n- [ ] Add Docker documentation\n- [ ] Add category support\n- [ ] Support filtering by category\n- [X] Add submissions (done via Telegram)\n- [ ] Add button/prompting for submissions\n- [ ] (Apps only) Add to Obtainium button\n- [ ] Add search functionality\n- [ ] Migrate frontend to Next\n- [ ] Fix Issue #1 (See Issue \u003chttps://github.com/ihatenodejs/modules/issues/1\u003e)\n\n   → Add JingMatrix LSPosed Riru release once done (broken by issue)\n\n   → Add ReVanced microG Huawei release once done (broken by issue)\n\n   → Add Iconify multi-arch releases once done (broken by issue)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fihatenodejs%2Fmodules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fihatenodejs%2Fmodules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fihatenodejs%2Fmodules/lists"}