Skip to content

nonspecialist/RatticWeb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RatticWeb

RatticWeb is the website part of the Rattic password management solution, which allows you to easily manage your users and passwords.

If you decide to use RatticWeb seperately from its other components (which don't exist yet) you should take the following into account:

  • The webpage should be served over HTTPS only, apart from a redirect from normal HTTP.
  • The filesystem in which the database is stored should be protected with encryption.
  • The access logs should be protected.
  • The machine which serves RatticWeb should be protected from access.
  • Tools like <a href=="http://www.ossec.net/">OSSEC are your friend.

Requirements:

Support and Known Issues:

Dev Setup:

  • Install requirements, if you need help seek out pydocs and your OS documentation.
  • Checkout the code
  • mkdir db
  • ./manage.py syncdb
  • ./manage.py migrate
  • ./manage.py runserver
  • Profit!

About

password management system

Resources

License

Stars

Watchers

Forks

Packages

No packages published