Добавлен basic-auth для opds
This commit is contained in:
@@ -45,5 +45,11 @@ module.exports = {
|
||||
host: '0.0.0.0',
|
||||
port: '22380',
|
||||
},
|
||||
//opds: false,
|
||||
opds: {
|
||||
enabled: true,
|
||||
user: '',
|
||||
password: '',
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
@@ -20,6 +20,7 @@ const propsToSave = [
|
||||
'allowRemoteLib',
|
||||
'remoteLib',
|
||||
'server',
|
||||
'opds',
|
||||
];
|
||||
|
||||
let instance = null;
|
||||
|
||||
Reference in New Issue
Block a user