- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus Enterprise
- >
- Best Practices for Serving Custom Fonts & Assets i...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago - last edited a week ago by support_s
2 weeks ago - last edited a week ago by support_s
Best Practices for Serving Custom Fonts & Assets in Morpheus HA Environments
Hi everyone — I’m running a 3-node Morpheus HA setup, with NFS-mounted storage across all nodes. I'm working on customizing the UI by changing the default font and adding branded assets.
To make the fonts and images available, I:
Configured an S3 bucket and linked it to the Archive tab in Morpheus
Uploaded all custom fonts and images there
Generated public/private URLs through Morpheus for each asset
The problem is — these URLs behave like direct download links. Every time the browser references these assets (e.g. inside override.css for font-face or background image rules), it initiates a file download instead of rendering the assets like static content.
This leads to:
Delayed rendering on every browser reload
Fonts and images feeling non-persistent or non-cached
A sub-optimal whitelabel experience
My Questions:
Is there a way to serve static assets directly from the Morpheus nodes, instead of relying on download-style links via the Archive tab?
Can I safely place fonts and images in a specific directory on the nodes, like /var/opt/morpheus/custom-ui/fonts/, and use that path in override.css?
In an HA setup with NFS-backed storage, how can I ensure these assets are served consistently across all nodes and exposed via /custom-ui/ URL paths without access issues (e.g. 403 errors)?
Any advice on best practices for font delivery, caching, or verified patterns from your own environments would be greatly appreciated.
Thanks!
- Tags:
- storage controller