From 7f2851e8b1dc21554abb32a7e60958e7a47ec20e Mon Sep 17 00:00:00 2001 From: Iago Leal Date: Mon, 9 Oct 2023 13:03:59 -0300 Subject: [PATCH] Add ngrok --- programs/ngrok.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/ngrok.json diff --git a/programs/ngrok.json b/programs/ngrok.json new file mode 100644 index 00000000..be0fb4f5 --- /dev/null +++ b/programs/ngrok.json @@ -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." + } + ] +}