Raspberry Pi Self Hosted Server Based on Docker / Portainer.io
Find a file
2021-10-22 15:29:25 -04:00
.github add issue templates and update linting 2021-10-12 18:42:20 -05:00
docs Type Fixes by Nomadelog 2021-10-22 15:29:25 -04:00
pi-hosted_template Clean difference between master any my development branch 2021-10-21 00:43:30 -04:00
apptemplate.png Add files via upload 2021-10-01 14:53:33 -04:00
install_docker.sh Update install_docker.sh 2021-10-07 11:28:46 -04:00
install_portainer.sh Update install_portainer.sh 2021-10-07 11:30:24 -04:00
nginx-proxy-manager.sh Begin of documentation for the nginx-proxy-manager 2021-10-18 16:24:53 -04:00
rpi_docker_monitor.sh Merge branch 'master' into docker_monitor 2021-10-18 16:04:27 -04:00
update_portainer.sh change update_portainer.sh flag to executable 2021-10-07 09:06:45 -04:00
update_portainer_agent.sh Add in new script to update Portainer Agent if you installed that optional compent. 2021-10-12 10:18:55 -04:00

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
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 URL
Portainer v2 https://raw.githubusercontent.com/novaspirit/pi-hosted/master/pi-hosted_template/template/portainer-v2.json

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

=======

Addition Documentation can be found in the Docs Folder

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