This commit is contained in:
Andrew Z 2024-10-08 14:07:38 -04:00
parent 4034ed178f
commit 6fb416b06a
4 changed files with 83 additions and 9 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1728389464
"last_updated_timestamp": 1728410856
}

View File

@ -37120,7 +37120,7 @@
"Name": "DB_PORT",
"Target": "DB_PORT",
"Default": "5432",
"Description": "Portgres port",
"Description": "Postgres port",
"Type": "Variable",
"Display": "always",
"Required": "true",
@ -37141,6 +37141,45 @@
},
"value": ""
},
{
"@attributes": {
"Name": "ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY",
"Target": "ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY",
"Default": "",
"Description": "Primary key for Active Record Encryption(https://github.com/mastodon/mastodon/pull/29831/files).",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY",
"Target": "ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY",
"Default": "",
"Description": "Deterministic key for Active Record Encryption(https://github.com/mastodon/mastodon/pull/29831/files).",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT",
"Target": "ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT",
"Default": "",
"Description": "Derivation salt for Active Record Encryption(https://github.com/mastodon/mastodon/pull/29831/files).",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "SECRET_KEY_BASE",

View File

@ -1,7 +1,7 @@
{
"apps": 2408,
"last_updated_timestamp": 1728389464,
"last_updated": "2024-10-08 08:11",
"last_updated_timestamp": 1728410856,
"last_updated": "2024-10-08 14:07",
"categories": [
{
"Cat": "AI:",
@ -37286,7 +37286,7 @@
"Name": "DB_PORT",
"Target": "DB_PORT",
"Default": "5432",
"Description": "Portgres port",
"Description": "Postgres port",
"Type": "Variable",
"Display": "always",
"Required": "true",
@ -37307,6 +37307,45 @@
},
"value": ""
},
{
"@attributes": {
"Name": "ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY",
"Target": "ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY",
"Default": "",
"Description": "Primary key for Active Record Encryption(https://github.com/mastodon/mastodon/pull/29831/files).",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY",
"Target": "ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY",
"Default": "",
"Description": "Deterministic key for Active Record Encryption(https://github.com/mastodon/mastodon/pull/29831/files).",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT",
"Target": "ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT",
"Default": "",
"Description": "Derivation salt for Active Record Encryption(https://github.com/mastodon/mastodon/pull/29831/files).",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "true"
},
"value": ""
},
{
"@attributes": {
"Name": "SECRET_KEY_BASE",

View File

@ -4381,9 +4381,5 @@ Updating stats on containers
Privileged: 106
No change to feed
Updating GitHub