Skip to content

Commit

Permalink
Merge pull request #3641 from nextcloud/enh/noid/enable-apps
Browse files Browse the repository at this point in the history
  • Loading branch information
szaimen authored Oct 30, 2023
2 parents f4ee3ff + b36f71f commit 9cbcb93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions community-containers/libretranslate/libretranslate.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
],
"nextcloud_exec_commands": [
"php /var/www/html/occ app:install integration_libretranslate",
"php /var/www/html/occ app:enable integration_libretranslate",
"php /var/www/html/occ config:app:set integration_libretranslate host --value='http://nextcloud-aio-libretranslate'",
"php /var/www/html/occ config:app:set integration_libretranslate port --value='5000'"
]
Expand Down
4 changes: 3 additions & 1 deletion community-containers/local-ai/local-ai.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@
"echo 'Scanning nextcloud-aio-local-ai folder for admin user...'",
"php /var/www/html/occ files:scan --path='/admin/files/nextcloud-aio-local-ai'",
"php /var/www/html/occ app:install integration_openai",
"php /var/www/html/occ app:enable integration_openai",
"php /var/www/html/occ config:app:set integration_openai url --value http://nextcloud-aio-local-ai:8080",
"php /var/www/html/occ app:install assistant"
"php /var/www/html/occ app:install assistant",
"php /var/www/html/occ app:enable assistant"
]
}
]
Expand Down

0 comments on commit 9cbcb93

Please sign in to comment.