]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add ngrok
authorIago Leal <iago@iagoleal.com>
Mon, 9 Oct 2023 16:03:59 +0000 (13:03 -0300)
committerIago Leal <iago@iagoleal.com>
Mon, 9 Oct 2023 16:03:59 +0000 (13:03 -0300)
programs/ngrok.json [new file with mode: 0644]

diff --git a/programs/ngrok.json b/programs/ngrok.json
new file mode 100644 (file)
index 0000000..be0fb4f
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "name": "ngrok",
+    "files": [
+        {
+            "path": "$HOME/.ngrok2",
+            "movable": true,
+            "help": "Ngrok v3 uses the XDG spec.\n Update from v2 to v3 and run the following command to automatically relocate your configuration to __XDG_CONFIG_HOME__:\n\n```ngrok config upgrade --relocate```\n\nYou have to manually delete the old folder in your __HOME__ after that."
+        }
+    ]
+}