🚀 FontAwesome Pro Self-Hosted Service

✓ Service is running! Your FontAwesome Pro self-hosted service is active and ready to use.

📋 Quick Start

This service hosts FontAwesome Pro 6.7.2 files, allowing you to use FontAwesome in your projects without relying on external CDNs.

🔗 Available Endpoints

All Styles (CSS):
http://localhost:8080/fontawesome/css/all.min.css
Solid Style:
http://localhost:8080/fontawesome/css/solid.min.css
Regular Style:
http://localhost:8080/fontawesome/css/regular.min.css
Light Style:
http://localhost:8080/fontawesome/css/light.min.css
Brands Style:
http://localhost:8080/fontawesome/css/brands.min.css

đŸ’ģ Usage in Your Projects

Include FontAwesome in your HTML:

<!-- Use all styles -->
<link rel="stylesheet" href="http://localhost:8080/fontawesome/css/all.min.css">

<!-- Or use specific styles -->
<link rel="stylesheet" href="http://localhost:8080/fontawesome/css/fontawesome.min.css">
<link rel="stylesheet" href="http://localhost:8080/fontawesome/css/solid.min.css">
<link rel="stylesheet" href="http://localhost:8080/fontawesome/css/brands.min.css">

🎨 Icon Demo

Here are some example icons (these will only display if FontAwesome files are properly loaded):

Home
User
Heart
Star
GitHub
Email
Settings
Cloud

🔧 Configuration

The service runs on port 8080 by default. You can change this in the docker-compose.yml file:

ports:
  - "YOUR_PORT:80"  # Change YOUR_PORT to your desired port

🌐 Production Deployment

âš ī¸ Important: For production use, replace localhost:8080 with your actual domain name or IP address.

📚 Additional Resources

â„šī¸ Service Information

Version: FontAwesome Pro 6.7.2
Server: Nginx (Alpine Linux)
Container: fontawesome-pro
CORS: Enabled (allows cross-origin requests)