Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1558,6 +1558,26 @@
"url": "https://github.com/portainer/templates",
"stackfile": "edge/maestrohub/docker-compose.yml"
}
},
{
"type": 3,
"title": "Spokes",
"description": "Secure, self-hosted team chat with voice and video.",
"note": "Spokes requires a Master Password to encrypt your data.",
"categories": ["Communication", "Chat"],
"platform": "linux",
"logo": "https://spokes.sh/logo.png",
"repository": {
"url": "https://github.com/PCBeeQC/Spokes-Deploy",
"stackfile": "docker-compose.yml"
},
"env": [
{
"name": "SPOKES_MASTER_PASSWORD",
"label": "Master Password",
"description": "Create a secure Master Password used to encrypt secure channels escrow."
}
]
}
]
}
}