nextcloud_information
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
nextcloud_information [2025/02/04 20:51] – mike | nextcloud_information [2025/04/19 21:50] (current) – mike | ||
---|---|---|---|
Line 44: | Line 44: | ||
=== Additions to Nextcloud config (/ | === Additions to Nextcloud config (/ | ||
+ | (Note: make sure to update the xxx.xxx.xxx.xxx in the code below to the IP of the proxy) | ||
' | ' | ||
Line 82: | Line 83: | ||
Bounce nextcloud (docker restart nextcloud-app) after any/all config edits. | Bounce nextcloud (docker restart nextcloud-app) after any/all config edits. | ||
+ | |||
+ | === Bulk actions in Nextcloud === | ||
+ | In this example, we are deleting multiple users. | ||
+ | |||
+ | Create a text file listing the accounts to be deleted, one per line. | ||
+ | |||
+ | Execute the following command, referencing the just-created file: | ||
+ | for i in $(cat users_to_del.txt); | ||
+ | |||
nextcloud_information.1738731116.txt.gz · Last modified: 2025/02/04 20:51 by mike