feat: fix YouTask peer enable + add Made by Galyaviev signature
- peer_enable: make PSK optional, only pass --client-preshared-key if non-empty - peer_enable: strip /32 suffix from client_address before passing to wg-peerctl - All pages: add "Made by Galyaviev" in Dancing Script handwritten font - login.html: styled login page with signature below card - base.html: signature in sidebar footer - style.css: .made-by Dancing Script style Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>WG Admin</title>
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}" />
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap" />
|
||||
</head>
|
||||
<body>
|
||||
<aside class="sidebar">
|
||||
@@ -31,6 +32,7 @@
|
||||
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"/><polyline points="16 17 21 12 16 7"/><line x1="21" y1="12" x2="9" y2="12"/></svg>
|
||||
Выйти
|
||||
</a>
|
||||
<div class="made-by">Made by Galyaviev</div>
|
||||
</div>
|
||||
</aside>
|
||||
<div class="layout">
|
||||
|
||||
Reference in New Issue
Block a user