From aca396e993c18a73d6565e084df000930fed5800 Mon Sep 17 00:00:00 2001 From: Bas van den Berg <74251551+bvdberg01@users.noreply.github.com> Date: Tue, 18 Mar 2025 19:11:38 +0100 Subject: [PATCH] Move cryptpad files to right folders (#3242) --- cryptpad.sh => ct/cryptpad.sh | 0 cryptpad.json => frontend/public/json/cryptpad.json | 3 ++- cryptpad-install.sh => install/cryptpad-install.sh | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename cryptpad.sh => ct/cryptpad.sh (100%) rename cryptpad.json => frontend/public/json/cryptpad.json (99%) rename cryptpad-install.sh => install/cryptpad-install.sh (100%) diff --git a/cryptpad.sh b/ct/cryptpad.sh similarity index 100% rename from cryptpad.sh rename to ct/cryptpad.sh diff --git a/cryptpad.json b/frontend/public/json/cryptpad.json similarity index 99% rename from cryptpad.json rename to frontend/public/json/cryptpad.json index a75a2ba97..06d45efce 100644 --- a/cryptpad.json +++ b/frontend/public/json/cryptpad.json @@ -35,4 +35,5 @@ "text": "After installation finishes, `systemctl status cryptpad.service` to get token URL which you can use to create admin account", "type": "info" } - } + ] +} diff --git a/cryptpad-install.sh b/install/cryptpad-install.sh similarity index 100% rename from cryptpad-install.sh rename to install/cryptpad-install.sh