Bläddra i källkod

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

Robert Middleswarth 3 år sedan
förälder
incheckning
d0dd634916

+ 1 - 1
docs/README.md

@@ -74,7 +74,7 @@ You're done! Now just click App Templates and deploy applications!
 |10|[Setting up Raspberry Pi Samba Server For File Sharing on Docker](https://www.youtube.com/watch?v=2zZ3_1GRWrM&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=11)||
 |10|[Setting up Raspberry Pi Samba Server For File Sharing on Docker](https://www.youtube.com/watch?v=2zZ3_1GRWrM&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=11)||
 |11|[How to Install Whoogle to replace using Google and repo notes](https://www.youtube.com/watch?v=j3ZGxo3ibUs&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=12)||
 |11|[How to Install Whoogle to replace using Google and repo notes](https://www.youtube.com/watch?v=j3ZGxo3ibUs&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=12)||
 |12|[Checking out Windows 2000 Docker](https://www.youtube.com/watch?v=57Gnp0424Qc&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=13)||
 |12|[Checking out Windows 2000 Docker](https://www.youtube.com/watch?v=57Gnp0424Qc&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=13)||
-|Extra2|[Portainer.io App Template for Raspberry Pi arm/arm64 I Need Your Help!](https://www.youtube.com/watch?v=Ppv1cUomwn0)||
+|Extra2|[3 Huge Announcements!! Discord Giveaway! Pi-Hosted!! & SBC Garage Sale!](https://www.youtube.com/watch?v=Ppv1cUomwn0)||
 
 
 ### Aditional Documentation
 ### Aditional Documentation
 
 

+ 1 - 1
pi-hosted_template/template/portainer-v2.json

@@ -2013,7 +2013,7 @@
 			"volumes": [
 			"volumes": [
 				{
 				{
 					"bind": "/portainer/Files/AppData/Config/JDownloader",
 					"bind": "/portainer/Files/AppData/Config/JDownloader",
-					"container": "/opt/JDownloader/cfg"
+					"container": "/opt/JDownloader/app/cfg"
 				},
 				},
 				{
 				{
 					"bind": "/portainer/Downloads",
 					"bind": "/portainer/Downloads",

+ 1 - 1
template/apps/jdownloader.json

@@ -37,7 +37,7 @@
 	"volumes": [
 	"volumes": [
 		{
 		{
 			"bind": "/portainer/Files/AppData/Config/JDownloader",
 			"bind": "/portainer/Files/AppData/Config/JDownloader",
-			"container": "/opt/JDownloader/cfg"
+			"container": "/opt/JDownloader/app/cfg"
 		},
 		},
 		{
 		{
 			"bind": "/portainer/Downloads",
 			"bind": "/portainer/Downloads",

+ 1 - 1
template/portainer-v2-arm32.json

@@ -2013,7 +2013,7 @@
 			"volumes": [
 			"volumes": [
 				{
 				{
 					"bind": "/portainer/Files/AppData/Config/JDownloader",
 					"bind": "/portainer/Files/AppData/Config/JDownloader",
-					"container": "/opt/JDownloader/cfg"
+					"container": "/opt/JDownloader/app/cfg"
 				},
 				},
 				{
 				{
 					"bind": "/portainer/Downloads",
 					"bind": "/portainer/Downloads",

+ 1 - 1
template/portainer-v2-arm64.json

@@ -2179,7 +2179,7 @@
 			"volumes": [
 			"volumes": [
 				{
 				{
 					"bind": "/portainer/Files/AppData/Config/JDownloader",
 					"bind": "/portainer/Files/AppData/Config/JDownloader",
-					"container": "/opt/JDownloader/cfg"
+					"container": "/opt/JDownloader/app/cfg"
 				},
 				},
 				{
 				{
 					"bind": "/portainer/Downloads",
 					"bind": "/portainer/Downloads",