Skip to content

A multi-glance front end that supports inline image conversion and glance syncing.

Notifications You must be signed in to change notification settings

chalupaul/glanceproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glanceproxy

A multi-glance front end that supports inline image conversion and glance syncing.

Requirements

  • pyyaml
  • bottle
  • requests

Setup

$ cd /path/to/your/dev/dir
$ git clone [email protected]:chalupaul/glanceproxy.git
$ virtualenv glanceproxy
$ cd glanceproxy
$ source bin/activate
$ pip install pyyaml requests bottle
$ python src/glanceproxy.py

If you want to deploy it using mod_wsgi, you can use this for your apache config:

WSGIDaemonProcess glanceproxy user=www-data group=www-data processes=1 threads=5
WSGIScriptAlias / /var/www/glanceproxy/www/adapter.wsgi

<Directory /var/www/glanceproxy>
    WSGIProcessGroup glanceproxy
    WSGIApplicationGroup %{GLOBAL}
    Order deny,allow
    Allow from all
</Directory>

About

A multi-glance front end that supports inline image conversion and glance syncing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published