Skip to content

Commit

Permalink
add WWW browser oldweb-today#20, change res for testing, (need to mak…
Browse files Browse the repository at this point in the history
…e per browser), update to latest pywb
  • Loading branch information
ikreymer committed Dec 23, 2015
1 parent f953a46 commit 8962c34
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions app/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,15 @@ browsers:
path: chromium10
about: 'https://en.wikipedia.org/wiki/Chromium_(web_browser)'

# WWW
- id: WWW
name: 'WWW'
os: 'NextSTEP'
icon: 'firefox.png'
path: www
version: '1.0'
about: ''

# mosaic
- id: mosaic
name: 'NCSA Mosaic'
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ app:
- ${RANDOM_URL_LIST}:/app/urls.txt

environment:
- SCREEN_WIDTH=1024
- SCREEN_HEIGHT=768
- SCREEN_WIDTH=1120
- SCREEN_HEIGHT=856

ports:
- 9020:9020
Expand Down
2 changes: 1 addition & 1 deletion pywb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY requirements.txt /webarchive/

RUN pip install -r requirements.txt

ENV PYWB_VERSION git+https://github.com/ikreymer/pywb.git@develop#egg=pywb-0.11.0
ENV PYWB_VERSION git+https://github.com/ikreymer/pywb.git@master#egg=pywb-0.11.0

RUN pip install -U $PYWB_VERSION

Expand Down

0 comments on commit 8962c34

Please sign in to comment.