mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-13 07:10:51 +02:00
New script: listmonk LXC (#442)
* New script: listmonk LXC * Fixed issues after PR review * Fixed issues after PR review Co-Authored-By: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * add network.target Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> --------- Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
This commit is contained in:
34
json/listmonk.json
Normal file
34
json/listmonk.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "listmonk",
|
||||
"slug": "listmonk",
|
||||
"categories": [
|
||||
14
|
||||
],
|
||||
"date_created": "2024-11-22",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "9000",
|
||||
"documentation": "https://listmonk.app/docs/",
|
||||
"website": "https://listmonk.app/",
|
||||
"logo": "https://listmonk.app/static/images/logo.svg",
|
||||
"description": "High performance, self-hosted, newsletter and mailing list manager with a modern dashboard.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "ct/listmonk.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "512",
|
||||
"hdd": "4",
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
Reference in New Issue
Block a user