Skip to content

Docker compose file for Pi3 hosting Nextcloud + Pihole using Nginx reverse proxy

Notifications You must be signed in to change notification settings

el-vishal/Pi3-docker-nextcloud-pihole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi docker-compose files

Model: B

PiA

"DockerVersion": "18.09.7"

Installed OS

  • DietPi
  • Hypriot

Nextcloud doesn't seem to be well-performing as a Media server. Planned to share as SMB NFS and use Kodi/Plex as well as Transmission

Todo

  • Enable reverse proxy for Pihole as default host Main reason it seems is to make default host to Pi
  • Create environment file
  • Enable Log2Ram Mounted on external hdd
  • Get version number of tools to avoid future breaking
  • auto start docker containers on reboot restart:always <- Docker compose
  • pihole disable dns, network access? not needed for hyriot

PiB

  • PiHole
  • Web browser
  • Transmission (with VPN)
  • SteamLink
  • Volumio/RuneAudio?

Installed OS

  • DietPi

Useful links:

Useful docker commands

  • docker-compose config -> gives final docker-compose file with env variables
  • ls -al -> show hidden files
  • docker-compose images/containers -a

Not required for hypriot

For debain based systems, make sure to disable dsn: sudo systemctl disable systemd-resolved.service sudo systemctl stop systemd-resolved

sudo systemctl start systemd-resolved sudo systemctl enable systemd-resolved.service

Tips

Mounting on ext_hddd requires sudo permissions? add permission to access on host machine : sudo chmod u+rwx /mnt/data

About

Docker compose file for Pi3 hosting Nextcloud + Pihole using Nginx reverse proxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages