Skip to content

Commit 46cf803

Browse files
authored
Merge pull request #59 from martinbndr/logviewer_doc_update
Udpate Logviewer Tutorial
2 parents b459801 + 4d7274f commit 46cf803

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

installation/local-hosting-vps/logviewer.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,17 @@ description: Hosting the logviewer on the cloud or on your own computer.
66

77
## Prerequisites
88

9-
This logviewer hosting tutorial is written assuming you have already set up your bot and are running Ubuntu 20.04-22.04.
9+
This logviewer hosting tutorial is written assuming you have already set up your bot on one of the supported operating systems.
10+
11+
{% hint style="warning" %}
12+
The logviewer can be set up using your local pc or homeserver. However it is higly recommended to run the logviewer on a vps or different cloud based service to avoid security issues. To let staff members access the logviewer (which is a popular usecase) you need to expose ports to the public internet which can be risky for your router and it´s local network.
13+
There are also several other issues that can occur.
14+
Please only set up your logviewer on your local network **if you can take full responsibility and 100% know what you are doing.**
15+
{% endhint %}
16+
17+
## Dependencies
18+
- Python 3.11
19+
- Tools: `git`, `wget`, `nano`
1020

1121
## Downloading the files
1222

@@ -24,7 +34,7 @@ Once done, you can use `cd logviewer` to enter the directory.
2434

2535
First, install pipenv by running the following command:
2636

27-
* Pipenv must be installed. Since this is also used for the bot, you can skip this step if you have already installed it.
37+
* Pipenv must be installed. Since this is also used for the bot, you can skip this step if you have already installed it. You may neeed to use a different command to access your python installation depending on your operating system and python configuration.
2838

2939
```bash
3040
python -m pip install pipenv

0 commit comments

Comments
 (0)