Compare commits
3 Commits
88cc7e88e6
...
63e82c502c
| Author | SHA1 | Date | |
|---|---|---|---|
| 63e82c502c | |||
| cc1519810b | |||
| 3ad22c3dcb |
@@ -1,5 +1,5 @@
|
|||||||
BINARY=syncserver
|
BINARY=syncserver
|
||||||
VERSION?=1.0.23
|
VERSION?=1.0.24
|
||||||
GO?=go
|
GO?=go
|
||||||
LDFLAGS=-s -w -X main.version=$(VERSION) -X main.commit=$(shell git rev-parse --short HEAD 2>/dev/null || echo unknown)
|
LDFLAGS=-s -w -X main.version=$(VERSION) -X main.commit=$(shell git rev-parse --short HEAD 2>/dev/null || echo unknown)
|
||||||
BUILD_FLAGS=CGO_ENABLED=0
|
BUILD_FLAGS=CGO_ENABLED=0
|
||||||
|
|||||||
+1
-1
@@ -20,7 +20,7 @@ import (
|
|||||||
"github.com/syncserver/internal/syncengine"
|
"github.com/syncserver/internal/syncengine"
|
||||||
)
|
)
|
||||||
|
|
||||||
var version = "1.0.23"
|
var version = "1.0.24"
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
cfgPath := flag.String("config", "", "Path to config.yaml")
|
cfgPath := flag.String("config", "", "Path to config.yaml")
|
||||||
|
|||||||
-340
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
-335
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Vendored
-14
@@ -1,14 +0,0 @@
|
|||||||
<!doctype html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
||||||
<base href="/">
|
|
||||||
<title>SyncServer</title>
|
|
||||||
<script type="module" crossorigin src="./assets/index-B2TqqDPF.js"></script>
|
|
||||||
<link rel="stylesheet" crossorigin href="./assets/index-BepSbXPY.css">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div id="root"></div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -607,7 +607,7 @@ export default function Machines() {
|
|||||||
<Button variant="secondary" onClick={closeConnModal}>
|
<Button variant="secondary" onClick={closeConnModal}>
|
||||||
Close
|
Close
|
||||||
</Button>
|
</Button>
|
||||||
{!connModal.loading && connModal.result && !connModal.result.success && connModal.result.fingerprint && connModal.machine && !connModal.machine.fingerprint_confirmed && (
|
{!connModal.loading && connModal.result && connModal.result.fingerprint && connModal.machine && !connModal.machine.fingerprint_confirmed && (
|
||||||
<Button onClick={handleApproveFingerprint}>
|
<Button onClick={handleApproveFingerprint}>
|
||||||
Approve & Trust Fingerprint
|
Approve & Trust Fingerprint
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user