Update date in json (#4458)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
community-scripts-pr-app[bot] 2025-05-14 10:01:13 +02:00 committed by GitHub
parent 2695e2de1a
commit cd61025295
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,35 +1,35 @@
{ {
"name": "Documenso", "name": "Documenso",
"slug": "documenso", "slug": "documenso",
"categories": [ "categories": [
12 12
], ],
"date_created": "2025-04-28", "date_created": "2025-05-14",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 3000, "interface_port": 3000,
"documentation": "https://documenso.com/", "documentation": "https://documenso.com/",
"website": "https://documenso.com/", "website": "https://documenso.com/",
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/documenso.svg", "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/documenso.svg",
"config_path": "/opt/documenso/.env", "config_path": "/opt/documenso/.env",
"description": "Signing documents digitally should be fast and easy and should be the best practice for every document signed worldwide. This is technically quite easy today, but it also introduces a new party to every signature: The signing tool providers. While this is not a problem in itself, it should make us think about how we want these providers of trust to work. Documenso aims to be the world's most trusted document-signing tool. This trust is built by empowering you to self-host Documenso and review how it works under the hood.", "description": "Signing documents digitally should be fast and easy and should be the best practice for every document signed worldwide. This is technically quite easy today, but it also introduces a new party to every signature: The signing tool providers. While this is not a problem in itself, it should make us think about how we want these providers of trust to work. Documenso aims to be the world's most trusted document-signing tool. This trust is built by empowering you to self-host Documenso and review how it works under the hood.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/documenso.sh", "script": "ct/documenso.sh",
"resources": { "resources": {
"cpu": 4, "cpu": 4,
"ram": 6144, "ram": 6144,
"hdd": 10, "hdd": 10,
"os": "Debian", "os": "Debian",
"version": "12" "version": "12"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": "helper-scripts@local.com", "username": "helper-scripts@local.com",
"password": "helper-scripts" "password": "helper-scripts"
}, },
"notes": [] "notes": []
} }