oxtyped / gpodder2go

gpodder2go is a simple self-hosted, golang, drop-in replacement for gpodder/mygpo server to handle podcast subscriptions management for gpodder clients
GNU Affero General Public License v3.0
103 stars 13 forks source link

Add Dockerfile and instructions #17

Closed TheBlusky closed 11 months ago

TheBlusky commented 1 year ago

I didn't find any official Docker image for this project, so I created this pull request to suggest one.

It's a multistage Docker image, so final image should be minimal.

It include san entrypoint script that initializes database and generates VERIFIER_SECRET_KEY.

If accepted, it might be nice to automate building and pushing through Github Action, but I've got no experience with it.

TheBlusky commented 12 months ago

I think this PR might be interesting in order to have an official gpodder2go Docker image.

If I can be of any help to make it merged (or discarded), let me know :-)

oxtyped commented 11 months ago

Thanks for this! This looks good!