mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-29 20:30:06 +00:00
New script: ProjectSend (#1616)
* New Script: ProjectSend * Update projectsend.json * Update projectsend-install.sh
This commit is contained in:
parent
4dcf0dc0b8
commit
c6c026e221
3 changed files with 201 additions and 0 deletions
39
json/projectsend.json
Normal file
39
json/projectsend.json
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"name": "ProjectSend",
|
||||
"slug": "projectsend",
|
||||
"categories": [
|
||||
12
|
||||
],
|
||||
"date_created": "2025-01-20",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": 80,
|
||||
"documentation": "https://docs.projectsend.org/",
|
||||
"website": "https://projectsend.org/",
|
||||
"logo": "https://camo.githubusercontent.com/378a455e1cf6f36c5427b2bdfd78b0defd829be9b8c6b073f83931693e1665d5/68747470733a2f2f7777772e70726f6a65637473656e642e6f72672f70726f6a65637473656e642d6c6f676f2d6e65772e706e67",
|
||||
"description": "ProjectSend is a free, open source software that lets you share files with your clients, focused on ease of use and privacy. It supports clients groups, system users roles, statistics, multiple languages, detailed logs... and much more!",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/projectsend.sh",
|
||||
"resources": {
|
||||
"cpu": 1,
|
||||
"ram": 1024,
|
||||
"hdd": 8,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": [
|
||||
{
|
||||
"text": "After running the update script, logging in as a system user in ProjectSend is necessary to upgrade the database.",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue