{"id":18175029,"url":"https://github.com/cryptofyre/firerepo","last_synced_at":"2026-01-19T23:02:01.866Z","repository":{"id":201795997,"uuid":"264289169","full_name":"cryptofyre/firerepo","owner":"cryptofyre","description":"Cydia/Sileo Repository for my utilities.","archived":false,"fork":false,"pushed_at":"2020-05-15T20:15:55.000Z","size":239,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-07T09:40:17.554Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cryptofyre.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},"funding":{"ko_fi":"cryptofyre"}},"created_at":"2020-05-15T20:11:58.000Z","updated_at":"2020-05-15T20:15:57.000Z","dependencies_parsed_at":"2023-10-20T05:50:57.259Z","dependency_job_id":null,"html_url":"https://github.com/cryptofyre/firerepo","commit_stats":null,"previous_names":["cryptofyre/firerepo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cryptofyre/firerepo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptofyre%2Ffirerepo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptofyre%2Ffirerepo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptofyre%2Ffirerepo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptofyre%2Ffirerepo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cryptofyre","download_url":"https://codeload.github.com/cryptofyre/firerepo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptofyre%2Ffirerepo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28588968,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T20:45:59.482Z","status":"ssl_error","status_checked_at":"2026-01-19T20:45:41.500Z","response_time":67,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-02T16:08:36.903Z","updated_at":"2026-01-19T23:02:01.844Z","avatar_url":"https://github.com/cryptofyre.png","language":"HTML","funding_links":["https://ko-fi.com/cryptofyre"],"categories":[],"sub_categories":[],"readme":"\u003ccenter\u003e\n  \u003ch1 align=\"center\"\u003erepo.me\u003c/h1\u003e\n  \u003ch4 align=\"center\"\u003eA (now-archived) modern package manager repository template. This template contains samples on how you can easily make depiction pages without replicating your html pages. The pages are styled using \u003ca href\"https://getbootstrap.com\"\u003eBootstrap\u003c/a\u003e which is really easy to use (for Cydia), and the Sileo pages are styled using JavaScript Object Notation.\u003c/h4\u003e\n  \u003ch4 align=\"center\"\u003eIf you use web depictions / Reposi3, Sileo now converts web depictions to native depictions in realtime.\u003c/h4\u003e\n\u003c/center\u003e\n\nThis guide does NOT cover creating .deb files but will briefly cover assiging depictions.\n\n#### CREDITS TO: [Supermamon](https://github.com/Supermamon/), [Saurik](https://twitter.com/Saurik/), [Sileo Team](https://twitter.com/getSileo/), and the [AppTapp Team](https://twitter.com/AppTappTeam/).\n#### Note: With the release of Silica from [Shuga](https://github.com/ShugaBuga/), I highly recommend using that over this, as it currently has Windows WSL support, and I'm working on a semi-solution for Windows Support as a whole.\n\n## How to use this template\nIf you are *not* hosting your repo on [Github Pages](https://pages.github.com/), you can download the zip file [here](https://github.com/sukarodo/repo.me/archive/master.zip) and extract to a subfolder on your website.\n\n**Release File**\n\nModify `repo.conf` in ./assets/repo by changing the labels:\n`ORIGIN_HERE`, `LABEL_HERE`, `CODENAME_HERE`, and `DESCRIPTION_HERE`\n\n`updaterepo.sh` will take care of the Release file after modifying the config. \n\n**Branding**\n\nOpen `index.html`\nChange \u003ctitle\u003erepo.me\u003c/title\u003e to whatever you wish.\nChange lines 54 - 63 to whatever you wish.\nChange line 71 into your own URL.\nNote: YOU DO NOT NEED THIS. YOU CAN ALSO MAKE YOUR OWN. DO WHAT YOU WISH.\n\nAdd \"CydiaIcon.png\" for your Cydia / Sileo Repository Logo.\n\n\n**Page Footers**\n\nThis data are the links that appear at the bottom of every **Cydia Depiction**. The data is stored in `repo.xml` at the root folder of your repo.\n\n```xml\n\u003crepo\u003e\n    \u003cfooterlinks\u003e\n        \u003clink\u003e\n            \u003cname\u003eFollow me on Twitter\u003c/name\u003e\n            \u003curl\u003ehttps://twitter.com/Sukarodo\u003c/url\u003e\n            \u003ciconclass\u003eglyphicon glyphicon-user\u003c/iconclass\u003e\n        \u003c/link\u003e\n        \u003clink\u003e\n            \u003cname\u003eI want this depiction template\u003c/name\u003e\n            \u003curl\u003ehttps://github.com/sukarodo/sidia\u003c/url\u003e\n            \u003ciconclass\u003eglyphicon glyphicon-thumbs-up\u003c/iconclass\u003e\n        \u003c/link\u003e\n    \u003c/footerlinks\u003e\n\u003c/repo\u003e\n```\n### Depictions: Native Folder Is Sileo, Web is Cydia\n\n### Adding a simple depiction page (Cydia)\n\nGo to the depictions folder and duplicate the folder `com.sukarodo.oldpackage`.\nRename the duplicate with the same name as your package name.\nThere are 2 files inside the folder - `info.xml` and `changelog.xml`.\nUpdate the 2 files with information regading your package.\nThe tags are pretty much self-explanatory.\nContact [@sukarodo](https://twitter.com/sukarodo) for questions.\n\n`info.xml`.\n```xml\n\u003cpackage\u003e\n    \u003cid\u003ecom.sukarodo.oldpackage\u003c/id\u003e\n    \u003cname\u003eOld Package\u003c/name\u003e\n    \u003cversion\u003e1.0.0-1\u003c/version\u003e\n    \u003ccompatibility\u003e\n        \u003cfirmware\u003e\n            \u003cminiOS\u003e5.0\u003c/miniOS\u003e\n            \u003cmaxiOS\u003e7.0\u003c/maxiOS\u003e\n            \u003cotherVersions\u003eunsupported\u003c/otherVersions\u003e\n            \u003c!--\n            for otherVersions, you can put either unsupported or unconfirmed\n            --\u003e\n        \u003c/firmware\u003e\n    \u003c/compatibility\u003e\n    \u003cdependencies\u003e\u003c/dependencies\u003e\n    \u003cdescriptionlist\u003e\n        \u003cdescription\u003eThis is an old package. Requires iOS 7 and below..\u003c/description\u003e\n    \u003c/descriptionlist\u003e\n    \u003cscreenshots\u003e\u003c/screenshots\u003e\n    \u003cchangelog\u003e\n        \u003cchange\u003eInitial release\u003c/change\u003e\n    \u003c/changelog\u003e\n    \u003clinks\u003e\u003c/links\u003e\n\u003c/package\u003e\n```\n\n`changelog.xml`.\n```xml\n\u003cchangelog\u003e\n    \u003cchanges\u003e\n        \u003cversion\u003e1.0.0-1\u003c/version\u003e\n        \u003cchange\u003eInitial release\u003c/change\u003e\n    \u003c/changes\u003e\n\u003c/changelog\u003e\n```\n### Adding a simple depiction page (Sileo)\n\nGo to the /depictions/native/com.sukarodo.samplepackage and copy the file `depiction.json`.\nMove into a folder labeled as your package name.\nEdit The Labeled Parts (i.e. VERSION_NUMBER, TWEAK_NAME, etc.)., use the Sileo Depiction Generator by [@M4cs](https://twitter.com/maxbridgland): [SileoGen](https://sileogen.com/), or use any of the templates from popular\nrepositories at /assets/Depiction Templates\nContact [@sukarodo](https://twitter.com/sukarodo) for questions.\n\n#### Link the depiction page in your tweak's `control` file\n\nYou can add the depictions url at the end of your package's `control` file before compiling it.\nThe depiction line should look like this:\n\n```text\nDepiction: https://username.github.io/repo/depictions/web/?p=[idhere]\n```\n\nReplace `[idhere]` with your actual package name.\n\n```text\nDepiction: https://username.github.io/repo/depictions/web/?p=com.sukarodo.oldpackage\n```\nFor Sileo Depictions, add the SileoDepiction key in your `control` file before compiling it.\n\n```text\nSileoDepiction: https://username.github.io/repo/depictions/native/com.sukarodo.samplepackage/depiction.json\n````\n\n#### Rebuilding the `Packages` file\n\nWith your updated `control` file, build your tweak.\n*REMOVE THE PACKAGES FILE WITHIN FIRST*\nStore the resulting `.deb.` file into the `/debians/` folder of your repo.\nBuild your `Packages` file and compress with `bzip2`.\n\n_Windows users, see [dpkg-scanpackages-py](https://github.com/supermamon/dpkg-scanpackages-py) or [scanpkg](https://github.com/mstg/scanpkg)._\n\n#### Repository at last!\n\nIf you haven't done yet, go ahead and add your repo to your package manager.\nYou should now be able to install your tweak from your own repo.\n\n### Cleanup\n\nJust a cleanup step, remove the debs that came with this template and re-run the commands on step 3. You can keep the sample depictions for reference but they're not needed for your repo.\n\n## Sileo Extras\n\nThese are some extra things that can make your repository look even better on Sileo.\n\n### Featured Packages (`sileo-featured.json`)\n\nChange The Following Lines:\n```\n \"url\": \"https://raw.githubusercontent.com/sukarodo/repo.me/master/assets/Banners/RepoHeader.png\", \u003c---- The Package Banner\n        \"title\": \"Sample Package\", \u003c---- Your Package Name\n        \"package\": \"com.sukarodo.newpackage\", \u003c---- The Actual Package\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptofyre%2Ffirerepo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcryptofyre%2Ffirerepo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptofyre%2Ffirerepo/lists"}