{"id":19508679,"url":"https://github.com/commit451/fetch","last_synced_at":"2025-02-25T22:42:08.797Z","repository":{"id":83213976,"uuid":"88331842","full_name":"Commit451/fetch","owner":"Commit451","description":"The simplest maven server","archived":false,"fork":false,"pushed_at":"2022-06-27T03:09:16.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-08T11:40:42.097Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://fetch.glitch.me/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Commit451.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":"2017-04-15T07:34:23.000Z","updated_at":"2022-06-27T03:09:19.000Z","dependencies_parsed_at":"2023-03-01T21:00:29.448Z","dependency_job_id":null,"html_url":"https://github.com/Commit451/fetch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Commit451%2Ffetch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Commit451%2Ffetch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Commit451%2Ffetch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Commit451%2Ffetch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Commit451","download_url":"https://codeload.github.com/Commit451/fetch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240761093,"owners_count":19853254,"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":[],"created_at":"2024-11-10T23:08:58.354Z","updated_at":"2025-02-25T22:42:08.780Z","avatar_url":"https://github.com/Commit451.png","language":"JavaScript","readme":"# fetch\n\n[![Remix on Glitch](https://img.shields.io/badge/Remix%20On%20Glitch-fetch-blue.svg)](https://glitch.com/~fetch)\n\nPrivate maven servers are complicated or pricey. fetch aims to make them simple and relatively free by storing artifacts on [Dropbox](https://www.dropbox.com/). All you need to do is remix this project on glitch.com and do a bit of configuration.\n\n## Setup\n1. [Remix](https://glitch.com/~fetch) this project on Glitch.com\n2. Add your desired password and your [Dropbox access token](https://blogs.dropbox.com/developers/2014/05/generate-an-access-token-for-your-own-account/) to the `.env` file in Glitch. It'll look a little something like this:\n```\n# Environment Config\n\n# store your secrets and config variables in here\n# only invited collaborators will be able to see your .env values\n\n# reference these in your code with process.env.SECRET\n\nPASSWORD=some_password_you_like\nDROPBOX_ACCESS_TOKEN=some_long_access_token_here\n\n# note: .env is a shell file so there can't be spaces around =\n```\n\nNow, within your Gradle project, you just need to configure a custom maven repo:\n```\nmaven {\n  credentials {\n      username 'admin'\n      password 'some_password_you_like'\n  }\n  url \"https://yourproject.glitch.me/maven\"\n}\n```\nWe recommend moving the username, password, and url out of the project itself and into a `gradle.properties` file in your home `.gradle` directory.\n\n## Files\nYour files are stored in Dropbox, under the folder `Apps/the-name-of-your-app/maven`. You can make backups, modify and delete files, and access the whole of your maven server within this folder structure.\n\nMade with [glitch.com](https://glitch.com/)\n-----------------\n\n\\ ゜o゜)ノ\n\n## License\n\nfetch is available under the MIT license. See the LICENSE file for more info.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommit451%2Ffetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcommit451%2Ffetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommit451%2Ffetch/lists"}