Skip to content

Commit

Permalink
Enable app in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mickenordin committed Aug 30, 2024
1 parent 8631575 commit 87580e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ docker: selfsignedcert docker_kill package
docker exec -u www-data nextcloud /bin/bash -c "/var/www/html/occ maintenance:install --admin-user='admin' --admin-pass='adminpassword'"
docker exec -u www-data nextcloud /bin/bash -c "/var/www/html/occ app:install files_accesscontrol"
docker exec -u www-data nextcloud /bin/bash -c "/var/www/html/occ app:install files_automatedtagging"
docker exec -u www-data nextcloud /bin/bash -c "/var/www/html/occ app:install twofactor_webauthn"
docker exec -u www-data nextcloud /bin/bash -c "/var/www/html/occ app:install twofactor_webauthn"
docker exec -u www-data nextcloud /bin/bash -c "/var/www/html/occ app:enable mfazones"
docker exec -u www-data nextcloud /bin/bash -c "/var/www/html/occ group:add mfa"
docker exec -u www-data nextcloud /bin/bash -c "/var/www/html/occ twofactorauth:enforce --on --group mfa"
docker exec -u www-data nextcloud /bin/bash -c "/var/www/html/occ group:adduser mfa admin"
Expand Down

0 comments on commit 87580e7

Please sign in to comment.