chore: initial private ActivityWatch Russian deployment project
This commit is contained in:
Executable
+21
@@ -0,0 +1,21 @@
|
||||
# Copy this file outside git and fill with real values.
|
||||
|
||||
PVE_NODE=pve-example
|
||||
CT_ID=203
|
||||
CT_HOSTNAME=activitywatch-server
|
||||
CT_STORAGE=local-lvm
|
||||
CT_TEMPLATE=local:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst
|
||||
CT_ROOTFS_SIZE=8G
|
||||
CT_CORES=2
|
||||
CT_MEMORY=2048
|
||||
CT_SWAP=512
|
||||
CT_BRIDGE=vmbr10
|
||||
CT_IP=10.20.30.13/24
|
||||
CT_GW=10.20.30.1
|
||||
CT_VLAN=
|
||||
CT_NAMESERVER=1.1.1.1 8.8.8.8
|
||||
CT_SEARCHDOMAIN=example.internal
|
||||
CT_PASSWORD=CHANGE_ME
|
||||
CT_UNPRIVILEGED=1
|
||||
CT_ONBOOT=1
|
||||
CT_FEATURES=nesting=1,keyctl=1
|
||||
Reference in New Issue
Block a user