ajout d'une protection par mot de passe + favicon + theme configurable
This commit is contained in:
@@ -17,9 +17,10 @@ Docker
|
||||
|
||||
module.exports = {
|
||||
database: "/home/antoine/plex-config/Plex Media Server/Plug-in Support/Databases/com.plexapp.plugins.library.db",
|
||||
|
||||
theme: "//cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.5/darkly/bootstrap.css",
|
||||
presentation: "<h1>Bienvenue sur mon serveur</h1><p>Merci de respecter mon upload...</p>",
|
||||
|
||||
//auth_user: "monUser",
|
||||
//auth_password: "monPassword",
|
||||
|
||||
init_db: function(){
|
||||
var sqlite3 = require('sqlite3').verbose();
|
||||
|
||||
Reference in New Issue
Block a user