Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
NotificationsYou must be signed in to change notification settings

nocodb/nginx-secure

Repository files navigation

This repository provides a Dockerized Nginx setup that integrates with Certbot for automatic SSL certificate deployment. It's designed to facilitate secure HTTP and HTTPS traffic forwarding with minimal manual configuration.

Features

  • Automatic SSL Certificates: Utilizes Certbot to automatically retrieve and renew SSL certificates from Let's Encrypt.
  • Nginx as a Reverse Proxy: Configured to act as a reverse proxy, forwarding requests to your application.
  • Dockerized for Ease of Deployment: Everything runs inside Docker, ensuring consistency across different environments.

Usage

You can use the pre-built Docker imagenocodb/nginx-secure as:

services:nginx:image:nocodb/nginx-secureports:        -"80:80"        -"443:443"volumes:        -./certs:/etc/letsencrypt/restart:unless-stoppedenv_file:docker.envapplication:image:your-applicationrestart:unless-stopped

Checkoutdocker.env.sample for the required environment variables.

Building the Image

If you need custom nginx configurations, you can build the image yourself:

  1. Clone this repository.
  2. Modify thedefault.conf.template file as needed.
  3. Rundocker build -t nginx-secure . in the repository root.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp