awg-easy-docker-installer
=========================

This package installs a helper script to deploy the AmneziaWG Easy
Docker container - a web-based administration UI for AmneziaWG VPN.

Quick Start:
------------
1. Set up your VPN server:
   sudo awg-easy-setup --host YOUR_SERVER_IP --password YOUR_PASSWORD

2. Access the Web UI:
   http://YOUR_SERVER_IP:51821
   Login with YOUR_PASSWORD

3. Create VPN clients through the web interface

Commands:
---------
  awg-easy-setup --help                    Show all options
  awg-easy-setup --host IP --password PASS First installation
  awg-easy-setup --update                   Update container (keeps config)
  awg-easy-setup --remove                    Remove container and config

Configuration:
--------------
- Container config: ~/.amnezia-wg-easy/
- Web UI port: 51821 (configurable with --port)
- VPN port: 51820/udp (configurable with --wg-port)

Requirements:
-------------
- Docker (installed automatically if missing)
- Root access for installation
- A public IP address or domain name

The container uses the AmneziaWG kernel module if available,
or falls back to userspace implementation automatically.
