Skip to content

Commit

Permalink
Merge pull request #79 from SelfhostedPro/OMV_sync
Browse files Browse the repository at this point in the history
Omv sync
  • Loading branch information
SelfhostedPro authored Jun 9, 2020
2 parents 432acce + ad952ce commit 0c15fbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions Template/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@
"name": "deemix",
"description": "Deemix is a deezer downloader built from the ashes of Deezloader Remix.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/deemix.png",
"image": "bocki/deemix:latest",
"image": "registry.gitlab.com/bockiii/deemix-docker",
"categories": [
"Other",
"Music"
Expand Down Expand Up @@ -1502,7 +1502,7 @@
"bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Lychee"
},
{
"container": "/config",
"container": "/pictures",
"bind": "/srv/dev-disk-by-label-media/Pictures"
}
],
Expand Down Expand Up @@ -2013,7 +2013,7 @@
"title": "Nextcloud",
"name": "nextcloud",
"description": "Where are your photos and documents? With Nextcloud you pick a server of your choice, at home, in a data center or at a provider. And that is where your files will be. Nextcloud runs on that server, protecting your data and giving you access from your desktop or mobile devices.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/bookstack2.png",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/nextcloud-icon.png",
"categories": [
"Cloud",
"Productivity",
Expand Down Expand Up @@ -2541,7 +2541,6 @@
],
"platform": "linux",
"restart_policy": "unless-stopped",
"interactive" : "true",
"ports": [
"143/tcp",
"25/tcp"
Expand Down Expand Up @@ -3699,4 +3698,4 @@
}
]
}
]
]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"scripts": {
"pretest": "jsonlint Template/template.json --quiet",
"test": "yaml-validator Template/Stack/*"
"test": "yaml-validator Template/Stack/OMV5/*"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0c15fbd

Please sign in to comment.