-
-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discount bandit #719
base: master
Are you sure you want to change the base?
Discount bandit #719
Conversation
[pull] master from linuxserver:master
[pull] master from linuxserver:master
[pull] master from linuxserver:master
Signed-off-by: Joseph Harry <findarato@gmail.com>
I do not think the error is with my pull. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you missed a few cosmetic things :)
# make sure that your <container_name> container is named <container_name> | ||
# make sure that your dns has a cname set for <container_name> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace <container_name>
with discountbandit
set $upstream_proto http; | ||
proxy_pass $upstream_proto://$upstream_app:$upstream_port; | ||
|
||
# REMOVE THIS LINE BEFORE SUBMITTING: Additional proxy settings such as headers go below this line, leave the blank line above. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
REMOVE THIS LINE BEFORE SUBMITTING
# make sure that your <container_name> container is named <container_name> | ||
# make sure that <container_name> is set to work with the base url /<container_name>/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace <container_name>
with discountbandit
set $upstream_proto http; | ||
proxy_pass $upstream_proto://$upstream_app:$upstream_port; | ||
|
||
# REMOVE THIS LINE BEFORE SUBMITTING: Additional proxy settings such as headers go below this line, leave the blank line above. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
REMOVE THIS LINE BEFORE SUBMITTING
Added support for discount-bandit
Description
Benefits of this PR and context
How Has This Been Tested?
I am using this in my homelab right now.
Source / References