GitHub Workflow 2b9475cde0 Build App list and docs 3 years ago
..
images a19886c4fd Add SearXNG Doc page 3 years ago
AppList.md 295476c6aa Update the link to the documentation of favonia/cloudflare-ddns (#312) 3 years ago
DocumentList.md 5df3d7f993 Add some status markers to make it easier to see what step you are on. 3 years ago
README.md 2b9475cde0 Build App list and docs 3 years 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
macvlan_setup.md 1246926765 Update macvlan tutorial 3 years ago
nginx_proxy_manager.md 72baecf8c8 Migrate to pi-hosted/pi-hosted 3 years ago
photoprism.md 82e255a757 Add PhotoPrism Doc (#271) 3 years ago
pi-hole.md d1ddb1459f Pi hole and macvlan doc (#241) 3 years ago
rpi_docker_monitor.md 756188f9ec fix typo (#252) 3 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 21ca57d592 Update Documentation 3 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 hacktoberfest

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

App Template for Portainer

alt text

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://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.

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://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

sudo reboot

After a reboot, run install-portainer.sh, to install Portainer.io

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
Portainer v2 Arm64 Ubuntu 64, DietPI 64 https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/template/portainer-v2-arm64.json
  • Limited testing Operating Systems: Pi OS 64 Beta, DietPI 32 bit

Pi-Hosted YouTube series

Pi-Hosted Playlist

Episode Additional Information
1 Raspberry Pi 4 Server Setup, Docker Install, Portainer Install, Shell In A Box
2 Installing and Configuring Homer Dashboard
3 Manually Installing Guacamole on Portainer
4 Installing JDownloader and File Browser On The Pi Docker Server
5 Torrent with Docker and OPENVPN with Transmission and PIA
Extra1 Portainer.io App Template for Raspberry Pi arm/arm64 I Need Your Help!
6 Upgrading Portainer and Updating Containers
7 Raspberry Pi Docker Monitoring Install Doc
8 Installing Nextcloud on Raspberry Pi Docker
9 Installing Nginx Proxy Manager on Docker Install Doc
10 Setting up Raspberry Pi Samba Server For File Sharing on Docker
11 How to Install Whoogle to replace using Google and repo notes
12 Checking out Windows 2000 Docker
Extra2 3 Huge Announcements!! Discord Giveaway! Pi-Hosted!! & SBC Garage Sale!

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