Skip to content
/ mycloud Public

My self-host cloud with Traefik as a reverse proxy

Notifications You must be signed in to change notification settings

t18n/mycloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My Cloud

Getting started

  • Create a new Docker network called proxy. docker network create proxy

Resources

Containers

Articles

Reverse Proxy

Currently not using Cloudflared due to the 100 Mb limit. Instead, using a reverse proxy with Nginx.

Update containers

  • Change version in docker-compose.yml
  • Run docker-compose pull && docker-compose up -d