Skip to content

jelmer/litegpodder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimimal non-scaleable implementation of the gpodder API.

This provides enough of the API to allow AntennaPod synchronisation.

API documentation can be found at https://media.readthedocs.org/pdf/gpoddernet/latest/gpoddernet.pdf

Usage

Create a user (only bcrypt password hashing is supported):

$ htpasswd -B -b -c htpasswd jelmer blah

Run the server

$ python3 -m litegpodder -l 0.0.0.0 -d data --auth htpasswd