Skip to content

Commit

Permalink
Minor readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
epoupon committed Sep 21, 2019
1 parent 36aa1d8 commit b601190
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/epoupon/fileshelter.svg?branch=master)](https://travis-ci.org/epoupon/fileshelter)

FileShelter is a self-hosted software that allows you to easily share files over the Internet.
_FileShelter_ is a self-hosted software that allows you to easily share files over the Internet.
Just upload a file and get an URL back!

The aim is to provide a very simple web application, with few package dependencies, so that anyone can install it on his own server.
Expand Down Expand Up @@ -106,7 +106,7 @@ systemctl enable fileshelter

#### Upgrade

To upgrade _Fileshelter_ from sources, you need to update the master branch and rebuild/install it:
To upgrade _FileShelter_ from source, you need to update the master branch and rebuild/install it:
```sh
cd build
git pull
Expand Down Expand Up @@ -170,13 +170,6 @@ journalctl -u fileshelter.service

To connect to _Fileshelter_, just open your favorite browser and go to http://localhost:5091

## Credits
* Wt (http://www.webtoolkit.eu/)
* bootstrap3 (http://getbootstrap.com/)


It is highly recommended to run fileshelter as a non root user. Therefore make sure the user has write permissions on the working directory.

### Reverse proxy settings
You have to set the 'behind-reverse-proxy' option to 'true' in the configuration file.

Expand Down Expand Up @@ -206,7 +199,7 @@ server {
}
```

To connect to FileShelter, just open your favorite browser and go to http://localhost:5091
To connect to _FileShelter_, just open your favorite browser and go to http://localhost:5091

## Credits
- Wt, awesome framework: http://www.webtoolkit.eu/
Expand Down
File renamed without changes.

0 comments on commit b601190

Please sign in to comment.