Skip to content

bfg-coding/pi-hosted

 
 

Repository files navigation

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

Installation

Run install-docker.sh, to install docker, and add the current user to the docker usergroup.

wget -qO- https://git.io/JwUkc | bash
# need to reboot/logout for changes to take effect

Pi OS

Currently Pi OS is running 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

Reboot for changes to take effect

sudo reboot

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

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

Pi-Hosted YouTube series

Pi-Hosted Playlist

Episode
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
6 Portainer.io App Template for Raspberry Pi arm/arm64 I Need Your Help!
7 Upgrading Portainer and Updating Containers
8 Raspberry Pi Docker Monitoring
9 Nginx Proxy Manager on Docker

=======

Addition Documentation can be found in the Docs Folder

Don't forgot to checkout the Additional Documentation
https://github.com/novaspirit/pi-hosted/tree/master/docs

Contributors

See the list of contributors who participated in this project.

Acknowledgment

  • based template on SelfHosted Portainer App Template

About

Raspberry Pi Self Hosted Server Based on Docker / Portainer.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%