-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
I'm deploying gpodder2go on a raspberry pi, and I was wondering the safest way to deploy without auth that doesn't make all my subscriptions _too_ public.
I tested it today and failed to coax gpodder desktop to using the password I gave it, but --no-auth works just fine (still can't believe that's a real bug.)
micro-gpodder deals with this with a password slug attached to the username, and I'm wondering if doing that manually is the best way to deploy with gpodder2go as well.
Something like:
SLUG=$(cat /dev/urandom | tr -cd '[:graph:]' | head -c 10)
gpodder accounts create "username_$SLUG" -p 'unused'Then just serving without auth and keeping the actual username username_gT]Ks(EPR7 or whatever in your password manager.
Thanks for making this cool project! golang is a dream to deploy.
oxtyped
Metadata
Metadata
Assignees
Labels
No labels