这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 41 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
This SPA display CDN manager (Fastly).

> [!CAUTION]
> **This project is owned by the Upsun Advocacy team. It is in early stage of development [experimental] and only intended to be used with caution by Upsun customers/community. <br /><br />This project is not supported by Upsun and does not qualify for Support plans. Use this repository at your own risks, it is provided without guarantee or warranty!**
> **This project is owned by the Upsun Advocacy team. It is in early stage of development [experimental] and only intended to be used with caution by Upsun customers/community. <br /><br />This project is not supported by Upsun and does not qualify for Support plans. Use this repository at your own risks, it is provided without guarantee nor warranty!**
> Don’t hesitate to join our [Discord](https://discord.com/invite/platformsh) to share your thoughts about this project.

## Usage

> Note : Currently Read-only (Write is WIP) and purge all application.
> Note : Currently Read-only and purge all application URLs behind the CDN.

Open on your browser : [https://fastsun.plugins.pltfrm.sh/](https://fastsun.plugins.pltfrm.sh/)

Expand All @@ -18,7 +18,45 @@ Enter your :

Enjoy !

## Development
## Features

FastSun provides a comprehensive web interface to manage your Fastly CDN through the Fastly API. The interface allows you to:

### 📊 **Service Overview & Monitoring**
- View CDN service details and configuration summary
- Monitor real-time statistics and performance metrics
- Track service activity and recent events history
- View current VCL version and service status

### 🛡️ **Access Control Lists (ACLs)**
- View and manage Access Control Lists for your service
- Browse ACL entries (IP addresses, CIDR blocks)
- Update ACL configurations to control traffic access
- Manage security rules and restrictions

### 🔧 **VCL Configuration**
- Browse VCL (Varnish Configuration Language) versions
- View generated VCL content and configurations

### 🧹 **Cache Purging**
- **Purge All**: Clear entire CDN cache with one click
- **Selective Purging**: Purge specific URLs or content
- **Purge by Key**: Target specific cache keys for purging
- Real-time purge status and confirmation

### 🔐 **Security & Credentials**
- Secure credential storage (stored locally in browser only)
- Encrypted token management for enhanced security
- No third-party credential sharing

### 📈 **Real-time Analytics**
- Access real-time CDN performance data
- Monitor traffic patterns and cache hit rates
- Track bandwidth usage and request metrics
- Historical data visualization

All interactions with your Fastly service are performed through the official Fastly API, ensuring reliable and up-to-date access to your CDN configuration and metrics.


### Recommended IDE Setup

Expand Down