-
Deployment
-
Administrative Guide
-
Tutorials
- Quick Start
- AWS S3 File Sharing With Password Protection
- Google Cloud Storage Integration
- SSO for Admin Console using IAM Identity Center
- SSL and Load balancer for NirvaShare on AWS
- SSO for AdminConsole using Azure ActiveDirectory
- SSL Using Nginx Proxy Manager
- How to Share and Manage File Access from AWS S3, Azure Blob with Salesforce Users
- Configure SSO for Admin Console using Google Workspace as Identity Provider
- Share Azure Blob Files with ActiveDirectory Users using SSO
- NirvaShare Config Properties
- S3 File Sharing with Okta Users
-
Troubleshoot
Nirvashare Properties can be overdone in config.properties file, below are the valued properties that can be used during the production deployment.
- SSH to Linux terminal where NirvaShare is installed, create a file with the below path and filename. Make sure you login as root user.
/var/nirvashare/config.properties
Below are the properties mentioned along with the description.
No | Property Name | Description |
---|---|---|
1 | ns_db_jdbc_url | Mandatory code |
2 | ns_db_username | Mandatory code |
3 | ns_db_password | Mandatory code |
4 | ns_override_admin_password | override the admin pasword in case you forget password |
5 | ns_email_host | This is of the email server IP/Hostname |
6 | ns_email_port | This is of the email SMTP Port 465 / 587 |
7 | ns_email_from_address | From email address |
8 | ns_email_username | SMTP email username |
9 | ns_email_password | SMTP email password |
10 | ns_email_reply_address | Reply Email ID for the Recipeint |
11 | ns_email_enable_ssl | Enable SSL for Email |
12 | ns_email_trust_all_hosts | To trust both http and https hosts |
13 | ns_email_enable_start_tls | To enable Start-TLS |
14 | ns_tenant | |
15 | ns_bypass_auth | |
16 | ns_log_sql_trace | |
17 | ns_log_trace_level | |
18 | ns_admin_ip_range | |
19 | ns_external_idp | |
20 | ns_auto_create_user | |
21 | ns_saml2_sp_x509cert | |
22 | ns_saml2_sp_privatekey | |
23 | ns_saml2_idp_metadata_url | |
24 | ns_saml2_sp_domain_url | |
25 | ns_saml2_sp_company_name | |
26 | ns_saml2_sp_email | |
27 | ns_saml2_sp_auth_context | |
28 | ns_folder_download_size_limit | Fix a limit for download file size |
29 | ns_folder_download_files_limit | Fix a limit for number of files can be download |