We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expect to see all disks on the server, especially the one Nextcloud uses
The disk where the Nextcloud files are located is not show.
Operating system: Ubuntu 20.04
Web server: nginx
Database: MySQL
PHP version: 7.4.3
Nextcloud version: 20.0.6
Where did you install Nextcloud from: Web installer
List of activated apps: Enabled:
Nextcloud configuration:
{ "system": { "instanceid": "REMOVED SENSITIVE VALUE", "passwordsalt": "REMOVED SENSITIVE VALUE", "secret": "REMOVED SENSITIVE VALUE", "trusted_domains": [ "cloud.narvikbygg.no" ], "datadirectory": "REMOVED SENSITIVE VALUE", "dbtype": "mysql", "version": "20.0.6.1", "overwrite.cli.url": "https://cloud.narvikbygg.no", "dbname": "REMOVED SENSITIVE VALUE", "dbhost": "REMOVED SENSITIVE VALUE", "dbport": "", "dbtableprefix": "oc_", "mysql.utf8mb4": true, "dbuser": "REMOVED SENSITIVE VALUE", "dbpassword": "REMOVED SENSITIVE VALUE", "installed": true, "mail_from_address": "REMOVED SENSITIVE VALUE", "mail_smtpmode": "smtp", "mail_sendmailmode": "smtp", "mail_domain": "REMOVED SENSITIVE VALUE", "mail_smtpsecure": "tls", "mail_smtpport": "587", "mail_smtpauth": 1, "mail_smtpauthtype": "LOGIN", "mail_smtphost": "REMOVED SENSITIVE VALUE", "mail_smtpname": "REMOVED SENSITIVE VALUE", "mail_smtppassword": "REMOVED SENSITIVE VALUE", "default_language": "nb", "default_locale": "nb_NO", "ldapIgnoreNamingRules": false, "ldapProviderFactory": "OCA\User_LDAP\LDAPProviderFactory", "filelocking.enabled": true, "memcache.local": "\OC\Memcache\APCu", "memcache.locking": "\OC\Memcache\Redis", "redis": { "host": "REMOVED SENSITIVE VALUE", "port": 6379, "timeout": 0, "password": "REMOVED SENSITIVE VALUE" }, "maintenance": false, "updater.secret": "REMOVED SENSITIVE VALUE", "theme": "", "loglevel": 2 } }
Browser: Firefox
Operating system: Ubuntu
N/A
The text was updated successfully, but these errors were encountered:
This might be fixed in #281
Sorry, something went wrong.
@ringe I suspect this is stale. This fixed for you now or still ongoing?
Please open a new issue if you still see this error.
No branches or pull requests
Steps to reproduce
Expected behaviour
Expect to see all disks on the server, especially the one Nextcloud uses
Actual behaviour
The disk where the Nextcloud files are located is not show.
Server configuration
Operating system: Ubuntu 20.04
Web server: nginx
Database: MySQL
PHP version: 7.4.3
Nextcloud version: 20.0.6
Where did you install Nextcloud from:
Web installer
List of activated apps:
Enabled:
Nextcloud configuration:
{
"system": {
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"cloud.narvikbygg.no"
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"dbtype": "mysql",
"version": "20.0.6.1",
"overwrite.cli.url": "https://cloud.narvikbygg.no",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"mail_domain": "REMOVED SENSITIVE VALUE",
"mail_smtpsecure": "tls",
"mail_smtpport": "587",
"mail_smtpauth": 1,
"mail_smtpauthtype": "LOGIN",
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE",
"default_language": "nb",
"default_locale": "nb_NO",
"ldapIgnoreNamingRules": false,
"ldapProviderFactory": "OCA\User_LDAP\LDAPProviderFactory",
"filelocking.enabled": true,
"memcache.local": "\OC\Memcache\APCu",
"memcache.locking": "\OC\Memcache\Redis",
"redis": {
"host": "REMOVED SENSITIVE VALUE",
"port": 6379,
"timeout": 0,
"password": "REMOVED SENSITIVE VALUE"
},
"maintenance": false,
"updater.secret": "REMOVED SENSITIVE VALUE",
"theme": "",
"loglevel": 2
}
}
Client configuration
Browser: Firefox
Operating system: Ubuntu
Logs
Nextcloud log (data/owncloud.log)
N/A
Browser log
N/A
The text was updated successfully, but these errors were encountered: