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