Files
cloud-server/README.md
2026-01-18 03:03:45 +00:00

61 lines
2.6 KiB
Markdown

# Cloud Server Docker Contianers
## Device -- Raspberry Pi 4
## Information
This folder contains all of the services running on the Pi
## Contents:
**`~/Docker`**
├── **`calibre/`** -- Inactive
├── **`codeserver/`** -- Inactive
├── **`glances/`**
├── **`ha/`**
├── **`nextcloud/`**
├── **`portainer/`**
├── **`README.md`**
└── **`syncthing/`**
## Current Ports:
- **`8000`** --> portainer
- **`8080`** --> nextcloud web ui
- **`8123`** --> home assistant web ui
- **`8282`** --> ha bridge web ui
- **`8384`** --> syncthing web ui
- **`9443`** --> portainer web ui
- **`22000`** --> synthing
- **`50000`** --> ha bridge
- **`61208`** --> glances web ui
## UFW Settings
```
Status: active
Logging: on (low)
Default: deny (incoming), allow (outgoing), deny (routed)
New profiles: skip
To Action From
-- ------ ----
22 ALLOW IN 192.168.0.0/24 # LAN SSH
22 on tailscale0 ALLOW IN Anywhere # Tailscale SSH
80,443/tcp on tailscale0 ALLOW IN Anywhere # Tailscale HTTP/HTTPS
80,443/udp on tailscale0 ALLOW IN Anywhere # Tailscale HTTP/HTTPS
Anywhere ALLOW IN 192.168.0.0/24 # LAN General Access
8080 on tailscale0 ALLOW IN Anywhere # Tailscale Nextcloud
8123 on tailscale0 ALLOW IN Anywhere # Tailscale Homeassistant
8384 on tailscale0 ALLOW IN Anywhere # Tailscale Syncthing
9443 on tailscale0 ALLOW IN Anywhere # Tailscale Portainer
22000 on tailscale0 ALLOW IN Anywhere # Tailscale Syncthing
61208 on tailscale0 ALLOW IN Anywhere # Tailscale Glances
22 (v6) on tailscale0 ALLOW IN Anywhere (v6) # Tailscale SSH
80,443/tcp (v6) on tailscale0 ALLOW IN Anywhere (v6) # Tailscale HTTP/HTTPS
80,443/udp (v6) on tailscale0 ALLOW IN Anywhere (v6) # Tailscale HTTP/HTTPS
8080 (v6) on tailscale0 ALLOW IN Anywhere (v6) # Tailscale Nextcloud
8123 (v6) on tailscale0 ALLOW IN Anywhere (v6) # Tailscale Homeassistant
8384 (v6) on tailscale0 ALLOW IN Anywhere (v6) # Tailscale Syncthing
9443 (v6) on tailscale0 ALLOW IN Anywhere (v6) # Tailscale Portainer
22000 (v6) on tailscale0 ALLOW IN Anywhere (v6) # Tailscale Syncthing
61208 (v6) on tailscale0 ALLOW IN Anywhere (v6) # Tailscale Glances
```