10000 GitHub - kdshop/auth-manager: Basic Apache2 authentication manager
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kdshop/auth-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentication Manager

Requirements

  1. PHP 7 and Composer
  2. Yaml parser php7.2-yaml
  3. Server modules for .htpasswd authentication.

Set-up

Create files (examples in repository)
  • .htaccess
  • .htpasswd (user: admin password: admin)
  • .htgroup
Edit config.yaml and .htaccess
  • Point where .htaccess and .htgroup are stored.
Premissions
  • Set server as the owner of the files .htaccess and .htpasswd.

    sudo chown www-data:www-data .ht*

About

Basic Apache2 authentication manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0