Skip to content

VpnAuth user provider and authenticator plugin for OwnCloud/NextCloud

Notifications You must be signed in to change notification settings

EnigmaBridge/user_vpnauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OwnCloud User Authenticator

OwnCloud user authentication provider enables to create users / login into the owncloud using Enigma Bridge Private Spaces.

With this plugin you don't need any password to log in.

Installation

  • Download the app
cd owncloud/apps
git clone https://github.com/EnigmaBridge/user_vpnauth.git

# change the owner to match web user
chown -R nginx:nginx user_vpnauth
  • Enable the app, either in the apps or from cli:
sudo -u nginx php occ app:enable user_vpnauth