Many bug fixes
This commit is contained in:
@@ -40,9 +40,9 @@ where the `Dockerfile` has to be in the working directory
|
||||
|
||||
## Cheat-sheet Remy:
|
||||
|
||||
`docker run -it -v /mnt/Data/COSS/DOWNLOADS/auto_news/container_data/:/app/file_storage/ auto_news`
|
||||
`docker run -it -v /mnt/Data/COSS/CONTAINERDATA/:/app/file_storage/ auto_news`
|
||||
|
||||
`docker run -it -v /mnt/Data/COSS/DOWNLOADS/auto_news/container_data/:/app/file_storage/ -v /mnt/Data/COSS/auto_news/app:/code --entrypoint /bin/bash auto_news`
|
||||
`docker run -it -v /mnt/Data/COSS/CONTAINERDATA/:/app/file_storage/ -v /mnt/Data/COSS/auto_news/app:/code --entrypoint /bin/bash auto_news`
|
||||
|
||||
|
||||
`docker run -it -v /mnt/Data/COSS/DOWNLOADS/auto_news/container_data/:/app/file_storage/ -e DISPLAY=":0" --network host -v \$XAUTHORITY:/root/.Xauthority auto_news check`
|
||||
@@ -51,6 +51,6 @@ where the `Dockerfile` has to be in the working directory
|
||||
|
||||
## Roadmap:
|
||||
|
||||
[] automatically upload files to NAS
|
||||
[] handle paywalled sites like faz, spiegel, .. through their dedicated edu-sites
|
||||
[ ] automatically upload files to NAS
|
||||
[ ] handle paywalled sites like faz, spiegel, .. through their dedicated edu-sites
|
||||
...
|
||||
Reference in New Issue
Block a user