Commit 0b4d101d authored by Ondřej Borýsek's avatar Ondřej Borýsek
Browse files

Move web interface to subcategory

parent afc78949
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -45,6 +45,12 @@ docker-compose up --build -d
# password FillMeIn42
```

### Web interface

HTTPS on port 8443
- Pwndoc: `/`
- ImportAutomator: `/import_automator` 

### Correct setup

```sh
@@ -73,10 +79,6 @@ docker-compose down --remove-orphans
# note: flag -v would also remove the docker volume with the PwnDoc database (DANGEROUS)
```

HTTPS on port 8443
- Pwndoc: `/`
- ImportAutomator: `/import_automator` 

## Minimum requirements

2 GB RAM, 1 CPU core, 15 GB (VM including Ubuntu 22.04 and Docker took 6.3 GB)