Added support for basic HTTP auth to allow Kasts functionality for self-hosted gpodder#50
Open
ijustlovemath wants to merge 3 commits intooxtyped:mainfrom
Open
Added support for basic HTTP auth to allow Kasts functionality for self-hosted gpodder#50ijustlovemath wants to merge 3 commits intooxtyped:mainfrom
ijustlovemath wants to merge 3 commits intooxtyped:mainfrom
Conversation
Slighlty hacky implementation, probably a nicer way
Author
|
Apologies if this isn't very "go-ey"; this is one of my first projects with the language. I'm sure there's a way to do this "right", but I mainly wanted to hack together something that works and is reproducible for my use case. If you have specific feedback, I'll try to address in a future commit! Thanks for this software, it's great! |
Added deployment description to Readme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tested to work with Kasts on Arch Linux. This setup requires the following:
/etc/nginx/available-sites/yoursite.com
/etc/systemd/system/gpodder2go.service
4.During setup, youll "use custom server" and login with your username and password (not name, not email; see column 2 in g2g.db for this value). You will use the URL "https://yoursite.com:3005". The port here is from the "listen" directive of the nginx config