Skip to content
Open
Show file tree
Hide file tree
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
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# VyManager
# 🖥️ VyManager

Modern web interface to make configuring, deploying and monitoring VyOS routers easier

## ❌ Legacy version. This version will be announced End of Life very soon. Migrate to our widely improved [Open Beta](https://github.com/Community-VyProjects/VyManager/tree/beta).

---

### 🔐 VyManager Legacy

## VyOS Version Support
Currently being developed for:
- VyOS 1.4-sagitta **(full)**
Expand All @@ -13,8 +19,6 @@ Currently being developed for:

[💭 Feel free to join our official Discord community](https://discord.gg/k9SSkK7wPQ)

**[Live Demo (limited uptime during some periods)](https://vymanager.vyprojects.org)**

![alt text](image.png)

---
Expand Down
94 changes: 54 additions & 40 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.292.0",
"next": "^15.5.2",
"next": "^15.5.7",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
26 changes: 26 additions & 0 deletions scripts/vymanager-install-2404-readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
################################################################################
# Script Name : vymanager-install-2404-readme.txt
# Description : This is a readme file to show you how to get this script up and running.
# Author : John Harrison
# Created : 2025-12-17
# Version : 1.0.0
# License : MIT
#
# Project : ExileSolutionsCloud
# Repository : https://github.com/jharrison712/exilesolutionscloud
#
# Changelog:
# [2025-11-17] v1.0.0 — First stable release
################################################################################

# 1. Download the script from GitHub
sudo wget https://raw.githubusercontent.com/USERNAME/REPO/main/Linux/FILENAME

# 2. Convert file to Unix format (avoids CRLF issues)
sudo dos2unix FILENAME

# 3. Make the script executable
sudo chmod +x FILENAME

# 4. Run the script
./FILENAME
Loading