Skip to content

Commit f7ab2a6

Browse files
authored
Update README with CI badge and new screenshots (#18)
* Update README with CI badge and new screenshots Removed old badge images and added Docker CI badge. Updated screenshots section. * Update docker-compose.local.yml
1 parent 97ac441 commit f7ab2a6

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,13 @@
33
A production-ready web-based management interface for WireGuard VPN, featuring multi-user support, group management, and comprehensive security features.
44

55
![License](https://img.shields.io/badge/license-GPLv3-blue.svg)
6-
![Docker](https://img.shields.io/badge/docker-ready-blue.svg)
7-
![Security](https://img.shields.io/badge/security-hardened-green.svg)
6+
[![Docker Image CI for Main Branch](https://github.com/Arthur2500/wireguard-multiclient-webui/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/Arthur2500/wireguard-multiclient-webui/actions/workflows/docker-publish.yml)
87

98
## Screenshots
10-
11-
> **Note**: Screenshots showing the application interface will be added here. The application features:
12-
> - Modern, responsive web interface
13-
> - Dashboard with system overview and statistics
14-
> - Group management interface for creating and managing VPN networks
15-
> - Client management with configuration download
16-
> - Real-time traffic statistics and monitoring
9+
<img width="1440" height="812" alt="image" src="https://github.com/user-attachments/assets/fc03d12c-e1e3-43cd-9811-ca646ae0b16b" />
10+
<img width="1440" height="809" alt="image" src="https://github.com/user-attachments/assets/41d1d75a-c0cf-451a-befb-0d6f6162a020" />
11+
<img width="1440" height="799" alt="image" src="https://github.com/user-attachments/assets/ea2f0ff8-00f2-4b3f-8ac1-02affc47ca9f" />
12+
<img width="1440" height="809" alt="image" src="https://github.com/user-attachments/assets/fabd8996-8c1d-4c2f-b5e4-5cf2fbef4e5e" />
1713

1814
## Features
1915

@@ -374,4 +370,4 @@ If you discover a security vulnerability, please report it responsibly:
374370

375371
---
376372

377-
**Made for the WireGuard community**
373+
**Made for the WireGuard community**

docker-compose.local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
container_name: wg-frontend
3737
restart: unless-stopped
3838
ports:
39-
- "8088:80"
39+
- "8080:80"
4040
depends_on:
4141
backend:
4242
condition: service_healthy

0 commit comments

Comments
 (0)