Skip to main content

Hey Jamf Nation,

I want to give the app a configuration that our server URL is mapped there. Unfortunately I can't reach my goal with the App Configurator from Jamf. The URL is not provided. Does anyone have a pList/configuration file that includes the server URL? Or does anyone have any idea what I'm doing wrong?


Thx :D

still an interesting issue - the solution would make a lot of school admins very happy.


Where is some info stored in the plist
defaults read ~/Library/Preferences/com.nextcloud.desktopclient
But the main configuration is stored in /Users/<username>/Library/Preferences/Nextcloud/nextcloud.cfg and it is documented here: https://docs.nextcloud.com/desktop/latest/advancedusage.html

It looks something like this

[General] confirmExternalStorage=true isVfsEnabled=false newBigFolderSizeLimit=500 optionalServerNotifications=true overrideLocalDir= overrideServerUrl= showCallNotifications=true useNewBigFolderSizeLimit=true [Accounts] 0\\Folders\\1\\ignoreHiddenFiles=true 0\\Folders\\1\\localPath=/Users/test-user/Desktop/ 0\\Folders\\1\\paused=false 0\\Folders\\1\\targetPath=/Desktop 0\\Folders\\1\\version=2 0\\Folders\\1\\virtualFilesMode=off 0\\Folders\\2\\ignoreHiddenFiles=true 0\\Folders\\2\\localPath=/Users/test-user/Documents/ 0\\Folders\\2\\paused=false 0\\Folders\\2\\targetPath=/Documents 0\\Folders\\2\\version=2 0\\Folders\\2\\virtualFilesMode=off 0\\Folders\\3\\ignoreHiddenFiles=true 0\\Folders\\3\\localPath=/Users/test-user/Downloads/ 0\\Folders\\3\\paused=false 0\\Folders\\3\\targetPath=/Downloads 0\\Folders\\3\\version=2 0\\Folders\\3\\virtualFilesMode=off 0\\authType=webflow 0\\dav_user=test-user 0\\displayName=Mr Test User 0\\url=https://cloud.test.com 0\\user=@Invalid() 0\\version=1 0\\webflow_user=test-user version=2