diff --git a/build/generators/generateREADME.sh b/build/generators/generateREADME.sh
index 07bbee1..4a38e80 100755
--- a/build/generators/generateREADME.sh
+++ b/build/generators/generateREADME.sh
@@ -38,6 +38,12 @@ for vid in $(seq 0 $(( nVideos - 1 ))); do
# Get Video ID
ID=$( echo "$info" | jq '.ID' | tr -d '"' )
+ # Channel Info
+ ChID=$( echo "$info" | jq '.Channel' )
+ ChTitle=$( jq ".channels[] | select(.ID==${ChID}) | .Title" "$appinfo" | tr -d '"' )
+ ChURL=$( jq ".channels[] | select(.ID==${ChID}) | .URL" "$appinfo" | tr -d '"' )
+ ChIcon="../build/images/${ChID:1:-1}-logo.png"
+
# Get Video URL
URL=$( echo "$info" | jq '.URL' | tr -d '"' )
@@ -52,7 +58,7 @@ for vid in $(seq 0 $(( nVideos - 1 ))); do
unset DocMD
fi
- line="|$ID|[$TITLE]($URL)|$DocMD|"
+ line="|$ID|[]($ChURL)|[$TITLE]($URL)|$DocMD|"
if [ "$vid" == "0" ] ; then
table=$line
else
diff --git a/build/images/novaspirit-logo.png b/build/images/novaspirit-logo.png
new file mode 100644
index 0000000..a5e2a9c
Binary files /dev/null and b/build/images/novaspirit-logo.png differ
diff --git a/build/images/rmiddle-tech-logo.png b/build/images/rmiddle-tech-logo.png
new file mode 100644
index 0000000..10c7e3b
Binary files /dev/null and b/build/images/rmiddle-tech-logo.png differ
diff --git a/build/info.json b/build/info.json
index cf56bdd..476366c 100644
--- a/build/info.json
+++ b/build/info.json
@@ -1,130 +1,142 @@
{
+ "channels": [
+ {
+ "ID": "rmiddle-tech",
+ "Title": "Rmiddle Tech",
+ "URL": "https://youtube.com/channel/UCk-VRP-uyhbjbZwbMBDm9gg"
+ },
+ {
+ "ID": "novaspirit",
+ "Title": "Novaspirit Tech",
+ "URL": "https://youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw"
+ }
+ ],
"youtube": [
{
- "ID": 1,
+ "ID": "N.01",
"Title": "Raspberry Pi 4 Server Setup, Docker Install, Portainer Install, Shell In A Box",
"Channel": "novaspirit",
"URL": "https://www.youtube.com/watch?v=cO2-gQ09Jj0&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=1"
},
{
- "ID": 2,
+ "ID": "N.02",
"Title": "Installing and Configuring Homer Dashboard",
"Channel": "novaspirit",
"URL": "https://www.youtube.com/watch?v=_d3J88ootYo&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=2"
},
{
- "ID": 3,
+ "ID": "N.03",
"Title": "Manually Installing Guacamole on Portainer",
"Channel": "novaspirit",
"URL": "https://www.youtube.com/watch?v=cKAhnf8X1lo&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=3"
},
{
- "ID": 4,
+ "ID": "N.04",
"Title": "Installing JDownloader and File Browser On The Pi Docker Server",
"Channel": "novaspirit",
"URL": "https://www.youtube.com/watch?v=30MYRgCObu8&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=4"
},
{
- "ID": 5,
+ "ID": "N.05",
"Title": "Torrent with Docker and OPENVPN with Transmission and PIA",
"Channel": "novaspirit",
"URL": "https://www.youtube.com/watch?v=tGLVEq913_4&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=5"
},
{
- "ID": "Extra1",
+ "ID": "N.Extra1",
"Title": "Portainer.io App Template for Raspberry Pi arm/arm64 I Need Your Help!",
"Channel": "novaspirit",
"URL": "https://www.youtube.com/watch?v=Zn-VELlaIN4&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=6"
},
{
- "ID": 6,
+ "ID": "N.06",
"Title": "Upgrading Portainer and Updating Containers",
"Channel": "novaspirit",
"URL": "https://www.youtube.com/watch?v=q3wKqk8qVS8&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=7"
},
{
- "ID": 7,
+ "ID": "N.07",
"Title": "Raspberry Pi Docker Monitoring",
"URL": "https://www.youtube.com/watch?v=IoD3vFuep64&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=8",
"Channel": "novaspirit",
"Doc": "rpi_docker_monitor.md"
},
{
- "ID": 8,
+ "ID": "N.08",
"Title": "Installing Nextcloud on Raspberry Pi Docker",
"Channel": "novaspirit",
"URL": "https://www.youtube.com/watch?v=E6IrT3g5Gqc&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=9"
},
{
- "ID": 9,
+ "ID": "N.09",
"Title": "Installing Nginx Proxy Manager on Docker",
"URL": "https://www.youtube.com/watch?v=yl2Laxbqvo8&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=10",
"Channel": "novaspirit",
"Doc": "nginx_proxy_manager.md"
},
{
- "ID": 10,
+ "ID": "N.10",
"Title": "Setting up Raspberry Pi Samba Server For File Sharing on Docker",
"Channel": "novaspirit",
"URL": "https://www.youtube.com/watch?v=2zZ3_1GRWrM&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=11"
},
{
- "ID": 11,
+ "ID": "N.11",
"Title": "How to Install Whoogle to replace using Google and repo notes",
"Channel": "novaspirit",
"URL": "https://www.youtube.com/watch?v=j3ZGxo3ibUs&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=12"
},
{
- "ID": 12,
+ "ID": "N.12",
"Title": "Checking out Windows 2000 Docker",
"Channel": "novaspirit",
"URL": "https://www.youtube.com/watch?v=57Gnp0424Qc&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=13"
},
{
- "ID": "Extra2",
+ "ID": "N.Extra2",
"Title": "3 Huge Announcements!! Discord Giveaway! Pi-Hosted!! & SBC Garage Sale!",
"Channel": "novaspirit",
"URL": "https://www.youtube.com/watch?v=Ppv1cUomwn0"
},
{
- "ID": 13,
+ "ID": "N.13",
"Title": "Beginners Guide to WireGuard Docker and Installing Pi-OS 64bit",
"Channel": "novaspirit",
"URL": "https://www.youtube.com/watch?v=yB_jAumIxOg",
"Doc": "wireguard-install.md"
},
{
- "ID": 14,
+ "ID": "N.14",
"Title": "My Most used container! Snippet Box",
"Channel": "novaspirit",
"URL": "https://www.youtube.com/watch?v=v-jUyB3fvAo"
},
{
- "ID": 15,
+ "ID": "N.15",
"Title": "Rust Desk Open Source Remote Desktop",
"Channel": "novaspirit",
"URL": "https://www.youtube.com/watch?v=PDnqFnnbVHg"
},
{
- "ID": 16,
+ "ID": "N.16",
"Title": "Route Docker Traffic Through VPN Container",
"Channel": "novaspirit",
"URL": "https://www.youtube.com/watch?v=IWj1-j2QWvo"
},
{
- "ID": 17,
+ "ID": "N.17",
"Title": "Building NAS with Container",
"Channel": "novaspirit",
"URL": "https://www.youtube.com/watch?v=9ln6UFH4z8o"
},
{
- "ID": 18,
+ "ID": "N.18",
"Title": "Reviewing Stats on 25+ containers on my Raspberry Pi",
"Channel": "novaspirit",
"URL": "https://www.youtube.com/watch?v=_tVj0FX5wYg"
},
{
- "ID": "Extra3",
+ "ID": "N.Extra3",
"Title": "Biggest Update to Pi-Hosted Portainer.io Template!",
"Channel": "novaspirit",
"URL": "https://www.youtube.com/watch?v=7R7l6c3wswQ"
diff --git a/build/templates/template_README.md b/build/templates/template_README.md
index 2c0f31e..9bfa6c5 100644
--- a/build/templates/template_README.md
+++ b/build/templates/template_README.md
@@ -13,35 +13,38 @@ See the list of apps included in this template [here](AppList.md).
### Installation
Run `install-docker.sh`, to install docker, and add the current user to the docker usergroup.
-```
+
wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/install_docker.sh | bash
# need to reboot/logout for changes to take effect
```
### Pi OS Buster
On Oct 30, 2021 Pi OS bullseye was released and this is no longer needed. Older Pi OS buster releases run an old version of libseccomp that is causing problems with many containers that are preventing them from running. To fix this we need to manually install a newer version of libseccomp. However we first need to check and see if you are running an older version. To check please run sudo dpkg-query -W libseccomp.
-```
+
+```sh
sudo dpkg-query -W libseccomp2
```
-If you are running a version less that 2.5 you will need to run the *upgrade script.
-```
+If you are running a version less that 2.5 you will need to run the *upgrade script*.
wget -qO- https://raw.githubusercontent.com/novaspirit/pi-hosted/master/tools/update_libseccomp2.sh | bash
+```sh
```
+
* The upgrade script is for Pi OS 32bit. Pi OS 64 beta is untested and the upgrade script wont work with it.
### Reboot for changes to take effect
-```
+```sh
sudo reboot
```
After a reboot, run `install-portainer.sh`, to install Portainer.io
-```
+
wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/install_portainer.sh | bash
# to update portainer, run this command
wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/update_portainer.sh | bash
```
+
Click Settings, in the bottom-left corner, and paste the Portainer v2 json file link from below into the "App Templates" box.
You're done! Now just click App Templates and deploy applications!
@@ -61,8 +64,8 @@ You're done! Now just click App Templates and deploy applications!
[](https://www.youtube.com/watch?v=cO2-gQ09Jj0&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc)
-| | Episode | Additional Information |
-|---|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------|
+| | Channel | Episode | Additional Information |
+|:---:|:-------:|---------|------------------------|
<<<<< YOUTUBE TABLE HERE >>>>>
### Aditional Documentation
@@ -78,4 +81,5 @@ Install, Update, Pre-Install and extra scripts can be found in our [GitHub Tools
See the list of [contributors](https://github.com/pi-hosted/pi-hosted/graphs/contributors) who participated in this project.
### Acknowledgment
+
* template based on [SelfHosted](https://github.com/SelfhostedPro/selfhosted_templates) Portainer App Template branch on 2021/10/05
diff --git a/docs/DocumentList.md b/docs/DocumentList.md
index ff57275..a47c92e 100644
--- a/docs/DocumentList.md
+++ b/docs/DocumentList.md
@@ -8,7 +8,7 @@ List of all Documents used within this project with related Apps and Videos.
| File Name | Description | Related Apps | YouTube |
| --------- | ----------- | ------------ |:-------:|
|[macvlan_setup.md](../docs/macvlan_setup.md)|Attach a container directly to local network (macvlan)|||
-|[nginx_proxy_manager.md](../docs/nginx_proxy_manager.md)|Install and setup instructions for Nginx Proxy Manager (NPM)|Nginx Proxy Manager v2 with Sqlite and Goaccess Charts
Nginx Proxy Manager v2 with Mysql [DEPRECATED]
Nginx Proxy Manager v2 with Mysql and Goaccess Charts [DEPRECATED]
Nginx Proxy Manager v2 with Sqllite|[]("https://www.youtube.com/watch?v=yl2Laxbqvo8&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=10")|
+|[nginx_proxy_manager.md](../docs/nginx_proxy_manager.md)|Install and setup instructions for Nginx Proxy Manager (NPM)|Nginx Proxy Manager v2 with Mysql [DEPRECATED]
Nginx Proxy Manager v2 with Sqllite
Nginx Proxy Manager v2 with Sqlite and Goaccess Charts
Nginx Proxy Manager v2 with Mysql and Goaccess Charts [DEPRECATED]|[]("https://www.youtube.com/watch?v=yl2Laxbqvo8&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=10")|
|[photoprism.md](../docs/photoprism.md)|Install and Setup Instructions for PhotoPrism Stack|PhotoPrism||
|[pi-hole.md](../docs/pi-hole.md)|Install and Setup Pi-Hole for Network-Wide Ad Block|Pi-Hole
Pi-Hole-Unbound
Pi-Hole DoH/DoT||
|[rpi_docker_monitor.md](../docs/rpi_docker_monitor.md)|Install and setup instructions for the RPI Docker Monitor|Raspberry Pi Docker Monitor|[]("https://www.youtube.com/watch?v=IoD3vFuep64&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=8")|
diff --git a/docs/README.md b/docs/README.md
index 3a20e47..ba323fb 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -13,40 +13,47 @@ See the list of apps included in this template [here](AppList.md).
### Installation
Run `install-docker.sh`, to install docker, and add the current user to the docker usergroup.
-```
+
+```sh
wget -qO- https://git.io/JS96e | bash
# need to reboot/logout for changes to take effect
```
### Pi OS Buster
On Oct 30, 2021 Pi OS bullseye was released and this is no longer needed. Older Pi OS buster releases run an old version of libseccomp that is causing problems with many containers that are preventing them from running. To fix this we need to manually install a newer version of libseccomp. However we first need to check and see if you are running an older version. To check please run sudo dpkg-query -W libseccomp.
-```
+
+```sh
sudo dpkg-query -W libseccomp2
```
-If you are running a version less that 2.5 you will need to run the *upgrade script.
-```
+If you are running a version less that 2.5 you will need to run the *upgrade script*.
+
+```sh
wget -qO- https://git.io/JPXdj | bash
```
+
* The upgrade script is for Pi OS 32bit. Pi OS 64 beta is untested and the upgrade script wont work with it.
### Reboot for changes to take effect
-```
+```sh
sudo reboot
```
After a reboot, run `install-portainer.sh`, to install Portainer.io
-```
+
+```sh
wget -qO- https://git.io/JS96L | bash
# to update portainer, run this command
wget -qO- https://git.io/JS96Y | bash
```
+
Click Settings, in the bottom-left corner, and paste the Portainer v2 json file link from below into the "App Templates" box.
You're done! Now just click App Templates and deploy applications!
#### Versions
+
| Application | Supported OS's | URL |
| ------------- | ------------- | ------------- |
| Portainer v2 Arm32 | Pi OS | https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/template/portainer-v2-arm32.json |
@@ -61,29 +68,29 @@ You're done! Now just click App Templates and deploy applications!
[](https://www.youtube.com/watch?v=cO2-gQ09Jj0&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc)
-| | Episode | Additional Information |
-|---|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------|
-|1|[Raspberry Pi 4 Server Setup, Docker Install, Portainer Install, Shell In A Box](https://www.youtube.com/watch?v=cO2-gQ09Jj0&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=1)||
-|2|[Installing and Configuring Homer Dashboard](https://www.youtube.com/watch?v=_d3J88ootYo&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=2)||
-|3|[Manually Installing Guacamole on Portainer](https://www.youtube.com/watch?v=cKAhnf8X1lo&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=3)||
-|4|[Installing JDownloader and File Browser On The Pi Docker Server](https://www.youtube.com/watch?v=30MYRgCObu8&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=4)||
-|5|[Torrent with Docker and OPENVPN with Transmission and PIA](https://www.youtube.com/watch?v=tGLVEq913_4&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=5)||
-|Extra1|[Portainer.io App Template for Raspberry Pi arm/arm64 I Need Your Help!](https://www.youtube.com/watch?v=Zn-VELlaIN4&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=6)||
-|6|[Upgrading Portainer and Updating Containers](https://www.youtube.com/watch?v=q3wKqk8qVS8&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=7)||
-|7|[Raspberry Pi Docker Monitoring](https://www.youtube.com/watch?v=IoD3vFuep64&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=8)|[Install Doc](../docs/rpi_docker_monitor.md)|
-|8|[Installing Nextcloud on Raspberry Pi Docker](https://www.youtube.com/watch?v=E6IrT3g5Gqc&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=9)||
-|9|[Installing Nginx Proxy Manager on Docker](https://www.youtube.com/watch?v=yl2Laxbqvo8&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=10)|[Install Doc](../docs/nginx_proxy_manager.md)|
-|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)||
-|12|[Checking out Windows 2000 Docker](https://www.youtube.com/watch?v=57Gnp0424Qc&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=13)||
-|Extra2|[3 Huge Announcements!! Discord Giveaway! Pi-Hosted!! & SBC Garage Sale!](https://www.youtube.com/watch?v=Ppv1cUomwn0)||
-|13|[Beginners Guide to WireGuard Docker and Installing Pi-OS 64bit](https://www.youtube.com/watch?v=yB_jAumIxOg)|[Install Doc](../docs/wireguard-install.md)|
-|14|[My Most used container! Snippet Box](https://www.youtube.com/watch?v=v-jUyB3fvAo)||
-|15|[Rust Desk Open Source Remote Desktop](https://www.youtube.com/watch?v=PDnqFnnbVHg)||
-|16|[Route Docker Traffic Through VPN Container](https://www.youtube.com/watch?v=IWj1-j2QWvo)||
-|17|[Building NAS with Container](https://www.youtube.com/watch?v=9ln6UFH4z8o)||
-|18|[Reviewing Stats on 25+ containers on my Raspberry Pi](https://www.youtube.com/watch?v=_tVj0FX5wYg)||
-|Extra3|[Biggest Update to Pi-Hosted Portainer.io Template!](https://www.youtube.com/watch?v=7R7l6c3wswQ)||
+| | Channel | Episode | Additional Information |
+|:---:|:-------:|---------|------------------------|
+|N.01|[](https://youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw)|[Raspberry Pi 4 Server Setup, Docker Install, Portainer Install, Shell In A Box](https://www.youtube.com/watch?v=cO2-gQ09Jj0&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=1)||
+|N.02|[](https://youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw)|[Installing and Configuring Homer Dashboard](https://www.youtube.com/watch?v=_d3J88ootYo&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=2)||
+|N.03|[](https://youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw)|[Manually Installing Guacamole on Portainer](https://www.youtube.com/watch?v=cKAhnf8X1lo&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=3)||
+|N.04|[](https://youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw)|[Installing JDownloader and File Browser On The Pi Docker Server](https://www.youtube.com/watch?v=30MYRgCObu8&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=4)||
+|N.05|[](https://youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw)|[Torrent with Docker and OPENVPN with Transmission and PIA](https://www.youtube.com/watch?v=tGLVEq913_4&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=5)||
+|N.Extra1|[](https://youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw)|[Portainer.io App Template for Raspberry Pi arm/arm64 I Need Your Help!](https://www.youtube.com/watch?v=Zn-VELlaIN4&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=6)||
+|N.06|[](https://youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw)|[Upgrading Portainer and Updating Containers](https://www.youtube.com/watch?v=q3wKqk8qVS8&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=7)||
+|N.07|[](https://youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw)|[Raspberry Pi Docker Monitoring](https://www.youtube.com/watch?v=IoD3vFuep64&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=8)|[Install Doc](../docs/rpi_docker_monitor.md)|
+|N.08|[](https://youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw)|[Installing Nextcloud on Raspberry Pi Docker](https://www.youtube.com/watch?v=E6IrT3g5Gqc&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=9)||
+|N.09|[](https://youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw)|[Installing Nginx Proxy Manager on Docker](https://www.youtube.com/watch?v=yl2Laxbqvo8&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=10)|[Install Doc](../docs/nginx_proxy_manager.md)|
+|N.10|[](https://youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw)|[Setting up Raspberry Pi Samba Server For File Sharing on Docker](https://www.youtube.com/watch?v=2zZ3_1GRWrM&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=11)||
+|N.11|[](https://youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw)|[How to Install Whoogle to replace using Google and repo notes](https://www.youtube.com/watch?v=j3ZGxo3ibUs&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=12)||
+|N.12|[](https://youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw)|[Checking out Windows 2000 Docker](https://www.youtube.com/watch?v=57Gnp0424Qc&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=13)||
+|N.Extra2|[](https://youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw)|[3 Huge Announcements!! Discord Giveaway! Pi-Hosted!! & SBC Garage Sale!](https://www.youtube.com/watch?v=Ppv1cUomwn0)||
+|N.13|[](https://youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw)|[Beginners Guide to WireGuard Docker and Installing Pi-OS 64bit](https://www.youtube.com/watch?v=yB_jAumIxOg)|[Install Doc](../docs/wireguard-install.md)|
+|N.14|[](https://youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw)|[My Most used container! Snippet Box](https://www.youtube.com/watch?v=v-jUyB3fvAo)||
+|N.15|[](https://youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw)|[Rust Desk Open Source Remote Desktop](https://www.youtube.com/watch?v=PDnqFnnbVHg)||
+|N.16|[](https://youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw)|[Route Docker Traffic Through VPN Container](https://www.youtube.com/watch?v=IWj1-j2QWvo)||
+|N.17|[](https://youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw)|[Building NAS with Container](https://www.youtube.com/watch?v=9ln6UFH4z8o)||
+|N.18|[](https://youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw)|[Reviewing Stats on 25+ containers on my Raspberry Pi](https://www.youtube.com/watch?v=_tVj0FX5wYg)||
+|N.Extra3|[](https://youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw)|[Biggest Update to Pi-Hosted Portainer.io Template!](https://www.youtube.com/watch?v=7R7l6c3wswQ)||
### Aditional Documentation
@@ -98,4 +105,5 @@ Install, Update, Pre-Install and extra scripts can be found in our [GitHub Tools
See the list of [contributors](https://github.com/pi-hosted/pi-hosted/graphs/contributors) who participated in this project.
### Acknowledgment
+
* template based on [SelfHosted](https://github.com/SelfhostedPro/selfhosted_templates) Portainer App Template branch on 2021/10/05
diff --git a/template/apps/deluge.json b/template/apps/deluge.json
index dc0222b..b19eee5 100644
--- a/template/apps/deluge.json
+++ b/template/apps/deluge.json
@@ -34,7 +34,7 @@
"restart_policy": "unless-stopped",
"title": "Deluge",
"type": 1,
- "videoID": 16,
+ "videoID": "N.16",
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Deluge",
diff --git a/template/apps/filebrowser-s6.json b/template/apps/filebrowser-s6.json
index 7f7e4b1..e965a34 100644
--- a/template/apps/filebrowser-s6.json
+++ b/template/apps/filebrowser-s6.json
@@ -30,7 +30,7 @@
"restart_policy": "unless-stopped",
"title": "FileBrowser S6",
"type": 1,
- "videoID": 4,
+ "videoID": "N.04",
"volumes": [
{
"bind": "/portainer/Downloads",
diff --git a/template/apps/filebrowser.json b/template/apps/filebrowser.json
index b74ea89..ef7eb85 100644
--- a/template/apps/filebrowser.json
+++ b/template/apps/filebrowser.json
@@ -18,7 +18,7 @@
"restart_policy": "unless-stopped",
"title": "FileBrowser",
"type": 1,
- "videoID": 4,
+ "videoID": "N.04",
"volumes": [
{
"bind": "/portainer/Downloads",
diff --git a/template/apps/go-socks5-proxy.json b/template/apps/go-socks5-proxy.json
index 09fc05f..9472f8a 100644
--- a/template/apps/go-socks5-proxy.json
+++ b/template/apps/go-socks5-proxy.json
@@ -16,6 +16,6 @@
"restart_policy": "unless-stopped",
"title": "Go-Socks5-Proxy",
"type": 1,
- "videoID": 16,
+ "videoID": "N.16",
"webpage": "https://hub.docker.com/r/serjs/go-socks5-proxy"
}
diff --git a/template/apps/guacamole.json b/template/apps/guacamole.json
index b6b2734..34af89c 100644
--- a/template/apps/guacamole.json
+++ b/template/apps/guacamole.json
@@ -17,7 +17,7 @@
"restart_policy": "unless-stopped",
"title": "Guacamole",
"type": 1,
- "videoID": 3,
+ "videoID": "N.03",
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Guacamole",
diff --git a/template/apps/homer.json b/template/apps/homer.json
index 86fae78..2ebbb77 100644
--- a/template/apps/homer.json
+++ b/template/apps/homer.json
@@ -31,7 +31,7 @@
"restart_policy": "unless-stopped",
"title": "Homer",
"type": 1,
- "videoID": 2,
+ "videoID": "N.02",
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Homer/assets",
diff --git a/template/apps/jdownloader.json b/template/apps/jdownloader.json
index adc48de..cd0541e 100644
--- a/template/apps/jdownloader.json
+++ b/template/apps/jdownloader.json
@@ -34,7 +34,7 @@
"restart_policy": "unless-stopped",
"title": "JDownloader",
"type": 1,
- "videoID": 4,
+ "videoID": "N.04",
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/JDownloader",
diff --git a/template/apps/nextcloudpi.json b/template/apps/nextcloudpi.json
index c8c2a87..aaaecb2 100644
--- a/template/apps/nextcloudpi.json
+++ b/template/apps/nextcloudpi.json
@@ -33,7 +33,7 @@
],
"title": "NextcloudPi",
"type": 1,
- "videoID": 8,
+ "videoID": "N.08",
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/ncdata",
diff --git a/template/apps/nginx-proxy-manager-mysql-goaccess.json b/template/apps/nginx-proxy-manager-mysql-goaccess.json
index 3263451..b402331 100644
--- a/template/apps/nginx-proxy-manager-mysql-goaccess.json
+++ b/template/apps/nginx-proxy-manager-mysql-goaccess.json
@@ -76,6 +76,6 @@
"restart_policy": "unless-stopped",
"title": "Nginx Proxy Manager v2 with Mysql and Goaccess Charts [DEPRECATED]",
"type": 3,
- "videoID": 9,
+ "videoID": "N.09",
"webpage": "https://nginxproxymanager.com/"
}
diff --git a/template/apps/nginx-proxy-manager-mysql.json b/template/apps/nginx-proxy-manager-mysql.json
index 4c46234..dc86704 100644
--- a/template/apps/nginx-proxy-manager-mysql.json
+++ b/template/apps/nginx-proxy-manager-mysql.json
@@ -51,6 +51,6 @@
"restart_policy": "unless-stopped",
"title": "Nginx Proxy Manager v2 with Mysql [DEPRECATED]",
"type": 3,
- "videoID": 9,
+ "videoID": "N.09",
"webpage": "https://nginxproxymanager.com/"
}
diff --git a/template/apps/nginx-proxy-manager-sqlite-goaccess.json b/template/apps/nginx-proxy-manager-sqlite-goaccess.json
index 79d7443..1732323 100644
--- a/template/apps/nginx-proxy-manager-sqlite-goaccess.json
+++ b/template/apps/nginx-proxy-manager-sqlite-goaccess.json
@@ -65,6 +65,6 @@
"restart_policy": "unless-stopped",
"title": "Nginx Proxy Manager v2 with Sqlite and Goaccess Charts",
"type": 3,
- "videoID": 9,
+ "videoID": "N.09",
"webpage": "https://nginxproxymanager.com/"
}
diff --git a/template/apps/nginx-proxy-manager-sqlite.json b/template/apps/nginx-proxy-manager-sqlite.json
index cbea2dc..d747e0f 100644
--- a/template/apps/nginx-proxy-manager-sqlite.json
+++ b/template/apps/nginx-proxy-manager-sqlite.json
@@ -37,7 +37,7 @@
"restart_policy": "unless-stopped",
"title": "Nginx Proxy Manager v2 with Sqllite",
"type": 1,
- "videoID": 9,
+ "videoID": "N.09",
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/nginx-proxy-manager/data",
diff --git a/template/apps/raspberry-pi-docker-monitor.json b/template/apps/raspberry-pi-docker-monitor.json
index aec3358..1cc58f3 100644
--- a/template/apps/raspberry-pi-docker-monitor.json
+++ b/template/apps/raspberry-pi-docker-monitor.json
@@ -28,6 +28,6 @@
"restart_policy": "unless-stopped",
"title": "Raspberry Pi Docker Monitor",
"type": 3,
- "videoID": 7,
+ "videoID": "N.07",
"webpage": "https://github.com/pi-hosted/pi-hosted/blob/master/docs/rpi_docker_monitor.md"
}
diff --git a/template/apps/rustdesk.json b/template/apps/rustdesk.json
index d4ce604..f88f2e0 100644
--- a/template/apps/rustdesk.json
+++ b/template/apps/rustdesk.json
@@ -37,7 +37,7 @@
"restart_policy": "unless-stopped",
"title": "RustDesk",
"type": 1,
- "videoID": 15,
+ "videoID": "N.15",
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/rustdesk",
diff --git a/template/apps/samba.json b/template/apps/samba.json
index 3cd0112..810024b 100644
--- a/template/apps/samba.json
+++ b/template/apps/samba.json
@@ -57,7 +57,7 @@
"restart_policy": "unless-stopped",
"title": "Samba",
"type": 1,
- "videoID": [ 10, 17 ] ,
+ "videoID": [ "N.10", "N.17" ] ,
"volumes": [
{
"bind": "/portainer/Downloads",
diff --git a/template/apps/snippet-box.json b/template/apps/snippet-box.json
index b725941..427eccc 100644
--- a/template/apps/snippet-box.json
+++ b/template/apps/snippet-box.json
@@ -18,7 +18,7 @@
"restart_policy": "unless-stopped",
"title": "Snippet-box",
"type": 1,
- "videoID": 14,
+ "videoID": "N.14",
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Snippet-box",
diff --git a/template/apps/transmission-openvpn.json b/template/apps/transmission-openvpn.json
index 49d78a1..9e159d4 100644
--- a/template/apps/transmission-openvpn.json
+++ b/template/apps/transmission-openvpn.json
@@ -64,7 +64,7 @@
"restart_policy": "unless-stopped",
"title": "Transmission-OpenVPN",
"type": 1,
- "videoID": 5,
+ "videoID": "N.05",
"volumes": [
{
"bind": "/portainer/Downloads",
diff --git a/template/apps/watchtower.json b/template/apps/watchtower.json
index c41ed12..613e602 100644
--- a/template/apps/watchtower.json
+++ b/template/apps/watchtower.json
@@ -16,7 +16,7 @@
"restart_policy": "unless-stopped",
"title": "Watchtower",
"type": 1,
- "videoID": 6,
+ "videoID": "N.06",
"volumes": [
{
"bind": "/var/run/docker.sock",
diff --git a/template/apps/whoogle.json b/template/apps/whoogle.json
index f29dd15..1c046d6 100644
--- a/template/apps/whoogle.json
+++ b/template/apps/whoogle.json
@@ -18,7 +18,7 @@
"restart_policy": "unless-stopped",
"title": "Whoogle",
"type": 1,
- "videoID": 11,
+ "videoID": "N.11",
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Whoogle",
diff --git a/template/apps/windows-2000.json b/template/apps/windows-2000.json
index 9acea72..1eece46 100644
--- a/template/apps/windows-2000.json
+++ b/template/apps/windows-2000.json
@@ -19,7 +19,7 @@
"restart_policy": "unless-stopped",
"title": "Windows 2000",
"type": 1,
- "videoID": 12,
+ "videoID": "N.12",
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Win2000/zdrive",
diff --git a/template/apps/wireguard-server.json b/template/apps/wireguard-server.json
index e5c72c5..85d87ca 100644
--- a/template/apps/wireguard-server.json
+++ b/template/apps/wireguard-server.json
@@ -42,7 +42,7 @@
"name": "wg-easy",
"officialDoc": "https://github.com/WeeJeWel/wg-easy/#1-install-docker",
"piHostedDoc": "wireguard-install.md",
- "videoID": 13,
+ "videoID": "N.13",
"platform": "linux",
"repository": {
"stackfile_arm32": "stack/wireguard-easy.yml",