Skip to content

kaf-systems/outline-web-manager

 
 

Repository files navigation

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

About

Web manager for Outline VPN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 73.8%
  • Twig 23.8%
  • Dockerfile 2.4%