feat(templates): update communityserver template
This commit is contained in:
@@ -564,12 +564,12 @@
|
|||||||
{
|
{
|
||||||
"title": "Community Server",
|
"title": "Community Server",
|
||||||
"description": "Free open source office suite",
|
"description": "Free open source office suite",
|
||||||
"categories": ["productivity"],
|
"categories": ["productivity", "collaboration"],
|
||||||
"platform": "linux",
|
"platform": "linux",
|
||||||
"logo": "https://cloudinovasi.id/assets/img/logos/onlyoffice-communityserver.png",
|
"logo": "https://cloudinovasi.id/assets/img/logos/onlyoffice-communityserver.png",
|
||||||
"image": "onlyoffice/communityserver",
|
"image": "onlyoffice/communityserver",
|
||||||
"ports": [
|
"ports": [
|
||||||
"80/tcp"
|
"80/tcp", "25/tcp", "465/tcp", "143/tcp", "993/tcp", "110/tcp", "995/tcp", "5222/tcp"
|
||||||
],
|
],
|
||||||
"volumes": ["/var/log/onlyoffice", "/var/www/onlyoffice/Data", "/var/lib/mysql"]
|
"volumes": ["/var/log/onlyoffice", "/var/www/onlyoffice/Data", "/var/lib/mysql"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user