mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #758] Question about the API #642
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#642
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 @inmanturbo on GitHub (Dec 4, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/758
I'm wondering if there's a way to expose the js api to backend services. What I'm trying to do is have services create their own Proxy Hosts on deployment in an automated fashion, perhaps with jwt token. I haven't surfed the code yet ...
@Xantios commented on GitHub (Dec 24, 2020):
Not sure if i get what you want... but by some reverse engineering i figured out most of the API.
You can request a JWT token by posting your username and password to the auth route, store the JWT token and request almost anything you want with that.
I build something like that for docker, so when i deploy a container it gets automagically wired into NPM
@shorkin commented on GitHub (Feb 19, 2021):
Any news ?
@Xantios commented on GitHub (Feb 19, 2021):
About my little pet project? Check my GitHub profile. It’s called nginx proxy manager assistant .
If you need anything from the developer, if I can figure it out, I’m sure you can! The man has a fulltime job, so I wouldn’t hold your breath
@inmanturbo commented on GitHub (Feb 20, 2021):
Don't we all? 😄
thanks for the tip, you didn't need anything to be added for csrf?
@chaptergy commented on GitHub (May 12, 2021):
Duplicate of https://github.com/jc21/nginx-proxy-manager/issues/341