Raspberry Pi Self Hosted Server Based on Docker / Portainer.io
Find a file
2021-10-06 10:29:59 -04:00
docs Update README.md 2021-10-06 10:24:30 -04:00
pi-hosted_template Merge pull request #10 from nomadelog/main 2021-10-05 23:37:42 -04:00
apptemplate.png Add files via upload 2021-10-01 14:53:33 -04:00
install_docker.sh updated install_docker 2021-09-17 14:27:56 -04:00
install_portainer.sh added install scripts 2021-09-16 11:32:18 -04:00
update_portainer.sh added error & check_internet functions to updater 2021-10-06 10:29:59 -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 user pi 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/main/pi-hosted_template/template/portainer-v2.json

Pi-Hosted YouTube series

Pi-Hosted Playlist

Contributors

See the list of contributors who participated in this project.

Acknowledgment

  • based template on SelfHosted Portainer App Template