Prechádzať zdrojové kódy

Merge branch 'master' of github.com:pi-hosted/pi-hosted

Robert Middleswarth 2 rokov pred
rodič
commit
0d54e3e46f

+ 1 - 1
docs/AppList.md

@@ -27,7 +27,7 @@ List of all apps included in this project with info related to it.
 |[Calibre Web](https://calibre-ebook.com/)|Arm32<br>Arm64<br>Amd64|Container| [![](../build/images/blue_doc_icon.png)](https://docs.linuxserver.io/images/docker-calibre-web) |  |  |  |  |
 |[Cardigann](https://github.com/cardigann/cardigann)|Arm32<br>Arm64<br>Amd64|Container| [![](../build/images/blue_doc_icon.png)](https://hub.docker.com/r/linuxserver/cardigann/) |  |  |  |  |
 |[Chevereto](https://chevereto.com/)|Arm32<br>Arm64<br>Amd64|Container| [![](../build/images/blue_doc_icon.png)](https://hub.docker.com/r/nmtan/chevereto) |  |  |  |  |
-|[Chrony NTP](https://github.com/cturra/docker-ntp)|Arm32<br>Arm64<br>Amd64|Container| [![](../build/images/blue_doc_icon.png)](https://github.com/cturra/docker-ntp/blob/main/README.md) |  |  |  |  |
+|[Chrony NTP](https://github.com/cturra/docker-ntp)|Arm32<br>Arm64<br>Amd64|Stack| [![](../build/images/blue_doc_icon.png)](https://github.com/cturra/docker-ntp/blob/main/README.md) |  |  |  |  |
 |[Cloudflare DDNS](https://www.cloudflare.com/en-gb/learning/dns/glossary/dynamic-dns/)|Arm32<br>Arm64<br>Amd64|Container| [![](../build/images/blue_doc_icon.png)](https://github.com/favonia/cloudflare-ddns/) |  |  |  |  |
 |[Code Server](https://coder.com/)|Arm32<br>Arm64<br>Amd64|Container| [![](../build/images/blue_doc_icon.png)](https://docs.linuxserver.io/images/docker-code-server) |  |  |  |  |
 |[Codiad](http://codiad.com/)|Arm32<br>Arm64<br>Amd64|Container| [![](../build/images/blue_doc_icon.png)](https://github.com/Codiad/Codiad/wiki/Quick-installation-using-Docker) |  |  |  |  |

+ 5 - 2
pi-hosted_template/template/portainer-v2.json

@@ -713,7 +713,10 @@
 					"name": "NTP_SERVERS"
 				}
 			],
-			"image": "cturra/ntp:latest",
+			"repository": {
+				"stackfile": "stack/chrony-ntp.yml",
+				"url": "https://github.com/pi-hosted/pi-hosted/"
+			},
 			"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/chrony.png",
 			"name": "chrony-ntp",
 			"platform": "linux",
@@ -722,7 +725,7 @@
 			],
 			"restart_policy": "unless-stopped",
 			"title": "Chrony NTP",
-			"type": 1,
+			"type": 3,
 			"note": "<h3>Template created by Pi-Hosted Series</h3><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://github.com/cturra/docker-ntp\" target=\"_blank\">https://github.com/cturra/docker-ntp</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/cturra/docker-ntp/blob/main/README.md\" target=\"_blank\">https://github.com/cturra/docker-ntp/blob/main/README.md</a><br><br><br>"
 		},
 		{

+ 5 - 2
template/portainer-v2-amd64.json

@@ -779,7 +779,10 @@
 					"name": "NTP_SERVERS"
 				}
 			],
-			"image": "cturra/ntp:latest",
+			"repository": {
+				"stackfile": "stack/chrony-ntp.yml",
+				"url": "https://github.com/pi-hosted/pi-hosted/"
+			},
 			"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/chrony.png",
 			"name": "chrony-ntp",
 			"platform": "linux",
@@ -788,7 +791,7 @@
 			],
 			"restart_policy": "unless-stopped",
 			"title": "Chrony NTP",
-			"type": 1,
+			"type": 3,
 			"note": "<h3>Template created by Pi-Hosted Series</h3><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://github.com/cturra/docker-ntp\" target=\"_blank\">https://github.com/cturra/docker-ntp</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/cturra/docker-ntp/blob/main/README.md\" target=\"_blank\">https://github.com/cturra/docker-ntp/blob/main/README.md</a><br><br><br>"
 		},
 		{

+ 5 - 2
template/portainer-v2-arm32.json

@@ -713,7 +713,10 @@
 					"name": "NTP_SERVERS"
 				}
 			],
-			"image": "cturra/ntp:latest",
+			"repository": {
+				"stackfile": "stack/chrony-ntp.yml",
+				"url": "https://github.com/pi-hosted/pi-hosted/"
+			},
 			"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/chrony.png",
 			"name": "chrony-ntp",
 			"platform": "linux",
@@ -722,7 +725,7 @@
 			],
 			"restart_policy": "unless-stopped",
 			"title": "Chrony NTP",
-			"type": 1,
+			"type": 3,
 			"note": "<h3>Template created by Pi-Hosted Series</h3><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://github.com/cturra/docker-ntp\" target=\"_blank\">https://github.com/cturra/docker-ntp</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/cturra/docker-ntp/blob/main/README.md\" target=\"_blank\">https://github.com/cturra/docker-ntp/blob/main/README.md</a><br><br><br>"
 		},
 		{

+ 5 - 2
template/portainer-v2-arm64.json

@@ -779,7 +779,10 @@
 					"name": "NTP_SERVERS"
 				}
 			],
-			"image": "cturra/ntp:latest",
+			"repository": {
+				"stackfile": "stack/chrony-ntp.yml",
+				"url": "https://github.com/pi-hosted/pi-hosted/"
+			},
 			"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/chrony.png",
 			"name": "chrony-ntp",
 			"platform": "linux",
@@ -788,7 +791,7 @@
 			],
 			"restart_policy": "unless-stopped",
 			"title": "Chrony NTP",
-			"type": 1,
+			"type": 3,
 			"note": "<h3>Template created by Pi-Hosted Series</h3><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://github.com/cturra/docker-ntp\" target=\"_blank\">https://github.com/cturra/docker-ntp</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/cturra/docker-ntp/blob/main/README.md\" target=\"_blank\">https://github.com/cturra/docker-ntp/blob/main/README.md</a><br><br><br>"
 		},
 		{