Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uPortal-Project/JasigWidgetPortlets
Grab bag of small utility portlets.
https://github.com/uPortal-Project/JasigWidgetPortlets
hacktoberfest jasig-widget-portlets java portal portlet uportal uportal-start-bundled
Last synced: 18 days ago
JSON representation
Grab bag of small utility portlets.
- Host: GitHub
- URL: https://github.com/uPortal-Project/JasigWidgetPortlets
- Owner: uPortal-Project
- License: apache-2.0
- Created: 2012-03-14T21:02:05.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-19T06:02:42.000Z (23 days ago)
- Last Synced: 2024-10-19T20:40:26.713Z (22 days ago)
- Topics: hacktoberfest, jasig-widget-portlets, java, portal, portlet, uportal, uportal-start-bundled
- Language: Java
- Homepage: https://wiki.jasig.org/display/PLT/Jasig+Widget+Portlets
- Size: 1.05 MB
- Stars: 6
- Watchers: 22
- Forks: 22
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jasig Widget Portlets
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.jasig.portlet/jasig-widget-portlets/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.jasig.portlet/jasig-widget-portlets)
[![build status](https://github.com/Jasig/JasigWidgetPortlets/workflows/CI/badge.svg?branch=master)](https://github.com/Jasig/JasigWidgetPortlets/actions)This is a [Sponsored Portlet][] in the uPortal ecosystem.
## Configuration
See also [documentation in the external wiki][Jasig Widget Portlets in Confluence].
### Using Encrypted Property Values
You may optionally provide sensitive configuration items -- such as service passwords and API keys -- in encrypted format. Use the [Jasypt CLI Tools](http://www.jasypt.org/cli.html) to encrypt the sensitive value, then include it in a `.properties` file like this:
```
hibernate.connection.password=ENC(9ffpQXJi/EPih9o+Xshm5g==)
```Specify the encryption key using the `UP_JASYPT_KEY` environment variable.
[Sponsored Portlet]: https://wiki.jasig.org/display/PLT/Jasig+Sponsored+Portlets
[Jasig Widget Portlets in Confluence]: https://wiki.jasig.org/display/PLT/Jasig+Widget+Portlets