mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Cluster: Change conf.AppName() to Name() in node register request #98
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -137,7 +137,7 @@ func clusterNodesRotateAction(ctx *cli.Context) error {
|
||||
NodeName: name,
|
||||
RotateDatabase: rotateDatabase,
|
||||
RotateSecret: rotateSecret,
|
||||
AppName: clean.TypeUnicode(conf.AppName()),
|
||||
AppName: clean.TypeUnicode(conf.Name()),
|
||||
AppVersion: clean.TypeUnicode(conf.Version()),
|
||||
}
|
||||
if themeVersion, err := theme.DetectVersion(conf.ThemePath()); err == nil && themeVersion != "" {
|
||||
|
||||
Reference in New Issue
Block a user