Adds task to install a list of Nextcloud apps #7

Merged
jotbe merged 1 commit from feature/auto-install-apps into master 2023-12-10 11:43:17 +01:00
Owner

If you set up a Nextcloud instance manually to test apps and now e.g. want to deploy a fresh instance, get a list of apps (assuming Nextcloud throught Docker Compose):

docker-compose exec --user www-data nextcloud-app ./occ list

Add the desired apps to the Ansible inventory:

nextcloud_app_list_to_install:
  - twofactor_backupcodes
  - twofactor_totp
  - twofactor_webauthn
  - password_policy
  - richdocuments
  - suspicious_login
  - sociallogin
If you set up a Nextcloud instance manually to test apps and now e.g. want to deploy a fresh instance, get a list of apps (assuming Nextcloud throught Docker Compose): ```bash docker-compose exec --user www-data nextcloud-app ./occ list ``` Add the desired apps to the Ansible inventory: ```yaml nextcloud_app_list_to_install: - twofactor_backupcodes - twofactor_totp - twofactor_webauthn - password_policy - richdocuments - suspicious_login - sociallogin ```
jotbe added 1 commit 2023-12-10 11:43:00 +01:00
jotbe merged commit 19e2864e9b into master 2023-12-10 11:43:17 +01:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: jotbe/ansible-role-nextcloud-docker#7
No description provided.