Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
perryflynn committed Jan 10, 2021
1 parent aeac679 commit c684e31
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ A file-based shortlink service with an very basic admin panel.

- File Based
- Very Basic Admin Panel in `src/su/`
- Removes referer before redirect
- Removes referer

## Installation

- Put contents of `src/` on your server
- Make `src/su/links/` folder writable for the webserver user
- Make password protection of `src/su/` (.htaccess & .htpassws) working
- **You need to create your own rules for password protection and url rewriting if you don't use Apache2 as webserver**
- Add imprint and data privacy links to `src/index.php`
- **You need to create your own rules for password protection and url rewriting if you don't use Apache2 as webserver**
- Create `src/su/config.json` file from `src/su/config.json.skel`
- Change settings in config.json
- Profit

0 comments on commit c684e31

Please sign in to comment.