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: 7 months 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 13 years ago)
- Default Branch: master
- Last Pushed: 2025-03-03T17:44:47.000Z (7 months ago)
- Last Synced: 2025-03-03T18:42:41.106Z (7 months 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.06 MB
- Stars: 6
- Watchers: 22
- Forks: 22
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jasig Widget Portlets
[](https://maven-badges.herokuapp.com/maven-central/org.jasig.portlet/jasig-widget-portlets)
[](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