2021-09-28 22:16:36 -04:00
# Pi-Hosted Portainer Template V2
2021-09-16 11:22:18 -04:00
2021-10-06 09:09:28 -04:00
[](https://discord.com/invite/v8dAnFV) [](https://www.youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw) [](https://twitter.com/novaspirittech) [](https://hacktoberfest.digitalocean.com)
2021-09-16 11:53:20 -04:00
2021-10-06 09:09:28 -04:00
This repository is a collection of tutorials for hosting a variety of server applications using Docker and [Portainer ](https://github.com/portainer/portainer ).
2021-10-01 11:56:12 +05:30
2021-10-06 10:20:20 -04:00
### App Template for Portainer
2021-10-07 13:33:26 -04:00

2021-10-01 14:55:43 -04:00
2021-10-06 09:09:28 -04:00
### Installation
2021-10-12 10:54:15 -04:00
Run `install-docker.sh` , to install docker, and add the current user to the docker usergroup.
2021-10-06 09:09:28 -04:00
```
wget -qO- https://git.io/JwUkc | bash
# need to reboot/logout for changes to take effect
2021-10-27 20:43:13 -04:00
```
2021-11-08 19:58:29 -05:00
### 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.
2021-10-27 20:43:13 -04:00
```
2021-10-28 19:01:26 -04:00
sudo dpkg-query -W libseccomp2
2021-10-27 20:43:13 -04:00
```
2021-11-07 01:52:56 -04:00
If you are running a version less that 2.5 you will need to run the *upgrade script.
2021-10-27 20:43:13 -04:00
```
2021-11-01 22:35:09 -04:00
wget -qO- https://git.io/JPXdj | bash
2021-10-27 20:43:13 -04:00
```
2021-11-07 01:52:56 -04:00
* The upgrade script is for Pi OS 32bit. Pi OS 64 beta is untested and the upgrade script wont work with it.
2021-10-27 20:43:13 -04:00
2021-10-27 21:10:19 -04:00
### Reboot for changes to take effect
2021-10-27 20:43:13 -04:00
```
2021-10-06 09:09:28 -04:00
sudo reboot
```
2021-10-27 20:43:13 -04:00
2021-10-06 09:09:28 -04:00
After a reboot, run `install-portainer.sh` , to install Portainer.io
```
wget -qO- https://git.io/JwUnf | bash
# to update portainer, run this command
wget -qO- https://git.io/JwUlY | bash
```
2021-10-06 10:24:30 -04:00
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!
2021-10-06 09:09:28 -04:00
2021-10-03 22:35:29 -04:00
#### Versions
2021-11-04 22:09:56 -04:00
| Application | Supported OS's | URL |
| ------------- | ------------- | ------------- |
| Portainer v2 Arm32 | Pi OS | https://raw.githubusercontent.com/novaspirit/pi-hosted/master/template/portainer-v2-arm32.json |
2021-11-05 22:22:31 -04:00
| Portainer v2 Arm64 | Ubunutu 64, DietPI 64 | https://raw.githubusercontent.com/novaspirit/pi-hosted/master/template/portainer-v2-arm64.json |
2021-11-04 22:09:56 -04:00
2021-11-08 00:36:01 -05:00
* Limited testing Operating Systems: Pi OS 64 Beta, DietPI 32 bit
2021-10-03 22:35:29 -04:00
2021-10-06 09:09:28 -04:00
### Pi-Hosted YouTube series
2021-10-03 22:35:29 -04:00
[](https://www.youtube.com/watch?v=cO2-gQ09Jj0&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc)
2021-10-20 22:27:01 -04:00
2021-11-26 13:43:47 -05:00
| | Episode | Additional Information |
2021-11-25 15:47:32 -05:00
|---|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------|
| 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 ) | |
| | [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 ) | |
2021-11-25 15:49:54 -05:00
| 7 | [Raspberry Pi Docker Monitoring ](https://www.youtube.com/watch?v=IoD3vFuep64&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=8 ) | [Install Monitor ](https://github.com/novaspirit/pi-hosted/blob/master/docs/rpi_docker_monitor.md ) |
2021-11-25 15:47:32 -05:00
| 8 | [Installing Nextcloud on Raspberry Pi Docker ](https://www.youtube.com/watch?v=E6IrT3g5Gqc&list=UUrjKdwxaQMSV_NDywgKXVmw&index=7 ) | |
2021-11-25 15:50:24 -05:00
| 9 | [Installing Nginx Proxy Manager on Docker ](https://www.youtube.com/watch?v=yl2Laxbqvo8 ) | [Install NPM ](https://github.com/novaspirit/pi-hosted/blob/master/docs/nginx_proxy_manager.md ) |
2021-11-25 15:47:32 -05:00
| 10 | [Setting up Raspberry Pi Samba Server For File Sharing on Docker ](https://www.youtube.com/watch?v=2zZ3_1GRWrM ) | |
| 11 | [How to Install Whoogle to replace using Google and repo notes ](https://www.youtube.com/watch?v=j3ZGxo3ibUs ) | |
2021-11-09 13:43:41 -05:00
2021-11-04 13:38:24 -04:00
2021-10-20 22:27:01 -04:00
=======
2021-10-17 15:23:18 -04:00
2021-11-27 13:46:57 -05:00
| Additional Documentation |
2021-11-27 02:06:17 -05:00
|------------------------|
2021-11-27 13:53:13 -05:00
| [Install and setup instructions for the RPI Unifi (UnPoller) Monitor ](https://github.com/novaspirit/pi-hosted/blob/master/docs/UnPoller-Monitor.md ) |
2021-11-27 02:06:17 -05:00
| [Install and setup instructions for Nginx Proxy Manager (NPM) ](https://github.com/novaspirit/pi-hosted/blob/master/docs/nginx_proxy_manager.md ) |
|[Install and setup instructions for the RPI Docker Monitor ](https://github.com/novaspirit/pi-hosted/blob/master/docs/rpi_docker_monitor.md ) |
2021-12-02 09:57:41 -05:00
|[Install and setup instructions for the WireGuard VPN Server ](https://github.com/novaspirit/pi-hosted/blob/master/docs/wireguard-install.md ) |
2021-11-27 02:06:17 -05:00
|[WORDPRESS + SSL SETUP ](https://github.com/novaspirit/pi-hosted/blob/master/docs/wordpress_installation.md ) |
|[Install and Setup Instructions for the Throttled Script ](https://github.com/novaspirit/pi-hosted/blob/master/docs/throttled.md ) |
=======
2021-11-27 13:46:57 -05:00
| Additional Tools | Description | wget install |
2021-11-27 02:06:17 -05:00
|----------------|--------------|--------------|
2021-12-04 22:19:49 -05:00
| [install_caddy.sh ](https://github.com/novaspirit/pi-hosted/tree/master/tools/install_caddy.sh ) | Pre-setup script to install Caddy | wget -qO- https://git.io/JMsEe \| bash|
| [install_drupal.sh ](https://github.com/novaspirit/pi-hosted/tree/master/tools/install_drupal.sh ) | Preinstall Setup for Drupal | wget -qO- https://git.io/JMsEj \| bash|
| [install_portainer_agent.sh ](https://github.com/novaspirit/pi-hosted/tree/master/tools/install_portainer_agent.sh ) [update_portainer_agent.sh ](https://github.com/rmiddle/pi-hosted/blob/master/tools/update_portainer_agent.sh ) |Install and upgrade Portainer Agent. Portainer agent is used for remote management of the host you install it on. | |
| [install_throttled.sh ](https://github.com/novaspirit/pi-hosted/tree/master/tools/install_throttled.sh ) | [Install and Setup Instructions for the Throttled Script ](https://github.com/novaspirit/pi-hosted/blob/master/docs/throttled.md ) | wget -qO- https://git.io/JXzw0 \| bash|
| [install_vikunja.sh ](https://github.com/novaspirit/pi-hosted/tree/master/tools/install_vikunja.sh ) | Preinstall Setup for Vikunja | wget -qO- https://git.io/JMsuZ \| bash |
| [nginx-proxy-manager.sh ](https://github.com/novaspirit/pi-hosted/tree/master/tools/nginx-proxy-manager.sh ) | Preinstall Setup for NPM. [Installation Document ](https://github.com/novaspirit/pi-hosted/blob/master/docs/nginx_proxy_manager.md ) | wget -qO- https://git.io/JPXF5 \| bash|
| [rpi_docker_monitor.sh ](https://github.com/novaspirit/pi-hosted/tree/master/tools/rpi_docker_monitor.sh ) | Preinstall Setup for Docker Monitor [Installation Document ](https://github.com/novaspirit/pi-hosted/blob/master/docs/rpi_docker_monitor.md ) | wget -qO- https://git.io/JPXba \| bash|
| [traefik.sh ](https://github.com/novaspirit/pi-hosted/tree/master/tools/traefik.sh ) | Preinstall Setup for Traefik | wget -qO- https://git.io/JMsuA \| bash|
| [unpoller-install.sh ](https://github.com/novaspirit/pi-hosted/tree/master/tools/unpoller-install.sh ) | Preinstall Setup for UnPoller [Installation Document ](https://github.com/rmiddle/pi-hosted/blob/readme_update/docs/UnPoller-Monitor.md )| wget -qO- https://git.io/JMszE \| bash|
| [install_photoprism.sh ](https://github.com/novaspirit/pi-hosted/tree/master/tools/install_photoprism.sh ) | Install Photo Prism | wget -qO- https://git.io/JM5Tr \| bash|
| [update_libseccomp2.sh ](https://github.com/novaspirit/pi-hosted/tree/master/tools/update_libseccomp2.sh ) | PI OS 32 libseccomp2 Repair utility | wget -qO- https://git.io/JPXdj \| bash|
2021-10-17 15:23:18 -04:00
2021-10-21 00:09:13 +05:30
2021-10-03 22:35:29 -04:00
### Contributors
2021-10-06 09:09:28 -04:00
See the list of [contributors ](https://github.com/novaspirit/pi-hosted/graphs/contributors ) who participated in this project.
2021-10-01 11:56:12 +05:30
2021-10-03 22:35:29 -04:00
### Acknowledgment
2021-11-27 13:46:57 -05:00
* template based on [SelfHosted ](https://github.com/SelfhostedPro/selfhosted_templates ) Portainer App Template
2021-10-01 11:56:12 +05:30