Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better config #50

Merged
merged 6 commits into from
Jun 7, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove spaces
  • Loading branch information
thomiceli committed Jun 6, 2023
commit 63d4d31be1cfc140cb58c7f13358cad1e6cb8f9a
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Requirements : [Git](https://git-scm.com/downloads) (2.20+), [Go](https://go.dev

```shell
git clone https://github.com/thomiceli/opengist
cd opengist
cd opengist
make
./opengist
```
Expand Down Expand Up @@ -176,7 +176,7 @@ server {

Then run :
```shell
service nginx restart
service nginx restart
```

### Use Fail2ban
Expand Down Expand Up @@ -206,7 +206,7 @@ port = anyport

Then run
```shell
service fail2ban restart
service fail2ban restart
```

## Configure OAuth
Expand Down