File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ First, we need to set up the following .env file to configure the database.
2525# NetApp Settings (Required)
2626DATABASE_URL =postgresql://postgres:neodbsecret@neodb:5432/neoconnectortest # <== Needs to be changed!
2727# # or for MySQL:
28- # DATABASE_URL=mysql://user:password@localhost:3306/netapp_connector
28+ # DATABASE_URL=mysql://user:password@localhost:3306/neoconnectortest
2929```
3030
3131### Deploy
@@ -156,16 +156,17 @@ This will trigger a restart of Neo's container with the configured settings:
156156Once Neo has restarted, the page will reload with the status "Complete", and a button "Admin Credentials" will appear to recover the temporary credentials:
157157<img width =" 1884 " height =" 952 " alt =" image " src =" https://github.com/user-attachments/assets/7db70db5-77dc-4cb9-9472-9fe912c7c0f5 " />
158158
159- ### Admin Password
160- > [ !IMPORTANT]
161- > This temporary password will not be accessible again once you have logged in with the credentials.
162- > Make sure to either save it in your password manager or change it in the Users page.
163-
164159Credentials
165160<img width =" 1884 " height =" 952 " alt =" image " src =" https://github.com/user-attachments/assets/1e063c89-e210-4c3a-9bbf-110c070b834c " />
166161Updating credentials
167162<img width =" 1884 " height =" 952 " alt =" image " src =" https://github.com/user-attachments/assets/0e602ddb-5d68-49f6-a0bb-1cf82539cb27 " />
168163
164+ > [ !IMPORTANT]
165+ > This temporary password will not be accessible again once you have logged in with the credentials.
166+ > Make sure to either save it in your password manager or change it in the Users page.
167+
168+ <img width =" 1884 " height =" 952 " alt =" image " src =" https://github.com/user-attachments/assets/ba62c004-d7c1-498c-8082-0af298372d7f " />
169+
169170#### via API
170171Neo can also be configured via the API, available at ``` http://your.ip:8081/docs ``` or ``` http://myhost.mydomain.tld:8081/docs ``` .
171172
You can’t perform that action at this time.
0 commit comments