Feat: Initial Setup through env vars (#1736)
* initial support for initial setup * improve setup * improve mobile view * move base admin route * admin panel mobile view * set initial host and port * add docs * properly setup everything, use for dev env * change userconfig and interface port on setup, note users afterwards
This commit is contained in:
@@ -35,16 +35,18 @@
|
||||
"confirmPassword": "Confirm Password"
|
||||
},
|
||||
"setup": {
|
||||
"welcome": "Welcome to your first setup of wg-easy !",
|
||||
"welcomeDesc": "You have found the easiest way to install and manage WireGuard on any Linux host!",
|
||||
"welcome": "Welcome to your first setup of wg-easy",
|
||||
"welcomeDesc": "You have found the easiest way to install and manage WireGuard on any Linux host",
|
||||
"existingSetup": "Do you have an existing setup?",
|
||||
"createAdminDesc": "Please first enter an admin username and a strong secure password. This information will be used to log in to your administration panel.",
|
||||
"setupConfigDesc": "Please enter the host and port information. This will be used for the client configuration when setting up WireGuard on their devices.",
|
||||
"setupMigrationDesc": "Please provide the backup file if you want to migrate your data from your previous wg-easy version to your new setup.",
|
||||
"upload": "Upload",
|
||||
"migration": "Restore the backup",
|
||||
"migration": "Restore the backup:",
|
||||
"createAccount": "Create Account",
|
||||
"successful": "Setup successful"
|
||||
"successful": "Setup successful",
|
||||
"hostDesc": "Public hostname clients will connect to",
|
||||
"portDesc": "Public UDP port clients will connect to and WireGuard will listen on"
|
||||
},
|
||||
"update": {
|
||||
"updateAvailable": "There is an update available!",
|
||||
@@ -141,7 +143,7 @@
|
||||
"config": {
|
||||
"connection": "Connection",
|
||||
"hostDesc": "Public hostname clients will connect to (invalidates config)",
|
||||
"portDesc": "Public UDP port clients will connect to (invalidates config)",
|
||||
"portDesc": "Public UDP port clients will connect to (invalidates config, you probably want to change Interface Port too)",
|
||||
"allowedIpsDesc": "Allowed IPs clients will use (global config)",
|
||||
"dnsDesc": "DNS server clients will use (global config)",
|
||||
"mtuDesc": "MTU clients will use (only for new clients)",
|
||||
@@ -153,9 +155,10 @@
|
||||
"device": "Device",
|
||||
"deviceDesc": "Ethernet device the wireguard traffic should be forwarded through",
|
||||
"mtuDesc": "MTU WireGuard will use",
|
||||
"portDesc": "UDP Port WireGuard will listen on (could invalidate config)",
|
||||
"portDesc": "UDP Port WireGuard will listen on (you probably want to change Config Port too)",
|
||||
"changeCidr": "Change CIDR"
|
||||
}
|
||||
},
|
||||
"introText": "Welcome to the admin panel.\n\nHere you can manage the general settings, the configuration, the interface settings and the hooks.\n\nStart by choosing one of the sections in the sidebar."
|
||||
},
|
||||
"zod": {
|
||||
"generic": {
|
||||
|
||||
Reference in New Issue
Block a user