GithubHelp home page GithubHelp logo

fetch's Introduction

fetch

Remix on Glitch

Private maven servers are complicated or pricey. fetch aims to make them simple and relatively free by storing artifacts on Dropbox. All you need to do is remix this project on glitch.com and do a bit of configuration.

Setup

  1. Remix this project on Glitch.com
  2. Add your desired password and your Dropbox access token to the .env file in Glitch. It'll look a little something like this:
# Environment Config

# store your secrets and config variables in here
# only invited collaborators will be able to see your .env values

# reference these in your code with process.env.SECRET

PASSWORD=some_password_you_like
DROPBOX_ACCESS_TOKEN=some_long_access_token_here

# note: .env is a shell file so there can't be spaces around =

Now, within your Gradle project, you just need to configure a custom maven repo:

maven {
  credentials {
      username 'admin'
      password 'some_password_you_like'
  }
  url "https://yourproject.glitch.me/maven"
}

We recommend moving the username, password, and url out of the project itself and into a gradle.properties file in your home .gradle directory.

Files

Your 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.

Made with glitch.com

\ ゜o゜)ノ

License

fetch is available under the MIT license. See the LICENSE file for more info.

fetch's People

Contributors

jawnnypoo avatar

Stargazers

Daniel Huckaby avatar

Watchers

James Cloos 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.