Advertisement
Guest User

Untitled

a guest
Jul 27th, 2021
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. ## Server configuration detail
  2.  
  3. **Operating system:** Linux 5.4.0-80-generic #90-Ubuntu SMP Fri Jul 9 22:49:44 UTC 2021 x86_64
  4.  
  5. **Webserver:** nginx/1.18.0 (fpm-fcgi)
  6.  
  7. **Database:** mysql 10.4.20
  8.  
  9. **PHP version:** 7.4.21
  10.  
  11. Modules loaded: Core, date, libxml, pcre, zlib, filter, hash, readline, Reflection, SPL, session, cgi-fcgi, bcmath, bz2, ctype, curl, dom, fileinfo, ftp, gd, gmp, iconv, standard, intl, json, ldap, mbstring, openssl, pcntl, PDO, pgsql, posix, imap, SimpleXML, smbclient, sodium, sqlite3, xml, xmlwriter, zip, exif, mysqlnd, pdo_pgsql, pdo_sqlite, Phar, xmlreader, pdo_mysql, apcu, igbinary, redis, memcached, imagick, mcrypt, libsmbclient, Zend OPcache
  12.  
  13. **Nextcloud version:** 22.0.0 - 22.0.0.11
  14.  
  15. **Updated from an older Nextcloud/ownCloud or fresh install:**
  16.  
  17. **Where did you install Nextcloud from:** unknown
  18.  
  19. <details><summary>Signing status</summary>
  20.  
  21.  
  22. Array
  23. (
  24. )
  25.  
  26. </details>
  27.  
  28. <details><summary>List of activated apps</summary>
  29.  
  30.  
  31. ```
  32. Enabled:
  33. - accessibility: 1.7.0
  34. - activity: 2.15.0
  35. - bruteforcesettings: 2.2.0
  36. - calendar: 2.3.1
  37. - circles: 22.0.0
  38. - cloud_federation_api: 1.4.0
  39. - comments: 1.11.0
  40. - contacts: 4.0.0
  41. - contactsinteraction: 1.2.0
  42. - dashboard: 7.1.0
  43. - dav: 1.18.0
  44. - federatedfilesharing: 1.11.0
  45. - federation: 1.11.0
  46. - files: 1.16.0
  47. - files_pdfviewer: 2.3.0
  48. - files_rightclick: 1.1.0
  49. - files_sharing: 1.13.2
  50. - files_trashbin: 1.11.0
  51. - files_versions: 1.14.0
  52. - files_videoplayer: 1.11.0
  53. - firstrunwizard: 2.11.0
  54. - logreader: 2.7.0
  55. - lookup_server_connector: 1.9.0
  56. - mail: 1.10.1
  57. - nextcloud_announcements: 1.11.0
  58. - notifications: 2.10.1
  59. - oauth2: 1.9.0
  60. - password_policy: 1.12.0
  61. - photos: 1.4.0
  62. - privacy: 1.6.0
  63. - provisioning_api: 1.11.0
  64. - recommendations: 1.1.0
  65. - richdocuments: 4.2.0
  66. - serverinfo: 1.12.0
  67. - settings: 1.3.0
  68. - sharebymail: 1.11.0
  69. - spreed: 12.0.1
  70. - support: 1.5.0
  71. - survey_client: 1.10.0
  72. - systemtags: 1.11.0
  73. - text: 3.3.0
  74. - theming: 1.12.0
  75. - twofactor_backupcodes: 1.10.1
  76. - updatenotification: 1.11.0
  77. - user_status: 1.1.1
  78. - viewer: 1.6.0
  79. - weather_status: 1.1.0
  80. - workflowengine: 2.3.0
  81. Disabled:
  82. - admin_audit
  83. - encryption
  84. - files_external
  85. - user_ldap
  86.  
  87. ```
  88.  
  89. </details>
  90.  
  91. <details><summary>Configuration (config/config.php)</summary>
  92.  
  93.  
  94. ```
  95. {
  96. "memcache.local": "\\OC\\Memcache\\APCu",
  97. "datadirectory": "***REMOVED SENSITIVE VALUE***",
  98. "instanceid": "***REMOVED SENSITIVE VALUE***",
  99. "passwordsalt": "***REMOVED SENSITIVE VALUE***",
  100. "secret": "***REMOVED SENSITIVE VALUE***",
  101. "trusted_domains": [
  102. "10.14.40.54:9443",
  103. "cloud.jershntech.com"
  104. ],
  105. "dbtype": "mysql",
  106. "version": "22.0.0.11",
  107. "overwrite.cli.url": "https:\/\/10.14.40.54:9443",
  108. "dbname": "***REMOVED SENSITIVE VALUE***",
  109. "dbhost": "***REMOVED SENSITIVE VALUE***",
  110. "dbport": "",
  111. "dbtableprefix": "oc_",
  112. "mysql.utf8mb4": true,
  113. "dbuser": "***REMOVED SENSITIVE VALUE***",
  114. "dbpassword": "***REMOVED SENSITIVE VALUE***",
  115. "installed": true
  116. }
  117. ```
  118.  
  119. </details>
  120.  
  121. **External storages:** files_external is disabled
  122.  
  123. **Encryption:** no
  124.  
  125. **User-backends:**
  126.  
  127. * OC\User\Database
  128.  
  129.  
  130. **Talk configuration:**
  131.  
  132. STUN servers
  133.  
  134. * no custom server configured
  135.  
  136. TURN servers
  137.  
  138. * no custom server configured
  139.  
  140. Signaling servers (mode: internal):
  141.  
  142. * no custom server configured
  143.  
  144.  
  145. **Browser:** Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0
  146.  
  147.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement