Skip to content

a FORK of the web portal - serves as a link to the actual web portal

License

Notifications You must be signed in to change notification settings

UMass-RC/unity-web-portal

 
 

Repository files navigation

alt text

Unity Web Portal

Unity Web Portal is a PHP application built in top of MariaDB and LDAP which acts as a central user portal for high-performance-computing clusters. Features include:

  • Automation of LDAP object/user creation with SSH public key configurations
  • Custom user group creation in LDAP
  • Cluster notices
  • Content Management
  • Modularity for external websites
  • Automatic emails to admins/emails
  • Robust branding customization
  • Custom user options
  • Featured admin panel
  • Many more features, and more to come!

Installation/Deployment

  1. Web server prerequisites
    1. Accessible OpenLDAP server
    2. Accessible MySQL / MariaDB server
    3. Accessible SMTP Server
    4. Some HTTP Authentication mechanism (such as Shibboleth SP)
    5. Composer (apt install composer on Ubuntu)
    6. PHP Extensions
      1. php-ldap
  2. Composer packages
    1. cd to this repository
    2. Install packages composer update
  3. Setup config file config/config.ini according to your site deployment
  4. Point your web server's document root to webroot in this repo

The scope of this project ends at being responsible for the LDAP user database. We recommend production deployments to set up scripts which detect changes in LDAP and then perform further actions. For example, a script can be used to create Slurm scheduler accounting roles based on the LDAP information created by this website.

Web Server Setup

External to this codebase, you must configure authentication using your web server. You must retrict the following:

  • /panel - users who are signed in
  • /admin - admins who are signed in

About

a FORK of the web portal - serves as a link to the actual web portal

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 86.1%
  • CSS 8.4%
  • JavaScript 3.1%
  • Dockerfile 2.2%
  • Other 0.2%