mirror of
https://github.com/harivansh-afk/betterNAS.git
synced 2026-04-15 08:03:42 +00:00
prepare runtime loop
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
parent
e75b3f98a6
commit
f754a217f4
12 changed files with 386 additions and 44 deletions
|
|
@ -51,8 +51,8 @@ if ! nextcloud_is_installed; then
|
|||
--database-host db \
|
||||
--database-user nextcloud \
|
||||
--database-pass nextcloud \
|
||||
--admin-user admin \
|
||||
--admin-pass admin \
|
||||
--admin-user "$NEXTCLOUD_ADMIN_USER" \
|
||||
--admin-pass "$NEXTCLOUD_ADMIN_PASSWORD" \
|
||||
--data-dir /var/www/html/data
|
||||
|
||||
if ! nextcloud_is_installed; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue