mirror of
https://github.com/usenocturne/nocturne-ui.git
synced 2026-04-25 15:55:54 +03:00
[PR #45] [MERGED] Add support for using Caddy for local dev server HTTPS #87
Labels
No labels
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nocturne-ui#87
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/usenocturne/nocturne-ui/pull/45
Author: @BBaoVanC
Created: 11/25/2024
Status: ✅ Merged
Merged: 11/25/2024
Merged by: @brandonsaldan
Base:
main← Head:caddy📝 Commits (2)
2fba8a4Add Caddyfile for adding HTTPS to Next.js local dev server4cf435aRefactor local dev docs and include Caddy instructions📊 Changes
2 files changed (+125 additions, -80 deletions)
View changed files
➕
Caddyfile(+8 -0)📝
README.md(+117 -80)📄 Description
Add a Caddyfile which runs a proxy at https://localhost:3443 to provide HTTPs for local development. It reverse proxies to
http://localhost:3000, so a Next.js unencrypted server should be run as well.This is an alternative to using
mkcert, for easier setup.Doc updates:
*.key,*.pem, and*.crtto .gitignore as it's already there.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.