mirror of
https://github.com/pvlnes/homelab.git
synced 2026-04-05 20:01:45 +00:00
40 lines
801 B
Plaintext
40 lines
801 B
Plaintext
#####################################
|
|
# Remnawave Node Bootstrap Template
|
|
#####################################
|
|
|
|
# Admin user created on VPS
|
|
ADMIN_USER=pvlx
|
|
|
|
# SSH port (default 22)
|
|
SSH_PORT=22
|
|
|
|
#####################################
|
|
# Node identity
|
|
#####################################
|
|
|
|
# Name shown in docker / hostname
|
|
NODE_NAME=fin-node-01
|
|
|
|
# Node working directory
|
|
NODE_DIR=/opt/remnanode
|
|
|
|
#####################################
|
|
# Remnawave connection
|
|
#####################################
|
|
|
|
# SECRET KEY generated in Remnawave panel
|
|
SECRET_KEY=PASTE_NODE_SECRET_HERE
|
|
|
|
# Remnawave API endpoint
|
|
MASTER_API_URL=https://rat-api.sesur.dev
|
|
|
|
# Node control port
|
|
NODE_PORT=2222
|
|
|
|
#####################################
|
|
# Firewall
|
|
#####################################
|
|
|
|
# Enable UFW firewall
|
|
ENABLE_UFW=true
|