mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-07-23 06:17:38 +00:00
New Script: seelf (#2023)
* add seelf script * changed number of cores for LXC * Update install/seelf-install.sh Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> * Update install/seelf-install.sh Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> --------- Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
This commit is contained in:
39
json/seelf.json
Normal file
39
json/seelf.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "seelf",
|
||||
"slug": "seelf",
|
||||
"categories": [
|
||||
4
|
||||
],
|
||||
"date_created": "2025-02-04",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": 8080,
|
||||
"documentation": "https://yuukanoo.github.io/seelf/guide/quickstart.html",
|
||||
"website": "https://yuukanoo.github.io/seelf/",
|
||||
"logo": "https://yuukanoo.github.io/seelf/logo-dark.svg",
|
||||
"description": "seelf is a self-hosted software which makes it easy to deploy your own applications on your own hardware using an easy to use interface.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/seelf.sh",
|
||||
"resources": {
|
||||
"cpu": 2,
|
||||
"ram": 4096,
|
||||
"hdd": 10,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": [
|
||||
{
|
||||
"text": "Initial admin email and password: `cat ~/seelf.creds`",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user