Initial commit: Complete workspace configuration
- MOper/ configurations - home-assistant/ configurations - scripts/ automation scripts - unix/ system configurations - docker/ Docker services (app, devtools, database, infra, maintenance, portainer, supervision, test) Excludes: databases, logs, large files, Git submodules, secrets (via .gitignore)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<key id="923e0214-a9d5-44ed-bc00-ed6d09032981" version="1">
|
||||
<creationDate>2026-01-02T15:08:13.2405926Z</creationDate>
|
||||
<activationDate>2026-01-02T15:08:13.2319016Z</activationDate>
|
||||
<expirationDate>2026-04-02T15:08:13.2319016Z</expirationDate>
|
||||
<descriptor deserializerType="Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.AuthenticatedEncryptorDescriptorDeserializer, Microsoft.AspNetCore.DataProtection, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60">
|
||||
<descriptor>
|
||||
<encryption algorithm="AES_256_CBC" />
|
||||
<validation algorithm="HMACSHA256" />
|
||||
<masterKey p4:requiresEncryption="true" xmlns:p4="http://schemas.asp.net/2015/03/dataProtection">
|
||||
<!-- Warning: the key below is in an unencrypted form. -->
|
||||
<value>vePFChdT+8y8T5OEaD0dWhRMHIaOqcMELbKMGcUGwrJeD3SQudUn/oSBoICQdesnJYEMKmRPcmHWd2vc9SW5wQ==</value>
|
||||
</masterKey>
|
||||
</descriptor>
|
||||
</descriptor>
|
||||
</key>
|
||||
1
docker/infra/duplicati/conf/control_dir_v2/lock_v2
Normal file
1
docker/infra/duplicati/conf/control_dir_v2/lock_v2
Normal file
@@ -0,0 +1 @@
|
||||
160
|
||||
5
docker/infra/duplicati/conf/installation.txt
Normal file
5
docker/infra/duplicati/conf/installation.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
6cb816168dc24b8fb4467700fee5fb30
|
||||
|
||||
This file is used to track the number of unique installs.
|
||||
The first line in the file is used as an ID, which is sent to the server when checking for updates.
|
||||
If the first line is blank, this installation will not be part of the usage statistics.
|
||||
4
docker/infra/duplicati/conf/machineid.txt
Normal file
4
docker/infra/duplicati/conf/machineid.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
6cb816168dc24b8fb4467700fee5fb30
|
||||
|
||||
This file is used to assign a unique ID to the machine, and used to identify the machine in reports.
|
||||
The first line in the file is used as an ID, but can be changed with --machine-id for a single or multiple runs.
|
||||
Reference in New Issue
Block a user