From 4888a827c591d33534ac7927a7065c32d544c3fe Mon Sep 17 00:00:00 2001 From: tremor021 Date: Thu, 16 Oct 2025 19:13:52 +0200 Subject: [PATCH] Update Open Archiver --- ct/{openarchiver.sh => open-archiver.sh} | 0 .../public/json/{openarchiver.json => open-archiver.json} | 2 +- .../{openarchiver-install.sh => open-archiver-install.sh} | 8 ++++---- 3 files changed, 5 insertions(+), 5 deletions(-) rename ct/{openarchiver.sh => open-archiver.sh} (100%) rename frontend/public/json/{openarchiver.json => open-archiver.json} (96%) rename install/{openarchiver-install.sh => open-archiver-install.sh} (96%) diff --git a/ct/openarchiver.sh b/ct/open-archiver.sh similarity index 100% rename from ct/openarchiver.sh rename to ct/open-archiver.sh diff --git a/frontend/public/json/openarchiver.json b/frontend/public/json/open-archiver.json similarity index 96% rename from frontend/public/json/openarchiver.json rename to frontend/public/json/open-archiver.json index e1d96d91..66d1f809 100644 --- a/frontend/public/json/openarchiver.json +++ b/frontend/public/json/open-archiver.json @@ -17,7 +17,7 @@ "install_methods": [ { "type": "default", - "script": "ct/openarchiver.sh", + "script": "ct/open-archiver.sh", "resources": { "cpu": 2, "ram": 3072, diff --git a/install/openarchiver-install.sh b/install/open-archiver-install.sh similarity index 96% rename from install/openarchiver-install.sh rename to install/open-archiver-install.sh index 57c90092..53eba7ff 100644 --- a/install/openarchiver-install.sh +++ b/install/open-archiver-install.sh @@ -34,10 +34,10 @@ $STD sudo -u postgres psql -c "ALTER ROLE $DB_USER SET client_encoding TO 'utf8' $STD sudo -u postgres psql -c "ALTER ROLE $DB_USER SET default_transaction_isolation TO 'read committed';" $STD sudo -u postgres psql -c "ALTER ROLE $DB_USER SET timezone TO 'UTC';" { - echo "Open Archiver DB Credentials" - echo "Database Name: $DB_NAME" - echo "Database User: $DB_USER" - echo "Database Password: $DB_PASS" + echo "Open Archiver DB Credentials" + echo "Database Name: $DB_NAME" + echo "Database User: $DB_USER" + echo "Database Password: $DB_PASS" } >>~/openarchiver.creds msg_ok "Set up PostgreSQL"