Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 1.66 KB

README.md

File metadata and controls

52 lines (43 loc) · 1.66 KB

OutlineVPN Web Manager

This is a web manager for the open source project Outline VPN.
This project based on Symfony (PHP 8.2).

Requirements

Docker
Docker Compose

Screenshot

Spoiler image image image image image image

Features

  • Add and manage an unlimited number of OutlineVPN servers
  • Manage keys

Install

  1. Clone this repository
git clone git@github.com:edvardpotter/outline-web-manager.git
  1. Copy .env
cp .env.dist .env.local
  1. Set APP_SECRET in .env.local
# For example
APP_SECRET=1bb915f10df615fa087cc891dfd9cc5f6be86d79
  1. Build containers
docker-compose up -d
  1. Open http://localhost:8086/admin
    Email: user@email.local
    Password: 123456

NOTE: Change user email and password in admin panel after login