Files
pi-hosted/docs/README.md

81 lines
4.8 KiB
Markdown
Raw Normal View History

2021-09-28 22:16:36 -04:00
# Pi-Hosted Portainer Template V2
2021-09-16 11:22:18 -04:00
[![Discord](https://img.shields.io/discord/316245914987528193?logo=discord)](https://discord.com/invite/v8dAnFV) [![Youtube](https://img.shields.io/badge/YouTube-FF0000?style=flat-square&logo=youtube&logoColor=white)](https://www.youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw) [![Twitter URL](https://img.shields.io/twitter/follow/novaspirittech?style=flat-square&logo=twitter)](https://twitter.com/novaspirittech) [![hacktoberfest](https://img.shields.io/badge/hacktoberfest-friendly-orange)](https://hacktoberfest.digitalocean.com)
2021-09-16 11:53:20 -04:00
This repository is a collection of tutorials for hosting a variety of server applications using Docker and [Portainer](https://github.com/portainer/portainer).
2021-10-06 10:20:20 -04:00
### App Template for Portainer
2021-10-07 13:33:26 -04:00
![alt text](https://github.com/novaspirit/pi-hosted/blob/master/apptemplate.png?raw=true)
2021-10-01 14:55:43 -04:00
### Installation
2021-10-12 10:54:15 -04:00
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.
```
2021-10-28 19:01:26 -04:00
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
```
2021-10-06 10:24:30 -04:00
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 |
| ------------- | ------------- |
2021-10-07 13:25:10 -04:00
| Portainer v2 | https://raw.githubusercontent.com/novaspirit/pi-hosted/master/pi-hosted_template/template/portainer-v2.json |
### Pi-Hosted YouTube series
[![Pi-Hosted Playlist](https://i.ytimg.com/vi/cO2-gQ09Jj0/hqdefault.jpg?sqp=-oaymwEXCNACELwBSFryq4qpAwkIARUAAIhCGAE=&rs=AOn4CLAfgdX8HlHas2CddSmgwJzergnTzQ)](https://www.youtube.com/watch?v=cO2-gQ09Jj0&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc)
2021-10-20 22:27:01 -04:00
2021-10-21 00:09:13 +05:30
| | Episode |
|---|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 1 | [Raspberry Pi 4 Server Setup, Docker Install, Portainer Install, Shell In A Box](https://www.youtube.com/watch?v=cO2-gQ09Jj0&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=1) |
| 2 | [Installing and Configuring Homer Dashboard](https://www.youtube.com/watch?v=_d3J88ootYo&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=2) |
| 3 | [Manually Installing Guacamole on Portainer](https://www.youtube.com/watch?v=cKAhnf8X1lo&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=3) |
| 4 | [Installing JDownloader and File Browser On The Pi Docker Server](https://www.youtube.com/watch?v=30MYRgCObu8&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=4) |
| 5 | [Torrent with Docker and OPENVPN with Transmission and PIA](https://www.youtube.com/watch?v=tGLVEq913_4&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=5) |
| 6 | [Portainer.io App Template for Raspberry Pi arm/arm64 I Need Your Help!](https://www.youtube.com/watch?v=Zn-VELlaIN4&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=6) |
| 7 | [Upgrading Portainer and Updating Containers](https://www.youtube.com/watch?v=q3wKqk8qVS8&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=7) |
| 8 | [Raspberry Pi Docker Monitoring](https://www.youtube.com/watch?v=IoD3vFuep64&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=8) |
2021-11-04 13:38:24 -04:00
| 9 | [Nginx Proxy Manager on Docker](https://www.youtube.com/watch?v=yl2Laxbqvo8) |
2021-10-20 22:27:01 -04:00
=======
### 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 |
2021-10-21 00:09:13 +05:30
### Contributors
See the list of [contributors](https://github.com/novaspirit/pi-hosted/graphs/contributors) who participated in this project.
### Acknowledgment
* based template on [SelfHosted](https://github.com/SelfhostedPro/selfhosted_templates) Portainer App Template