Skip to content
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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

Findarato
Copy link
Contributor

Added support for discount-bandit

linuxserver.io


  • I have read the contributing guideline and understand that I have made the correct modifications

Description

Benefits of this PR and context

How Has This Been Tested?

I am using this in my homelab right now.

Source / References

[pull] master from linuxserver:master
[pull] master from linuxserver:master
[pull] master from linuxserver:master
Signed-off-by: Joseph Harry <findarato@gmail.com>
@Findarato Findarato mentioned this pull request Nov 25, 2024
1 task
@Findarato
Copy link
Contributor Author

I do not think the error is with my pull.

Copy link
Contributor

@pagdot pagdot left a 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 :)

Comment on lines +2 to +3
# make sure that your <container_name> container is named <container_name>
# make sure that your dns has a cname set for <container_name>
Copy link
Contributor

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.
Copy link
Contributor

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

Comment on lines +2 to +3
# 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>/
Copy link
Contributor

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.
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants