A simple Django app to access Openstack Swift
Project description
[![Build Status](https://travis-ci.org/cschwede/django-swiftbrowser.png?branch=master)](https://travis-ci.org/cschwede/django-swiftbrowser)
Simple web app build with Django and Twitter Bootstrap to access Openstack Swift.
No database needed
Works with keystone, tempauth & swauth
Support for public containers. ACL support in the works
Minimal interface, usable on your desktop as well as on your smartphone
Screenshots anyone? See below!
Quick Install
Install swiftbrowser:
pip install django-swiftbrowser
Please make sure that “tempurl” and “formpost” middlewares are activated in your proxy server. Extract from /etc/swift/proxy-server.conf:
[pipeline:main] pipeline = catch_errors gatekeeper healthcheck proxy-logging cache tempurl formpost tempauth proxy-logging proxy-server
[filter:tempurl] use = egg:swift#tempurl
[filter:formpost] use = egg:swift#formpost
Run development server:
django-admin runserver –settings=swiftbrowser.settings
Open “http://127.0.0.1:8000/” in your browser and use ‘account:username’ to login (or tenant/project:username if using Keystone).
Screenshots
![Login screen](screenshots/00.png) ![Container view](screenshots/01.png) ![Object view](screenshots/02.png)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-swiftbrowser-0.22.tar.gz
.
File metadata
- Download URL: django-swiftbrowser-0.22.tar.gz
- Upload date:
- Size: 17.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a5f0cfb24d45e5a81914aaf5222a1f13ea14506419f505d0d2e797374faf904 |
|
MD5 | 7dddc2238929e49c3fd5e8387cf4a275 |
|
BLAKE2b-256 | 6c2e6cbe5a385100c45ef2108711d07dda14bb8e99ded257c7e1ce41dd14cd24 |