docs: update security_group image (#173)
This commit is contained in:
parent
d6949357cf
commit
c1c4cd593f
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
|
|
@ -68,8 +68,8 @@ If you have any questions, please feel free to reach out to us on [Discord](http
|
||||||
```
|
```
|
||||||
|
|
||||||
2. **Configuration Setup**:
|
2. **Configuration Setup**:
|
||||||
Create a `.env` file from the template. There will be values in the `.env` that needs to be change according to
|
Create a `.env` file from the template. There will be values in the `.env` that needs to be change according to
|
||||||
your needs Kindly read the comments in `.env` file.
|
your needs Kindly read the comments in `.env` file.
|
||||||
```bash
|
```bash
|
||||||
cp dev.env .env
|
cp dev.env .env
|
||||||
```
|
```
|
||||||
|
|
@ -95,6 +95,22 @@ If you have any questions, please feel free to reach out to us on [Discord](http
|
||||||
docker ps -a
|
docker ps -a
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Post Install
|
||||||
|
### Exposing your AppFlowy-Cloud
|
||||||
|
|
||||||
|
After installing AppFlowy-Cloud, the server will be serving at port 80 (http) and 443 (http).
|
||||||
|
You might need to add Inbound Rule to expose the port.
|
||||||
|
- To do so, go to EC2 -> Instances -> your instance id -> Security -> Click on the Security Group
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
- Under Inbound Rules, Click "Edit inbound rules"
|
||||||
|
- Click "Add Rule", select either http or https(if you have configured SSL Cert)
|
||||||
|
- Once done, you should be able to see the AppFlowy-Cloud admin page at `http://<your_ec2_host>/web/login`
|
||||||
|
|
||||||
|
Note: There are certain risk involved in exposing ports in your EC2 Instances, this guide is for demonstration purposes and should not be used for production.
|
||||||
|
You might want to limit IP to only trusted IP address, or use other strategies to mitigate risk.
|
||||||
|
|
||||||
## Configuring Environment Secrets for AppFlowy-Cloud Client
|
## Configuring Environment Secrets for AppFlowy-Cloud Client
|
||||||
|
|
||||||
Once you've successfully set up AppFlowy Cloud on your server, the next step is to configure the environment secrets for the AppFlowy-Cloud client. These settings are crucial for the client to communicate with your self-hosted server.
|
Once you've successfully set up AppFlowy Cloud on your server, the next step is to configure the environment secrets for the AppFlowy-Cloud client. These settings are crucial for the client to communicate with your self-hosted server.
|
||||||
|
|
@ -152,7 +168,7 @@ If you're encountering difficulties redirecting to the AppFlowy application afte
|
||||||
|
|
||||||
2. **Apply Similar Checks for Other OAuth Providers**:
|
2. **Apply Similar Checks for Other OAuth Providers**:
|
||||||
- Follow the same verification process for other OAuth providers like GitHub and Discord. Make sure their respective configurations are correctly set.
|
- Follow the same verification process for other OAuth providers like GitHub and Discord. Make sure their respective configurations are correctly set.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
The provided image illustrates the correct configuration settings.
|
The provided image illustrates the correct configuration settings.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# Docs
|
# Docs
|
||||||
- Directory to contain information about usage and development.
|
- Directory to contain information about usage and development.
|
||||||
- [Appflowy Cloud Deployment](./deployment.md)
|
- [Appflowy Cloud Deployment](./DEPLOYMENT.md)
|
||||||
- [Appflowy with Cloud](./integration.md)
|
- [Appflowy with Cloud](https://docs.appflowy.io/docs/guides/appflowy/self-hosting-appflowy)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue