• 2 Posts
  • 17 Comments
Joined 2 years ago
cake
Cake day: June 15th, 2023

help-circle
  • Because with docker you don’t even have to install and setup Apache and MariaDB. You run one command and it knocks out that whole process. Not go mention the security implications of completely seperating your software.

    I can also speak from experience when I say it makes development and delivery of software soooo much easier. As a self hosted software developer I can promise you that if I created an instruction set to deploy the software I build bare metal rather than just containerizing it. No offense to fellow self hosters by any means, but if I require a multi step instruction set rather than a one liner docker command I will get more issues. Humans make mistakes, and when I can automate it out with container orchestration it absolutely makes it easier for the user.










  • Hi! I’m the developer of this project. I probably would have written up a little of what pinepods is and who it’s for rather than a paste dump of the change log.

    Pinepods is a podcast server that’s self hosted. It aims to be a multi-client version of what you might already have on your phone that allows you to listen anywhere. Host pinepods and get a web client, mobile apps, desktop apps, even a CLI app. Your progress syncs between all these. It supports gpodder sync for use with your existing apps if you want (though I’ve put 100 plus hours into the mobile apps and really would appreciate people at least giving them a go) and it has tons of features. Think Notifications on release, smart playlists, multi user, sharing, chapter support, YouTube channel to podcast support. Loads of stuff, and loads more still to come.

    With 0.8.0 the mobile apps are now on Google Play and the Apple app stores, and the api has been fully rewritten in rust. It’s a lean mean podcasting machine. And actually the real current version is 0.8.1.

    I appreciate the post OP but if you could, next time please add the above.




  • Yep for sure. Download progress is a top priority feature coming. It is still somewhat beta since its so new so expect some bugs here and there for sure. As well as some missing features still. For the record it doesn’t technically sync via the gpodderapi. Because this is an official pinepods client this syncs directly via the pinepods api that the web version also uses. This is far faster than doing incremental gpodder api syncs. It still works with gpodder api to other apps because the server side handles that but this app itself uses the pinepods api.

    There’s also theoretical progress syncing with offline going back to online currently but I haven’t dug into the intricacies of validating that works yet. Expect more on fleshing that out in the very short-term.

    I really appreciate the thoughts on it though! It’s really helpful to have direction in other’s podcast workflows. I genuinely don’t utilize many of the features that have been implemented into Pinepods because I’m a pretty simple listener, so without feedback I wouldn’t know what else people want.