Skip to content

Commit 9a4d2b3

Browse files
committed
Refactoring npm stand
1 parent d25ae67 commit 9a4d2b3

File tree

2 files changed

+35
-44
lines changed

2 files changed

+35
-44
lines changed

nginx-proxy-manager/README.md

Lines changed: 1 addition & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,9 @@
1-
# 🚀 Deploying ONLYOFFICE DocumentServer Behind Nginx Proxy Manager
2-
3-
This guide will help you deploy ONLYOFFICE DocumentServer behind [Nginx Proxy Manager (NPM)](https://nginxproxymanager.com/) using `docker-compose`. NPM provides a simple web interface to configure HTTP/HTTPS proxying, including automatic SSL certificate provisioning via Let's Encrypt.
1+
# 🚀 Deploying ONLYOFFICE DocumentServer Behind [Nginx Proxy Manager](https://github.com/NginxProxyManager/nginx-proxy-manager)
42

53
## 🧰 What's Included
64

7-
- `docker-compose.yml` — for launching the DocumentServer and Nginx Proxy Manager
85
- `README.md` — this setup guide
96

10-
---
11-
12-
## 📦 Quick Start
13-
14-
1. **Clone the repository:**
15-
16-
```bash
17-
git clone https://github.com/ONLYOFFICE/document-server-proxy.git
18-
cd ./document-server-proxy/tests/nginx-proxy-manager
19-
```
20-
21-
2. **Launch the containers:**
22-
23-
```bash
24-
docker compose up -d
25-
```
26-
27-
3. **Access NPM's Web Interface:**
28-
29-
Default URL:
30-
```
31-
http://<your-IP>:81
32-
```
33-
34-
**Default Login:**
35-
36-
- Email: `[email protected]`
37-
- Password: `changeme`
38-
39-
You will be prompted to change these on first login.
40-
41-
Also, please check [NPM github](https://github.com/NginxProxyManager/nginx-proxy-manager) repo to get more details about how this product works
42-
43-
---
44-
457
## 🌐 Configuring Proxy in NPM
468

479
After logging into the NPM dashboard:
Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,36 @@
1-
#### How to use
1+
# 🚀 Deploying ONLYOFFICE DocumentServer Behind Nginx Proxy Manager
22

3-
1. Just run stand with following command:
43

5-
```
6-
sudo docker compose up -d
7-
```
4+
## 📦 Quick Start
5+
6+
1. **Clone the repository:**
7+
8+
```bash
9+
git clone https://github.com/ONLYOFFICE/document-server-proxy.git
10+
cd ./document-server-proxy/tests/nginx-proxy-manager
11+
```
12+
13+
2. **Launch the containers:**
14+
15+
```bash
16+
docker compose up -d
17+
```
18+
19+
3. **Access NPM's Web Interface:**
20+
21+
Default URL:
22+
```
23+
http://<your-IP>:81
24+
```
25+
26+
**Default Login:**
27+
28+
- Email: `[email protected]`
29+
- Password: `changeme`
30+
31+
You will be prompted to change these on first login.
32+
33+
---
34+
35+
NOTE: There is also a visual video instruction for setting up a proxy manager, you can see it [here](https://github.com/ONLYOFFICE/document-server-proxy/blob/master/nginx-proxy-manager/README.md)
36+

0 commit comments

Comments
 (0)