remove backup user from dockerfile
This commit is contained in:
+15
@@ -1,3 +1,18 @@
|
||||
[customizations]
|
||||
hostname = "backupserver"
|
||||
|
||||
[[customizations.user]]
|
||||
name = "backup"
|
||||
description = "Default user account"
|
||||
password = "$6$CHO2$3rN8eviE2t50lmVyBYihTgVRHcaecmeCk31L..."
|
||||
key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGPAWtzq2/cuv+zPzdDSCe/5pc0HRCxmwFiI5Fu3sEok julian@local"
|
||||
home = "/srv/widget/"
|
||||
shell = "/usr/bin/bash"
|
||||
groups = ["widget", "users", "wheel"]
|
||||
uid = 1200
|
||||
gid = 1200
|
||||
expiredate = 12345
|
||||
|
||||
[customizations.iso]
|
||||
volume_id = "JuliansBackupServer"
|
||||
application_id = "JuliansBackupServer"
|
||||
|
||||
Reference in New Issue
Block a user