-
This commit is contained in:
@@ -22,6 +22,13 @@ services:
|
|||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
- node.role == manager
|
- node.role == manager
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpus: '1.0'
|
||||||
|
memory: 2048M
|
||||||
|
#reservations:
|
||||||
|
# cpus: '0.0001'
|
||||||
|
# memory: 20M
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
cifs_mount:
|
cifs_mount:
|
||||||
@@ -29,4 +36,4 @@ volumes:
|
|||||||
driver_opts:
|
driver_opts:
|
||||||
type: cifs
|
type: cifs
|
||||||
device: //192.168.50.203/Datadisk
|
device: //192.168.50.203/Datadisk
|
||||||
o: "username=${USERNAME},password=${PASSWORD},vers=3.0,uid=${PUID},gid=${PGID}"
|
o: "username=${USERNAME},password=${PASSWORD},vers=3.0,uid=${PUID},gid=${PGID},noserverino"
|
||||||
|
|||||||
@@ -1,50 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="C">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="color-scheme" content="light dark">
|
|
||||||
<meta name="description" content="qBittorrent WebUI">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
|
|
||||||
<title>qBittorrent WebUI</title>
|
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href="images/qbittorrent32.png">
|
|
||||||
<link rel="icon" type="image/svg+xml" href="images/qbittorrent-tray.svg">
|
|
||||||
<link rel="stylesheet" type="text/css" href="css/login.css?v=10cydrr">
|
|
||||||
<noscript>
|
|
||||||
<link rel="stylesheet" type="text/css" href="css/noscript.css?v=10cydrr">
|
|
||||||
</noscript>
|
|
||||||
|
|
||||||
<script defer src="scripts/login.js?locale=C&v=10cydrr"></script>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<noscript id="noscript">
|
|
||||||
<h1>JavaScript Required! You must enable JavaScript for the WebUI to work properly</h1>
|
|
||||||
</noscript>
|
|
||||||
<div id="main">
|
|
||||||
<h1>qBittorrent WebUI</h1>
|
|
||||||
<div id="logo" class="col">
|
|
||||||
<img src="images/qbittorrent-tray.svg" alt="qBittorrent logo">
|
|
||||||
</div>
|
|
||||||
<div id="formplace" class="col">
|
|
||||||
<form id="loginform">
|
|
||||||
<div class="row">
|
|
||||||
<label for="username">Username</label><br>
|
|
||||||
<input type="text" id="username" name="username" autocomplete="username" autofocus required>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
|
||||||
<label for="password">Password</label><br>
|
|
||||||
<input type="password" id="password" name="password" autocomplete="current-password" required>
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
|
||||||
<input type="submit" id="loginButton" value="Login">
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
<div id="error_msg"></div>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
Reference in New Issue
Block a user