nginx-proxy
lando
Our great sponsors
nginx-proxy | lando | |
---|---|---|
96 | 69 | |
17,111 | 3,759 | |
0.7% | 0.8% | |
0.0 | 9.4 | |
7 days ago | 10 days ago | |
Python | Shell | |
MIT License | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
nginx-proxy
-
Beginner questions about deploying node.js app on Beanstalk
setting up letsencrypt with nginx-proxy and acme-companion
-
My repository of the week: NGINX Proxy - Automated nginx for your containers
Here is the link, sorry😅
Shit... Here is the link: https://github.com/nginx-proxy/nginx-proxy
-
Looking for nginx alternatives for docker
I use the nginx-proxy image and it's acme companion image for automated reverse proxy configuration and certbot.
-
Further investigating 403 – access forbidden by rule
I'm experiencing a weird situation, and am not sure how to go about finding a solution. I am running the nginx-proxy container (https://github.com/nginx-proxy/nginx-proxy) together with the acme-companion container (https://github.com/nginx-proxy/acme-companion) to provide https connections to all my different applications under different subdomains on the same host (currently, for testing purposes: only two other nginx containers with a plain html page).
-
I’ve been using bookmarks before. Finally settled with dashy!
https://github.com/nginx-proxy/nginx-proxy for reverse proxy
-
Guys please recommend some interesting docker containers. What I currently have is seems to be ok, but I'm missing solutions that will make me get into it more. I know those long Reddit listings of self-hosted apps, but I haven't found many interesting things there.
I currently use this (https://github.com/nginx-proxy/nginx-proxy) and I was able to configure anything via env vars. Some minor nginx include files were needed tho. But no UI. So far I was stunned that it works so well. Deploy a new container add 2 env vars. Done. With automated SSL.
-
What is the correct way to have my webapp in one container and the webserver in another?
We use the nginx-proxy docker image with its acme-companion to have an auto configuring SSL reverse proxy, so it's really easy to deploy images (we do it based on a merge PR into protected release branches).
-
Work with hetzner auction server having a single ip
We use Traefik for Configuration Discovery in Docker Swarm (add a label with the sub-domain to the service and it will automatically be routed to), for simple setup I always found nginx-proxy to be easy to use with containers.
- How to copy a cert to multiple machines?
lando
-
What do Mac users here use for local development / testing? AMP software discussion
I'm surprised nobody has mentioned Lando. It uses docker/docker compose under the hood, but adds a further layer of abstraction to make it even easier. Comes with base recipes out of the box for Drupal/WordPress/etc.
-
Another happy MBP owner, checking in to share that everything is great and I love the device.
I spend most of my day writing PHP, HTML, CSS, and JS running the apps I build and support in Docker via Lando (https://lando.dev) (I mainly build and support Drupal web applications)
- Your php dev workflow on Windows while using Docker
-
Any ideas to make local development easier for 15-20 sites?
Lando works great with Linux, use DDEV for Mac. Both are Docker-based.
-
PHP 7.4 and 8.0 on Ubuntu 22.10
I recommend Lando. It's basically just a wrapper around Docker that takes care of a lot of the config for you.
-
Tips on what's needed for a Local Dev Environment
I use Lando for PHP work, it's an easy to use wrapper around Docker
I would say Docker is probably your best bet. There are some projects out there that do a lot of the heavy lifting for you like LandoDev and Devilbox. Also, Homestead (which is NOT Docker) is still a pretty solid pick. https://lando.dev/ http://devilbox.org/ https://laravel.com/docs/9.x/homestead Some reading if you happen to subscribe to php[architect] :wink: https://www.phparch.com/article/the-devilbox-and-docker/ https://www.phparch.com/article/the-workshop-just-use-docker/ https://www.phparch.com/article/the-workshop-using-sail-to-understand-local-development-with-docker/ I would say Docker is probably your best bet. There are some projects out there that do a lot of the heavy lifting for you like LandoDev and Devilbox. Also, Homestead is still a pretty solid pick.
-
PHP version manager?
Luckily there are some tools that can help you setup a per project development environment using docker. Tools like ddev, lando or docksal will get your projects running in no time.
-
Do you Dockerise all your apps?
I've found https://lando.dev/ handy, too, especially for anything that needs "real"(ish) domains to test with like a SaaS app that permits clients to pick a custom domain. It's a thin layer on top of Docker intended for development use.
-
Drupal 6 on Raspberry Pi
If your computer is powerful enough, you can run docker on it and then use a tool like Lando (http://lando.dev) to run Drupal. Once you have the Drupal 6 site running you can upload your database to it.
What are some alternatives?
ddev - Docker-based local PHP+Node.js web development environments
sail - Docker files for running a basic Laravel application.
Laradock - Full PHP development environment for Docker.
acme-companion - Automated ACME SSL certificate generation for nginx-proxy
Nginx Proxy Manager - Docker container for managing Nginx proxy hosts with a simple, powerful interface
devilbox - A modern Docker LAMP stack and MEAN stack for local development
vouch-proxy - an SSO and OAuth / OIDC login solution for Nginx using the auth_request module
authentik - The authentication glue you need.
valet-plus - Blazing fast macOS PHP development environment
Laravel Homestead
docker-php-extension-installer - Easily install PHP extensions in Docker containers