Update date in json (#3168)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
community-scripts-pr-app[bot] 2025-03-18 06:49:06 +01:00 committed by GitHub
parent 0f36c04f49
commit 546a6e4563
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,39 +1,39 @@
{ {
"name": "GoMFT", "name": "GoMFT",
"slug": "gomft", "slug": "gomft",
"categories": [ "categories": [
7 7
], ],
"date_created": "2025-03-17", "date_created": "2025-03-18",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 8080, "interface_port": 8080,
"documentation": "https://github.com/StarFleetCPTN/GoMFT#configuration", "documentation": "https://github.com/StarFleetCPTN/GoMFT#configuration",
"website": "https://github.com/StarFleetCPTN/GoMFT", "website": "https://github.com/StarFleetCPTN/GoMFT",
"logo": "https://github.com/StarFleetCPTN/GoMFT/blob/main/static/img/logo.svg", "logo": "https://github.com/StarFleetCPTN/GoMFT/blob/main/static/img/logo.svg",
"description": "GoMFT is a web-based managed file transfer application built with Go, leveraging rclone for robust file transfer capabilities. It provides a user-friendly interface for configuring, scheduling, and monitoring file transfers across various storage providers.", "description": "GoMFT is a web-based managed file transfer application built with Go, leveraging rclone for robust file transfer capabilities. It provides a user-friendly interface for configuring, scheduling, and monitoring file transfers across various storage providers.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/gomft.sh", "script": "ct/gomft.sh",
"resources": { "resources": {
"cpu": 1, "cpu": 1,
"ram": 512, "ram": 512,
"hdd": 4, "hdd": 4,
"os": "debian", "os": "debian",
"version": "12" "version": "12"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": "admin@example.com", "username": "admin@example.com",
"password": "admin" "password": "admin"
}, },
"notes": [ "notes": [
{ {
"text": "For additional configuration options, edit .env file here: `/opt/gomft/.env`. Check the documentation for more details.", "text": "For additional configuration options, edit .env file here: `/opt/gomft/.env`. Check the documentation for more details.",
"type": "info" "type": "info"
} }
] ]
} }