mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #962] How to run a personal website at npm? #808
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#808
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?
Originally created by @talesam on GitHub (Mar 20, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/962
I researched and found nothing about it.
If I want to run a personal website and use npm as a web server or want to set up a package repository, how do I do this?
I'm trying to create an archlinux repository but I don't know how to set this up in npm ...
@DarioViva42 commented on GitHub (Apr 9, 2021):
npm is not a web server. its a reverse proxy.
you need to set up a webserver first, and then configure npm to proxy webrequests to your webserver.
thats at least how I have understood this program …
@talesam commented on GitHub (Apr 11, 2021):
Thanks!!
@chaptergy commented on GitHub (May 12, 2021):
There is a feature request for this though: https://github.com/jc21/nginx-proxy-manager/issues/58