InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises. Learn more →
Top 11 Shell Heroku Projects
-
If it’s not something simple and needs to be a separate project altogether: I’ve found that Express works very well with Dokku. It has pretty comprehensive documentation and doesn’t require you to have a full understanding of Docker to work. It also handles the zero-downtime deployment side of things and gracefully restarts your app every time it crashes (similar to PM2).
-
subdir-heroku-buildpack
Allows to use subdirectory configured via environment variable as a project root
C:\Users\RaiqP\Desktop\Skiplagged\backend>git push heroku master Enumerating objects: 9488, done. Counting objects: 100% (9488/9488), done. Delta compression using up to 16 threads Compressing objects: 100% (6996/6996), done. Writing objects: 100% (9488/9488), 12.75 MiB | 690.00 KiB/s, done. Total 9488 (delta 2049), reused 9488 (delta 2049), pack-reused 0 remote: Compressing source files... done. remote: Building source: remote: remote: -----> Building on the Heroku-20 stack remote: -----> Using buildpacks: remote: 1. https://github.com/timanovsky/subdir-heroku-buildpack.git remote: 2. heroku/nodejs remote: -----> Subdir buildpack app detected remote: PROJECT_PATH is undefined remote: ! Push rejected, failed to compile Subdir buildpack app. remote: remote: ! Push failed remote: ! remote: ! ## Warning - The same version of this code has already been built: 782398522d1daa7a09f5296d7e03bcf9f0604244 remote: ! remote: ! We have detected that you have triggered a build from source code with version 782398522d1daa7a09f5296d7e03bcf9f0604244 remote: ! at least twice. One common cause of this behavior is attempting to deploy code from a different branch. remote: ! remote: ! If you are developing on a branch and deploying via git you must run: remote: ! remote: ! git push heroku :main remote: ! remote: ! This article goes into details on the behavior: remote: ! https://devcenter.heroku.com/articles/duplicate-build-version remote: remote: Verifying deploy... remote: remote: ! Push rejected to heroku-skiplagged-final. remote: To https://git.heroku.com/heroku-skiplagged-final.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'https://git.heroku.com/heroku-skiplagged-final.git'
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
Using jemalloc instead of regular malloc helps too. The exact way to do this depends on the platform you use, but it is pretty simple on Heroku. Just set heroku-buildpack-jemalloc as the first buildpack (ahead of the heroku/ruby buildpack).
-
python-poetry-buildpack
Heroku buildpack that makes it possible to use Poetry with the official Python buildpack
-
-
-
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
heroku-integrated-firefox-geckodriver
Buildpack enables your client code to access Firefox along with Geckodriver in a Heroku slug.
heroku create --buildpack https://github.com/ronnielivingsince1994/heroku-integrated-firefox-geckodriver heroku config:set FIREFOX_BIN=/app/vendor/firefox/firefox heroku config:set GECKODRIVER_PATH=/app/vendor/geckodriver/geckodriver heroku config:set LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:/lib:/app/vendor heroku config:set PATH=/usr/local/bin:/usr/bin:/bin:/app/vendor/
-
-
-
Mosdns-on-PaaS
Deploy DNS over HTTPS service on PaaS platforms (Heroku, Okteto, etc.) | 在 Heroku / Okteto 等免费 PaaS 服务平台上部署 Mosdns
Project mention: Deploy your own DNS over HTTPS server on free services from Heroku / Okteto / etc. | reddit.com/r/dns | 2022-07-16
Shell Heroku related posts
- What do you use to host your Node,js servers?
- Heroku alternative
- What's a good free or cheap place to house my WebApps/Sites now that Heroku is not paid?
- Migrating from Heroku to Linode
- Best tool to manage both a static website and random apps?
- Backends for Flutter besides Firebase?
- Looking for a Heroku alternative to run a React/Rails API app with 2 ports
-
A note from our sponsor - InfluxDB
www.influxdata.com | 3 Feb 2023
Index
What are some of the best open-source Heroku projects in Shell? This list will help you:
Project | Stars | |
---|---|---|
1 | Dokku | 24,136 |
2 | subdir-heroku-buildpack | 484 |
3 | heroku-buildpack-jemalloc | 220 |
4 | python-poetry-buildpack | 186 |
5 | heroku-buildpack-deno | 75 |
6 | mlflow-easyauth | 74 |
7 | custom-ssh-key-buildpack | 53 |
8 | heroku-integrated-firefox-geckodriver | 42 |
9 | heroku-buildpack-activestorage-preview | 22 |
10 | heroku-opus | 22 |
11 | Mosdns-on-PaaS | 17 |