Advertisement
Guest User

Untitled

a guest
Oct 6th, 2021
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. {
  2. "server" : "https://blackhole",
  3. "theme": "https://blackhole/apps/web/themes/owncloud/theme.json",
  4. "auth": {
  5. "clientId": "***",
  6. "url": "https://blackhole/index.php/apps/oauth2/api/v1/token",
  7. "authUrl": "https://blackhole/index.php/apps/oauth2/authorize"
  8. },
  9. "apps" : [
  10. "files",
  11. "media-viewer",
  12. "draw-io"
  13. ],
  14. "applications" : [
  15. {
  16. "title": {
  17. "en": "Classic Design",
  18. "de": "Dateien"
  19. },
  20. "icon": "switch_ui",
  21. "url": "https://blackhole/index.php/apps/files"
  22. },
  23. {
  24. "icon": "application",
  25. "menu": "user",
  26. "target": "_self",
  27. "title": {
  28. "de": "Einstellungen",
  29. "en": "Settings"
  30. },
  31. "url": "https://blackhole/index.php/settings/personal"
  32. }
  33. ]
  34. }
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement