update docs

This commit is contained in:
Gianni Carafa
2023-11-02 23:30:13 +01:00
parent 6eb7b481d8
commit 377a577c67
2 changed files with 6 additions and 5 deletions

View File

@@ -16,15 +16,17 @@ Certain sites may display missing images or encounter formatting issues. This ca
- [x] Bypass Paywalls - [x] Bypass Paywalls
- [x] Remove CORS headers from responses, assets, and images ... - [x] Remove CORS headers from responses, assets, and images ...
- [x] Keep site browsable - [x] Keep site browsable
- [x] Add a raw path - [x] API
- [x] Add a API - [x] Show RAW HTML
- [x] Docker container - [x] Docker container
- [x] Linux binary - [x] Linux binary
- [x] Mac OS binary - [x] Mac OS binary
- [x] Windows binary (untested) - [x] Windows binary (untested)
- [x] Remove most of the ads (unexpected side effect) - [x] Remove most of the ads (unexpected side effect)
- [x] Basic Auth - [x] Basic Auth
- [x] Disable Logs - [x] Disable logs
- [x] Custom User Agent
- [x] Custom X-Forwarded-For IP
## Installation ## Installation
@@ -40,7 +42,7 @@ docker run -p 8080:8080 -d --name ladder ghcr.io/kubero-dev/ladder:latest
### Docker Compose ### Docker Compose
```bash ```bash
wget https://raw.githubusercontent.com/kubero-dev/ladder/main/docker-compose.yaml curl https://raw.githubusercontent.com/kubero-dev/ladder/main/docker-compose.yaml --output docker-compose.yaml
docker-compose up -d docker-compose up -d
``` ```

View File

@@ -5,7 +5,6 @@ services:
container_name: ladder container_name: ladder
build: . build: .
#restart: always #restart: always
#command: tail -f /dev/null
#command: sh -c ./ladder #command: sh -c ./ladder
environment: environment:
- PORT=8080 - PORT=8080