This commit is contained in:
Alexandre
2022-02-18 13:28:08 +01:00
parent 97f8ca78ab
commit 258cb25ae4
20 changed files with 24 additions and 3 deletions

View File

@@ -1,4 +1,6 @@
#!/usr/bin/env bashio
# shellcheck shell=bash
# shellcheck disable=SC2155
bashio::log.warning "Warning - minimum configuration recommended : 2 cpu cores and 4 GB of memory. Otherwise the system will become unresponsive and crash."
@@ -61,5 +63,5 @@ export APP_BASE_URL=$(bashio::config 'APP_BASE_URL')
bashio::log.info 'Starting Joplin. Initial user is "admin@localhost" with password "admin"'
cd /home/joplin
cd /home/joplin || true
npm --prefix packages/server start