All Projects → buchdag → multiarch-letsencrypt-nginx-proxy

buchdag / multiarch-letsencrypt-nginx-proxy

Licence: MIT license
nginx-proxy, docker-gen and letsencrypt-nginx-proxy-companion on arm archs

Programming Languages

Dockerfile
14818 projects

Projects that are alternatives of or similar to multiarch-letsencrypt-nginx-proxy

docker-unms
All-in-one docker image for Ubiquiti UISP (formerly UNMS). Supports x86_64 and ARM (Raspberry Pi).
Stars: ✭ 153 (+565.22%)
Mutual labels:  arm, arm64, armhf
tensorflow-serving-arm
TensorFlow Serving ARM - A project for cross-compiling TensorFlow Serving targeting popular ARM cores
Stars: ✭ 75 (+226.09%)
Mutual labels:  arm, arm64, armhf
Docker Homebridge
Homebridge Docker. HomeKit support for the impatient using Docker on x86_64, Raspberry Pi (armhf) and ARM64. Includes ffmpeg + libfdk-aac.
Stars: ✭ 1,847 (+7930.43%)
Mutual labels:  arm, arm64, armhf
tor-relay-docker
Tor relay Docker images for x86-64, armhf & arm64 (from source)
Stars: ✭ 32 (+39.13%)
Mutual labels:  arm, arm64, armhf
alpine-qbittorrent-openvpn
qBittorrent docker container with OpenVPN client running as unprivileged user on alpine linux
Stars: ✭ 230 (+900%)
Mutual labels:  arm, arm64, armhf
django-template
The ultimate Django template: production ready Django 3.2 with Docker, HTTPS and CI/CD using Github actions ‎️‍🔥
Stars: ✭ 20 (-13.04%)
Mutual labels:  letsencrypt, nginx-proxy
acme-companion
Automated ACME SSL certificate generation for nginx-proxy
Stars: ✭ 6,434 (+27873.91%)
Mutual labels:  letsencrypt, nginx-proxy
Containerized Guacamole
Apache Guacamole out of the box compose setup with Nginx Reverse Proxy, Lets Encrypt. Simple and easy deployable with Docker Compose. Uses only Official Guacamole Docker Images
Stars: ✭ 49 (+113.04%)
Mutual labels:  letsencrypt, nginx-proxy
Nginx Proxy Automation
Automated docker nginx proxy integrated with letsencrypt.
Stars: ✭ 2,302 (+9908.7%)
Mutual labels:  letsencrypt, nginx-proxy
Corehook
A library that simplifies intercepting application function calls using managed code and the .NET Core runtime
Stars: ✭ 191 (+730.43%)
Mutual labels:  arm, arm64
Dockerize Your Dev
Docker compose a VM to get LetsEncrypt / NGINX proxy auto provisioning, ELK logging, Prometheus / Grafana monitoring, Portainer GUI, and more...
Stars: ✭ 61 (+165.22%)
Mutual labels:  letsencrypt, nginx-proxy
filebrowser-docker
🐳 filebrowser inside Docker container
Stars: ✭ 122 (+430.43%)
Mutual labels:  arm64, armhf
docker-letsencrypt-django-nginx-proxy-uwsgi-postgres
Docker + Letsencrypt + Django + Nginx-Proxy + uWSGI 教學
Stars: ✭ 26 (+13.04%)
Mutual labels:  letsencrypt, nginx-proxy
Doesitarm
🦾 A list of reported app support for Apple Silicon and the new Apple M1 Macs
Stars: ✭ 3,200 (+13813.04%)
Mutual labels:  arm, arm64
Docker Letsencrypt Nginx Proxy Companion
Automated ACME SSL certificate generation for nginx-proxy
Stars: ✭ 6,350 (+27508.7%)
Mutual labels:  letsencrypt, nginx-proxy
Hellosilicon
An attempt with ARM64 assembly on Apple Silicon Macs
Stars: ✭ 220 (+856.52%)
Mutual labels:  arm, arm64
Htpc Docker Standup
A simple docker-compose based configuration to stand up a new HTPC w/ Plex, Deluge, Sonarr, Radarr and more!
Stars: ✭ 160 (+595.65%)
Mutual labels:  letsencrypt, nginx-proxy
rasa-docker-arm
Rasa Docker image for ARMv7. Runs on a Raspberry Pi.
Stars: ✭ 19 (-17.39%)
Mutual labels:  arm, armhf
makeuniversal
Tool to create a Universal Binary version of a Qt distribution.
Stars: ✭ 40 (+73.91%)
Mutual labels:  arm, arm64
gitlab-runner
Gitlab Runner on Alpine Linux [Docker]
Stars: ✭ 17 (-26.09%)
Mutual labels:  arm64, armhf

This repository is archived

As of 13/04/2021, all components of the nginx-proxy stack are available as multi arch images from Dockerhub. This repository isn't needed anymore and won't receive further updates, issues or pull requests.

For Amazon Linux 1 or 2, CentOS 7 or 8, Debian stable without debian-backports, Raspbian stable, Ubuntu 14.04 or earlier, and Windows users, please be aware of this issue with out-of-date libseccomp and Alpine >= 3.13, and this workaround for Debian based OSes.

nginx-proxy with letsencrypt-nginx-proxy-companion on armhf and arm64

This repo provide a simplified way to run up to date nginx-proxy stack with Let's Encrypt support on non amd64 architectures.

It requires Docker 17.05+ and docker-compose to run.

Usage:

  • git clone https://github.com/buchdag/multiarch-letsencrypt-nginx-proxy

Depending on which setup you want, either

  • cd multiarch-letsencrypt-nginx-proxy/nginx-proxy-2containers

or

  • cd multiarch-letsencrypt-nginx-proxy/nginx-proxy-3containers

  • docker-compose up -d

Please note that on low end ARM devices, container build will take a while and DH parameters generation by letsencrypt-nginx-proxy-companion might take even longer.

Certificate issuance was successfully tested on Scaleway C1 and ARM64-2GB servers.

The two multi-stage Dockerfiles will produce a build container that won't be automatically cleaned afterwards. You can remove it with docker image prune --filter label=stage=intermediate.

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