Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t18n/mycloud
My self-host cloud with Traefik as a reverse proxy
https://github.com/t18n/mycloud
cloudflared docker docker-compose gitea immich nextcloud nginx photoview traefik-v2 vps whoami
Last synced: 3 days ago
JSON representation
My self-host cloud with Traefik as a reverse proxy
- Host: GitHub
- URL: https://github.com/t18n/mycloud
- Owner: t18n
- Created: 2023-07-02T18:00:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-04T21:49:09.000Z (10 months ago)
- Last Synced: 2024-10-31T17:44:55.561Z (about 2 months ago)
- Topics: cloudflared, docker, docker-compose, gitea, immich, nextcloud, nginx, photoview, traefik-v2, vps, whoami
- Language: Shell
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Cloud
## Getting started
- Create a new Docker network called `proxy`. `docker network create proxy`## Resources
### Containers
- https://github.com/Haxxnet/Compose-Examples/blob/main/examples/traefik/README.md
- https://github.com/docker/awesome-compose/tree/master/pihole-cloudflared-DoH### Articles
- https://docs.ibracorp.io/traefik/master/docker-compose/config-files-explained## 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`