Run locally
Terminal
$ npx launchfile up wg-easy Requires Docker Desktop. No source code needed — pulls pre-built images and starts wg-easy with all dependencies.
Image:
ghcr.io/wg-easy/wg-easy:latest Launchfile
View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
# NOTE: wg-easy requires the NET_ADMIN Linux capability for managing WireGuard interfaces.
# Providers must grant this capability or run the container in privileged mode.
version: launch/v1
name: wg-easy
description: "WireGuard VPN server with simple web management UI"
repository: https://github.com/wg-easy/wg-easy
logo: https://raw.githubusercontent.com/wg-easy/wg-easy/master/src/www/img/logo.svg
image: ghcr.io/wg-easy/wg-easy:latest
provides:
- protocol: http
port: 51821
exposed: true
- protocol: udp
port: 51820
env:
WG_HOST:
required: true
description: "Public hostname or IP for WireGuard"
PASSWORD_HASH:
generator: secret
sensitive: true
description: "bcrypt hash of admin password"
restart: always Learn More
Spec references for features used in this Launchfile.
Related Apps
activepieces
UncategorizedWorkflow automation with 200+ integrations (open-source Zapier alternative)
linkwarden
UncategorizedCollaborative bookmark manager with full-text search and AI tagging
matomo
UncategorizedPrivacy-focused web analytics platform (formerly Piwik, Google Analytics alternative)