Commit 0c63f7a4 authored by Hendrik Garske's avatar Hendrik Garske

docs: README vereinfacht - keine .env Datei mehr benötigt

parent fa40851b
Pipeline #30 failed with stages
......@@ -58,25 +58,7 @@ cd wg-easy
npm install
```
### 3. WireGuard Easy Backend starten
```bash
docker run -d \
--name=wg-easy \
-e WG_HOST=YOUR_SERVER_IP \
-e PASSWORD=YOUR_PASSWORD \
-v ~/.wg-easy:/etc/wireguard \
-p 51820:51820/udp \
-p 51821:51821/tcp \
--cap-add=NET_ADMIN \
--cap-add=SYS_MODULE \
--sysctl="net.ipv4.conf.all.src_valid_mark=1" \
--sysctl="net.ipv4.ip_forward=1" \
--restart unless-stopped \
weejewel/wg-easy
```
### 4. Development Server starten
### 3. Development Server starten
```bash
npm run dev
......@@ -84,6 +66,12 @@ npm run dev
Die Anwendung läuft jetzt auf [http://localhost:3000](http://localhost:3000)
**Wichtig:** Die Anwendung ist bereits vollständig konfiguriert mit:
- **WG_API_URL**: `https://corex-wg-easy.corexmanagement.de`
- **WG_PASSWORD**: `CoreX2024!Secure#VPN`
**Keine .env Datei erforderlich!** Die Standardwerte sind direkt im Code konfiguriert.
## 🐳 Docker Setup
### Dockerfile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment