github-actions[bot] 34da4204c0 Build App list and docs 8 months ago
..
images 99f2487983 Replace .png 2 years ago
AppList.md 35bc6105a5 Build App list and docs 10 months ago
CODE.md 5ea6defad5 Added LinkStack, Memo, Slash, and CODE templates. Updated Homepage repository. (#182) 1 year ago
Contributors.md 989eee02ac Create Contributors.md (#113) 2 years ago
DocumentList.md 34da4204c0 Build App list and docs 8 months ago
README.md 05e7bdec04 Build App list and docs 1 year ago
UnPoller-Monitor.md 72baecf8c8 Migrate to pi-hosted/pi-hosted 3 years ago
appinfo.md 909681a54e Rename TemplateList.md to AppList.md (#258) 3 years ago
davinci.md 6b7138211e Add a place holder until the new doc is finished. 2 years ago
graylog_install.md a213466006 Add Graylog to Main Apps List (#373) 2 years ago
macvlan_setup.md e6e5c7054b Update macvlan_setup.md (#485) 1 year ago
nginx_proxy_manager.md 72baecf8c8 Migrate to pi-hosted/pi-hosted 3 years ago
passbolt.md 433474b895 Added Passbolt password manager (#462) 1 year ago
photoprism.md 82e255a757 Add PhotoPrism Doc (#271) 3 years ago
pi-hole.md d1ddb1459f Pi hole and macvlan doc (#241) 3 years ago
pixel-server_setup.md ad981db952 Pixel server (#87) 2 years ago
reactive-resume_installation.md 5e3563cc46 add back reactive resume. (#129) 2 years ago
rpi_docker_monitor.md dda08ff792 Fixed a typo in the link 2 years ago
searxng.md a19886c4fd Add SearXNG Doc page 3 years ago
throttled.md 72baecf8c8 Migrate to pi-hosted/pi-hosted 3 years ago
wireguard-install.md ed62c930df Update doc. 2 years ago
wordpress_installation.md 72baecf8c8 Migrate to pi-hosted/pi-hosted 3 years ago

README.md

Pi-Hosted Portainer Template V2

Discord Youtube Twitter URL

This repository is a collection of tutorials for hosting a variety of server applications using Docker and Portainer.

App Template for Portainer

App Template Image

Apps List

See the list of apps included in this template here.

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

You 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.

sudo dpkg-query -W libseccomp2

If you are running a version less that 2.5 you will need to run the upgrade script.

wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master//tools/update_libseccomp2.sh | 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

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 instead
wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/update_portainer.sh | bash

This does not work for ARM32 based systems. See below.

Login to Portainer to update the App Template.

Goto pi-ip:9000 and then login

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!

Portainer Architecture

Architecture Tested OS's URL
**Arm32 Pi OS, DietPi https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/template/portainer-v2-arm32.json
Arm64 Pi OS, Ubuntu, DietPi https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/template/portainer-v2-arm64.json
Amd64 Ubuntu, Debian https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/template/portainer-v2-amd64.json
  • Amd64 should work on all distros with scripts written for Debian based distros

ARM32 support

ARM32 support is slowly getting dropped, we recommend you upgrade to ARM64 as soon as possible

The above script to install Portainer doesn't work, as the portainer/portainer-ce:latest Docker image doesn't support ARM32 any more. You can run the commands in the script directly and use portainer/portainer-cs:linux-arm-2.11.1-alpine instead.

Pi-Hosted YouTube series

Pi-Hosted Playlist

Channel Episode Additional Information
N.01 Novaspirit Tech Raspberry Pi 4 Server Setup, Docker Install, Portainer Install, Shell In A Box
N.02 Novaspirit Tech Installing and Configuring Homer Dashboard
N.03 Novaspirit Tech Manually Installing Guacamole on Portainer
N.04 Novaspirit Tech Installing JDownloader and File Browser On The Pi Docker Server
N.05 Novaspirit Tech Torrent with Docker and OPENVPN with Transmission and PIA
N.Extra1 Novaspirit Tech Portainer.io App Template for Raspberry Pi arm/arm64 I Need Your Help!
N.06 Novaspirit Tech Upgrading Portainer and Updating Containers
N.07 Novaspirit Tech Raspberry Pi Docker Monitoring Install Doc
N.08 Novaspirit Tech Installing Nextcloud on Raspberry Pi Docker
N.09 Novaspirit Tech Installing Nginx Proxy Manager on Docker Install Doc
N.10 Novaspirit Tech Setting up Raspberry Pi Samba Server For File Sharing on Docker
N.11 Novaspirit Tech How to Install Whoogle to replace using Google and repo notes
N.12 Novaspirit Tech Checking out Windows 2000 Docker
N.Extra2 Novaspirit Tech 3 Huge Announcements!! Discord Giveaway! Pi-Hosted!! & SBC Garage Sale!
N.13 Novaspirit Tech Beginners Guide to WireGuard Docker and Installing Pi-OS 64bit Install Doc
N.14 Novaspirit Tech My Most used container! Snippet Box
N.15 Novaspirit Tech Rust Desk Open Source Remote Desktop
N.16 Novaspirit Tech Route Docker Traffic Through VPN Container
N.17 Novaspirit Tech Building NAS with Container
N.18 Novaspirit Tech Reviewing Stats on 25+ containers on my Raspberry Pi
N.Extra3 Novaspirit Tech Biggest Update to Pi-Hosted Portainer.io Template!
N.Extra4 Novaspirit Tech Run Android In Docker with this Container!
N.19 Novaspirit Tech Control Multiple Dockers From One Location with Portainer Agent
N.20 Novaspirit Tech Your Personal Weather Station Docker Container
N.21 Novaspirit Tech Hosting Without The Need to Port Forward Using This Trick!

Aditional Documentation

You can find more tutorials and useful information in our GitHub Docs folder.

Included Scripts

Install, Update, Pre-Install and extra scripts can be found in our GitHub Tools folder.

Contributors

See the list of contributors who participated in this project.

Acknowledgment

  • template based on SelfHosted Portainer App Template branch on 2021/10/05