ustclug/lug-vpn-web

By ustclug

Updated about 19 hours ago

LUG VPN application and management system

Image
Networking
Security
Web servers
4

5.8K

ustclug/lug-vpn-web repository overview

[gpt-4] # ustclug/lug-vpn-web

This Docker image is a part of the USTCLUG (University of Science and Technology of China Linux User Group) project, designed to establish a Virtual Private Network (VPN) via a web interface.

Table of Contents

Description

The ustclug/lug-vpn-web Docker image encapsulates a web service portal that interfaces with a VPN service. This helps to create a secure, encrypted "tunnel" over the internet between your network and your service hosted at USTCLUG.

Getting Started

Prerequisites
Running the Docker Image

To pull the Docker image from Docker Hub, use the following command:

docker pull ustclug/lug-vpn-web:latest

To start a Docker container from this image, use the following command:

docker run -d --name vpn-web -p 8080:80 ustclug/lug-vpn-web

Here, we map the host's 8080 port to the container's 80 port where the service is listening to incoming connections.

Usage

  • After starting the container, you can access the web interface via http://localhost:8080
  • Next, follow the web prompt to connect to the VPN.

Support

In case of issues or for additional information, raise a ticket on our GitHub repository.

License

The ustclug/lug-vpn-web is under XYZ license. For more details please see the LICENSE file.

Please note that this is a generic README and some details might not be accurate or need additional data. Always refer to the official documentation or the publisher for more accurate data.

Tag summary

Content type

Image

Digest

sha256:a2944456a

Size

47.7 MB

Last updated

about 19 hours ago

docker pull ustclug/lug-vpn-web:light