All Projects → novaspirit → pi-hosted

novaspirit / pi-hosted

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

Programming Languages

PHP
23972 projects - #3 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to pi-hosted

THome
a simple static dashboard
Stars: ✭ 20 (-95.72%)
Mutual labels:  self-hosted, homelab
Swarmlet
A self-hosted, open-source Platform as a Service that enables easy swarm deployments, load balancing, automatic SSL, metrics, analytics and more.
Stars: ✭ 373 (-20.13%)
Mutual labels:  self-hosted, portainer
astro
An open, extensible, dashboard for all of your homelab services.
Stars: ✭ 25 (-94.65%)
Mutual labels:  self-hosted, homelab
DSAC
DockSTARTer App Config helps you configure some of your Docker apps!
Stars: ✭ 20 (-95.72%)
Mutual labels:  self-hosted, homelab
traefik-docker-ansible
🐳 🐹  This is an Ansible playbook to install multiple Web applications on a single Ubuntu server with Docker and Traefik.
Stars: ✭ 75 (-83.94%)
Mutual labels:  self-hosted, homelab
dashy
🚀 A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more!
Stars: ✭ 7,103 (+1420.99%)
Mutual labels:  self-hosted, homelab
Proxmox
Proxmox Helper Scripts
Stars: ✭ 3,882 (+731.26%)
Mutual labels:  self-hosted, homelab
ethibox
Open-source web apps hoster
Stars: ✭ 130 (-72.16%)
Mutual labels:  self-hosted, portainer
firework8s
Firework8s is a collection of kubernetes objects (yaml files) for deploying workloads in a home lab.
Stars: ✭ 35 (-92.51%)
Mutual labels:  self-hosted, homelab
SheetAble
Self-hosted music sheet organizing software
Stars: ✭ 107 (-77.09%)
Mutual labels:  self-hosted
SyncTube
Synchronized video viewing with chat and other features (one-channel web service)
Stars: ✭ 134 (-71.31%)
Mutual labels:  self-hosted
minio-rclone-webdav-server
A @rclone served WebDAV server with @minio as the s3 storage backend docker example
Stars: ✭ 17 (-96.36%)
Mutual labels:  self-hosted
Slashboard-pulsar
A simple dashboard to keep track of all your active devices/servers
Stars: ✭ 23 (-95.07%)
Mutual labels:  homelab
self-hosted
Sentry, feature-complete and packaged up for low-volume deployments and proofs-of-concept
Stars: ✭ 5,034 (+977.94%)
Mutual labels:  self-hosted
nocdn
Self-hosted alternative to CDNs.
Stars: ✭ 37 (-92.08%)
Mutual labels:  self-hosted
shaarli ynh
Shaarli package for YunoHost
Stars: ✭ 20 (-95.72%)
Mutual labels:  self-hosted
humble
Just a humble project
Stars: ✭ 53 (-88.65%)
Mutual labels:  homelab
fontless
🚀🔒 Host your own Google Fonts.
Stars: ✭ 63 (-86.51%)
Mutual labels:  self-hosted
jarvis
🍿 Simple Home Media Stack
Stars: ✭ 28 (-94%)
Mutual labels:  self-hosted
codesunaba
A simple ClojureScript code sandbox in your browser.
Stars: ✭ 18 (-96.15%)
Mutual labels:  self-hosted

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

Apps List

See the list of Apps included in this template here.

Installation

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

wget -qO- https://git.io/JS96e | 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/JS96L | bash
# to update portainer, run this command
wget -qO- https://git.io/JS96Y | 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/pi-hosted/pi-hosted/master/template/portainer-v2-arm32.json
Portainer v2 Arm64 Ubuntu 64, DietPI 64 https://raw.githubusercontent.com/pi-hosted/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
Extra1 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 Doc
8 Installing Nextcloud on Raspberry Pi Docker
9 Installing Nginx Proxy Manager on Docker Install Doc
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

Aditional Documentation

You can find more tutorials and useful information in our GitHub Docs folder.

Included Scripts

Install, Update, Pre-Install and extra scripts can be found in our GitHub Tools folder.

Contributors

See the list of contributors who participated in this project.

Acknowledgment

  • template based on SelfHosted Portainer App Template
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].