All Projects → simon0191 → custom-ssh-key-buildpack

simon0191 / custom-ssh-key-buildpack

Licence: MIT License
🔑 Add an SSH key to you Heroku dyno 🔑

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to custom-ssh-key-buildpack

Zewo
Lightweight library for web server applications in Swift on macOS and Linux powered by coroutines.
Stars: ✭ 1,856 (+3687.76%)
Mutual labels:  heroku, buildpack
Dokku
A docker-powered PaaS that helps you build and manage the lifecycle of applications
Stars: ✭ 22,155 (+45114.29%)
Mutual labels:  heroku, buildpack
Create React App Buildpack
⚛️ Heroku Buildpack for create-react-app: static hosting for React.js web apps
Stars: ✭ 3,161 (+6351.02%)
Mutual labels:  heroku, buildpack
heroku-buildpack-tex
A Heroku buildpack to run TeX Live inside a dyno.
Stars: ✭ 18 (-63.27%)
Mutual labels:  heroku, buildpack
LocalSupport
A directory of local support services and volunteer opportunities
Stars: ✭ 60 (+22.45%)
Mutual labels:  heroku
OpenCV-REST-API
Learn to create a REST API microservice for extracting faces from images using OpenCV, OpenCV-python, Flask, Docker, and Heroku
Stars: ✭ 71 (+44.9%)
Mutual labels:  heroku
heroku-buildpack-activestorage-preview
Official Heroku Rails 5.2 Active Storage Previews Buildpack
Stars: ✭ 21 (-57.14%)
Mutual labels:  heroku
GitHub-Education-Portfolio
A portfolio made using React and tools from GitHub Student Developer Pack
Stars: ✭ 50 (+2.04%)
Mutual labels:  heroku
gitter-bot-how-to
A tutorial on how to make a Gitter Bot
Stars: ✭ 29 (-40.82%)
Mutual labels:  heroku
bixby
we make your Artweek. we find your Inspiration. 💫
Stars: ✭ 20 (-59.18%)
Mutual labels:  heroku
mTracker
An email tracker built with Python and Flask
Stars: ✭ 20 (-59.18%)
Mutual labels:  heroku
wallpaper-api
An api which can use different sites to scrape images and serve them through API
Stars: ✭ 18 (-63.27%)
Mutual labels:  heroku
URL-Magnet-Cloud-Uploader-Heroku
Aria 2 Rclone Remote URL /magnet Clouds upload via HEROKU
Stars: ✭ 99 (+102.04%)
Mutual labels:  heroku
heroku-buildpack-gradle
This is a Heroku buildpack for Gradle apps. It uses Gradle to build your application and OpenJDK to run it.
Stars: ✭ 58 (+18.37%)
Mutual labels:  buildpack
zeldaPlay
A Single Page Application to help zeldaPlay players to track their characters and progress
Stars: ✭ 95 (+93.88%)
Mutual labels:  heroku
haikunatorgo
Generate Heroku-like random names to use in your go applications.
Stars: ✭ 50 (+2.04%)
Mutual labels:  heroku
CoronaXiv
First Prize in HackJaipur Hackathon 2020 for Best ElasticSearch-based Product! Website: http://coronaxiv2.surge.sh/#/
Stars: ✭ 15 (-69.39%)
Mutual labels:  heroku
ComBunqWebApp
A Bunq web interface made by bunqers
Stars: ✭ 26 (-46.94%)
Mutual labels:  heroku
heroku-php-extensions
Pre-built PHP extensions for Heroku that are not included or fully supported by the official PHP buildpack.
Stars: ✭ 15 (-69.39%)
Mutual labels:  heroku
heroku-buildpack-deno
Heroku Buildpack for Deno
Stars: ✭ 72 (+46.94%)
Mutual labels:  heroku

Heroku Buildpack: Custom SSH key

Use Custom SSH key buildpack if you need to, for example, download a dependency stored in a private repository.

Based on http://stackoverflow.com/a/29677091/3303182.

Usage

Motivation

I needed to install dependencies stored in private repositories but I didn't want to hardcode passwords in the code. I found a solution in StackOverflow but it only worked for the node buildpack so I decided to create this technology agnostic buildpack.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].