webdav
Este commit está contenido en:
@@ -2,5 +2,5 @@ module.exports = {
|
|||||||
port: 8080,
|
port: 8080,
|
||||||
username: 'user',
|
username: 'user',
|
||||||
password: 'hatdav',
|
password: 'hatdav',
|
||||||
limit: 10000 // limit per user
|
limit: 100000000 // limit per user
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ services:
|
|||||||
- /home/node/webdav/entrypoint.sh
|
- /home/node/webdav/entrypoint.sh
|
||||||
volumes:
|
volumes:
|
||||||
- ./webdav:/home/node/webdav
|
- ./webdav:/home/node/webdav
|
||||||
- ./webdav/config.js:/home/node/webdav/config.js:ro
|
- ./config.js:/home/node/webdav/config.js:ro
|
||||||
expose:
|
expose:
|
||||||
- 8080
|
- 8080
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Referencia en una nueva incidencia
Block a user