Skip to content

Commit

Permalink
docs: update filestash
Browse files Browse the repository at this point in the history
  • Loading branch information
Niba-nazar committed May 9, 2024
1 parent 6f2a276 commit 4e3e46b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
Binary file added public/images/Storage-Backend.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions src/content/docs/guides/Filestash.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,19 @@ To start the application with Docker Compose, use the following command:
$ docker-compose up -d
```


After installation, navigate to `http://your_domain:8334` to configure your admin password:
Set up a reverse proxy to create a custom URL, such as `https://files.opsfolio.com/`, and then proceed to configure your admin password.

![Admin page](/images/adminpage.png)

You can set the administrator password in this section.

Next, choose `SFTP` as your `Storage Backend` . Use the credentials you specified in the docker-compose file to log in as an SFTP user.
Next, choose `SFTP` as your `Storage Backend` .

![SFTP Admin page](/images/SFTP-login.png)
![Storage Backend](/images/Storage-Backend.png)

Use the credentials you specified in the docker-compose file to log in as an SFTP user.

![SFTP Admin page](/images/SFTP-login.png)

Enter the hostname, which should match the `sftp` container name, in this example, `sftp-opsfolio` (sftp container name accessed internally)

Expand Down
1 change: 0 additions & 1 deletion src/content/docs/surveilr/reference/ingest/imap.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: IMAP Email Ingestion
description: Documentation for the resource surveillance CLI tool.
---

### Overview
Surveilr provides the capability to ingest IMAP emails directly into the RSSD (Resource Surveillance State Database) through its `surveilr ingest imap` command. This tool automates the process of fetching emails from a specified folder and batch size, transforming them into structured JSON data, and inserting the data into the RSSD's `ur_ingest_session_imap_acct_folder_message` table.

This capability extends to all email providers supporting IMAP. Additionally, for Microsoft 365 users, Surveilr facilitates seamless connectivity by providing guidance on connecting to the Microsoft Graph API, ensuring comprehensive access to email data within the platform.
Expand Down

0 comments on commit 4e3e46b

Please sign in to comment.