Skip to content

Commit

Permalink
Add note about REST api server location in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitris Pappas authored and igwtech committed Mar 7, 2024
1 parent 0b729ee commit 3fcb3d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ $ docker run --rm -p 8080:80 openas2_webui:latest
```

Visit http://localhost:8080 and login with "userID" and "pWd".

If the docker images are not locally installed you have to specify the full path at the Server field. (ex. http://192.168.1.100:8443/api) and either use a reverse proxy or allow connections from any location (config.xml restapi.command.processor.baseuri="http://0.0.0.0:8080").

Note: You may have to login twice if you get a "Network Error" the first time.

## Docker Compose
Expand Down

0 comments on commit 3fcb3d3

Please sign in to comment.