HTAdmin is a simple .htaccess and .htpasswd editor to secure web content on an apache web server
Stefan Ostermann 3ab75d1727 Readme improved. | 8 éve | |
---|---|---|
manifests | 8 éve | |
puppet | 8 éve | |
sites | 8 éve | |
.gitignore | 8 éve | |
README.md | 8 éve | |
Vagrantfile | 8 éve | |
screenshot.png | 8 éve |
HTAdmin is a simple .htaccess and .htpasswd editor implemented in PHP with a nice frontend (based on bootstrap). It's intended to secure a folder of plain html files with multiple users. The admin has to create a user, but every user can change his password by himself using a self service area.
It comes with a preconfigured Vagrant / Puppet VM, so you don't have to install a LAMP stack locally for testing.
You find the application in sites/html/htadmin
.
Just install vagrant and virtual box and type
vagrant up
to start the vm. After startup point your browser to:
Standard access: admin / admin, make sure to change that in your ...config/config.ini
. You have to enter a hashed password, there is a tool for its generation included in the webapp:
http://localhost/htadmin/adminpwd.php
the .htaccess and .htpasswd files are configured for this folder:
Enjoy!