update docs
This commit is contained in:
10
README.md
10
README.md
@@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user