Skip to content

A reusable Django app that hosts chrome versioned extension/app packages, providing updates.xml and downloading service.

Notifications You must be signed in to change notification settings

ledzep2/django-crxhost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-crxhost

A reusable Django app that hosts chrome versioned extension/app packages, providing updates.xml and downloading service.

Features

  • Multiple extensions/apps
  • Nginx x-sendfile support
  • Download count

Usage

  1. Include crxhost/urls.py
  2. manage.py syncdb
  3. Go to django admin. Add a new crxpackage. Select the package and upload. Other fields will get populated automatically.
  4. Visit {% url crx_updates_xml %} for updates.xml

Configure

in settings.py

  • CRX_SENDFILE: Use sendfile instead of HttpResponse

About

A reusable Django app that hosts chrome versioned extension/app packages, providing updates.xml and downloading service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages