Update date in json (#6537)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
community-scripts-pr-app[bot] 2025-08-04 08:17:12 +00:00 committed by GitHub
parent ca701632e1
commit 1e2eb31560
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,40 +1,40 @@
{ {
"name": "OTS", "name": "OTS",
"slug": "ots", "slug": "ots",
"categories": [ "categories": [
6 6
], ],
"date_created": "2025-07-28", "date_created": "2025-08-04",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 443, "interface_port": 443,
"documentation": "https://github.com/Luzifer/ots/wiki", "documentation": "https://github.com/Luzifer/ots/wiki",
"config_path": "/opt/ots/.env", "config_path": "/opt/ots/.env",
"website": "https://github.com/Luzifer/ots", "website": "https://github.com/Luzifer/ots",
"logo": null, "logo": null,
"description": "One-Time-Secret sharing platform with a symmetric 256bit AES encryption in the browser.", "description": "One-Time-Secret sharing platform with a symmetric 256bit AES encryption in the browser.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/ots.sh", "script": "ct/ots.sh",
"resources": { "resources": {
"cpu": 1, "cpu": 1,
"ram": 512, "ram": 512,
"hdd": 3, "hdd": 3,
"os": "Debian", "os": "Debian",
"version": "12" "version": "12"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [ "notes": [
{ {
"text": "When it is in used external please use it behind reverse proxy or create your own certificates", "text": "When it is in used external please use it behind reverse proxy or create your own certificates",
"type": "info" "type": "info"
} }
] ]
} }