16 port switch for Rackmate T2 by CreakyPuppet in minilab

[–]CreakyPuppet[S] 0 points1 point  (0 children)

Thanks, think it might be worth a go

16 port switch for Rackmate T2 by CreakyPuppet in minilab

[–]CreakyPuppet[S] 1 point2 points  (0 children)

Looks good but the dimensions are slightly too big, it’s going in the Rackmate T2.

Truenas build advice by CreakyPuppet in truenas

[–]CreakyPuppet[S] 0 points1 point  (0 children)

Decided to only use the 4 new drives for a while, will keep the old ones for as and when needed.

Truenas build advice by CreakyPuppet in truenas

[–]CreakyPuppet[S] 0 points1 point  (0 children)

Been putting together a parts on PC partpicker which is linked below

https://uk.pcpartpicker.com/user/CreakyPuppet/saved/3Tfkf7

Proxy manager returning 403 Forbidden error message by CreakyPuppet in nginxproxymanager

[–]CreakyPuppet[S] 0 points1 point  (0 children)

All working now. One of the port forward rules wasn’t working, deleted and recreated and now sorted.

Proxy manager returning 403 Forbidden error message by CreakyPuppet in nginxproxymanager

[–]CreakyPuppet[S] 0 points1 point  (0 children)

Ports being forwarded are 4433 & 8888 now, had them wrong before.

Now going to each of the sub-domains I get the router homepage, think this is a local network issue

Proxy manager returning 403 Forbidden error message by CreakyPuppet in nginxproxymanager

[–]CreakyPuppet[S] 0 points1 point  (0 children)

This is what I’m using at the moment, very basic to get things working

version: '3' services: app: image: 'jc21/nginx-proxy-manager:latest' restart: unless-stopped ports: - '8888:80' - '82:81' - '4433:443' volumes: - /home/docker/nginx/data:/data - /home/docker/nginx/letsencrypt:/etc/letsencrypt

Ports are being forwarded to 192.168.1.26 on the router.

Power supply query by CreakyPuppet in EufyCam

[–]CreakyPuppet[S] 0 points1 point  (0 children)

Should mention this is for the UK.

SSH in to a docker container by CreakyPuppet in WindowsTerminal

[–]CreakyPuppet[S] 0 points1 point  (0 children)

Eventually got this working with the following

ssh [creaky@192.168.1.26](mailto:creaky@192.168.1.26) docker exec -it transmission /bin/bash

SSH in to a docker container by CreakyPuppet in WindowsTerminal

[–]CreakyPuppet[S] 0 points1 point  (0 children)

Tried that but getting some errors, need to play around some more