alixcan / pi-hosted

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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/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
  • 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
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 Monitor
8 Installing Nextcloud on Raspberry Pi Docker
9 Installing Nginx Proxy Manager on Docker Install NPM
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

=======

Additional Documentation
Install and setup instructions for the RPI Unifi (UnPoller) Monitor
Install and setup instructions for Nginx Proxy Manager (NPM)
Install and setup instructions for the RPI Docker Monitor
Install and setup instructions for the WireGuard VPN Server
WORDPRESS + SSL SETUP
Install and Setup Instructions for the Throttled Script
Install and Setup Pi-Hole for Network-Wide Ad Block
Attach a container directly to local network (macvlan)

=======

Additional Tools Description wget install
install_caddy.sh Pre-setup script to install Caddy wget -qO- https://git.io/JMsEe | bash
install_drupal.sh Preinstall Setup for Drupal wget -qO- https://git.io/JMsEj | bash
install_portainer_agent.sh 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 Install and Setup Instructions for the Throttled Script wget -qO- https://git.io/JXzw0 | bash
install_vikunja.sh Preinstall Setup for Vikunja wget -qO- https://git.io/JMsuZ | bash
nginx-proxy-manager.sh Preinstall Setup for NPM. Installation Document wget -qO- https://git.io/JPXF5 | bash
reset_premissions_nextcloud.sh Basic Script to reset the premissions of nextcloudpi wget -qO- https://git.io/JDklN | bash
rpi_docker_monitor.sh Preinstall Setup for Docker Monitor Installation Document wget -qO- https://git.io/JPXba | bash
traefik.sh Preinstall Setup for Traefik wget -qO- https://git.io/JMsuA | bash
unpoller-install.sh Preinstall Setup for UnPoller Installation Document wget -qO- https://git.io/JMszE | bash
install_photoprism.sh Install Photo Prism wget -qO- https://git.io/JM5Tr | bash
update_libseccomp2.sh PI OS 32 libseccomp2 Repair utility wget -qO- https://git.io/JPXdj | bash

Contributors

See the list of contributors who participated in this project.

Acknowledgment

  • template based on SelfHosted Portainer App Template

About

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


Languages

Language:PHP 72.1%Language:Shell 27.9%