From f121c2d6a736ad19bdb2066602ddb275bb287046 Mon Sep 17 00:00:00 2001 From: Stixx Date: Wed, 6 Nov 2024 17:07:58 +0100 Subject: [PATCH] chore: config in start.sh --- .gitignore | 2 +- .idea/workspace.xml | 251 -------------------------------------------- start.sh | 6 +- 3 files changed, 4 insertions(+), 255 deletions(-) delete mode 100644 .idea/workspace.xml diff --git a/.gitignore b/.gitignore index 8154dd6..98f887d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ ## .idea folder (JetBrains IDEs) -.idea +#.idea ## File-based project format *.iws diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 3e1008c..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,251 +0,0 @@ - - - - - - - - - - - - - - - - - - - { - "associatedIndex": 3 -} - - - - - - - { - "keyToString": { - "Docker.Dockerfile prod-deps.executor": "Run", - "RunOnceActivity.ShowReadmeOnStart": "true", - "git-widget-placeholder": "master", - "last_opened_file_path": "/home/mihajlo/external-projects/nostrdev/cheems/design", - "node.js.detected.package.eslint": "true", - "node.js.detected.package.tslint": "true", - "node.js.selected.package.eslint": "(autodetect)", - "node.js.selected.package.tslint": "(autodetect)", - "nodejs_package_manager_path": "pnpm", - "prettierjs.PrettierConfiguration.Package": "/home/mihajlo/external-projects/nostrdev/stuff/blossom-cloudron/node_modules/prettier", - "settings.editor.selected.configurable": "project.propVCSSupport.CommitDialog", - "ts.external.directory.path": "/home/mihajlo/Downloads/WebStorm-2024.2.3/WebStorm-242.23339.15/plugins/javascript-plugin/jsLanguageServicesImpl/external", - "vue.rearranger.settings.migration": "true" - } -} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1730730943588 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/start.sh b/start.sh index b0b7bcd..5745090 100644 --- a/start.sh +++ b/start.sh @@ -1,10 +1,10 @@ #!/bin/bash -echo "==> Changing ownership" -chown -R cloudron:cloudron /app/data - echo "==> Copy config" cp config.example.yml /app/data/config.yml +echo "==> Changing ownership" +chown -R cloudron:cloudron /app/data + echo "==> Starting Blossom" exec /usr/local/bin/gosu cloudron:cloudron node /app