mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
load default marketplace URL on startup
This commit is contained in:
committed by
Aiden McClelland
parent
d3c5648608
commit
bd90259f1c
@@ -107,9 +107,6 @@ export class ServerConfigService {
|
||||
'share-stats': async (enabled: boolean) => {
|
||||
return this.embassyApi.setShareStats({ value: enabled })
|
||||
},
|
||||
// password: async (password: string) => {
|
||||
// return this.embassyApi.updatePassword({ password })
|
||||
// },
|
||||
}
|
||||
}
|
||||
|
||||
@@ -129,16 +126,4 @@ export const serverConfig: ConfigSpec = {
|
||||
) as any,
|
||||
default: false,
|
||||
},
|
||||
// password: {
|
||||
// type: 'string',
|
||||
// name: 'Change Password',
|
||||
// description: `Your Embassy's master password, used for authentication and disk encryption.`,
|
||||
// nullable: false,
|
||||
// // @TODO regex for 12 chars
|
||||
// // pattern: '',
|
||||
// 'pattern-description': 'Must contain at least 12 characters.',
|
||||
// warning: 'If you forget your master password, there is absolutely no way to recover your data. This can result in loss of money! Keep in mind, old backups will still be encrypted by the password used to encrypt them.',
|
||||
// masked: false,
|
||||
// copyable: false,
|
||||
// },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user