Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tildaslash/RatticWeb
Password Management for Humans
https://github.com/tildaslash/RatticWeb
Last synced: 3 days ago
JSON representation
Password Management for Humans
- Host: GitHub
- URL: https://github.com/tildaslash/RatticWeb
- Owner: tildaslash
- License: gpl-2.0
- Archived: true
- Created: 2013-02-17T03:05:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-08-03T13:54:08.000Z (over 6 years ago)
- Last Synced: 2024-08-31T23:04:22.052Z (2 months ago)
- Language: Python
- Homepage: http://rattic.org/
- Size: 5.05 MB
- Stars: 474
- Watchers: 43
- Forks: 149
- Open Issues: 152
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - tildaslash/RatticWeb - Password Management for Humans (Python)
- starred-awesome - RatticWeb - Password Management for Humans (Python)
README
RatticWeb
=========Build Status: [![Build Status](https://travis-ci.org/tildaslash/RatticWeb.png?branch=master)](https://travis-ci.org/tildaslash/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 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 OSSEC are your friend.Support and Known Issues:
* Through twitter or Github Issues
* Apache config needs to have "WSGIPassAuthorization On" for the API keys to workDev Setup: