Skip to content
WP-Pi4-no
WP-Pi4-no

WP-Pi4-no

Another site

  • Home
  • …
  • bBlog
  • Blog
  • Contact

Category: RaspberryPi

Posted on 14/12/202014/12/2020

The pihole command – Pi-hole documentation – Pi-hole documentation

https://docs.pi-hole.net/core/pihole-command/

Posted on 02/11/202002/11/2020

The Raspberry Pi 400 – Teardown and Review | Jeff Geerling

https://www.jeffgeerling.com/blog/2020/raspberry-pi-400-teardown-and-review

Posted on 02/11/202002/11/2020

Raspberry Pi 400 Review: Faster CPU, New Layout, Better Thermals | Tom’s Hardware

https://www.tomshardware.com/news/raspberry-pi-400-review-faster-cpu-new-layout-better-thermals

Posted on 23/09/202023/09/2020

Docker Reverse-Proxy LetsEncrypt

reverse-proxy
reverse-proxy
letsencrypt-nginx-proxy-companion
version: "3.7"

services:

    reverse-proxy:
        image: "jwilder/nginx-proxy:latest"
        container_name: "reverse-proxy"
        volumes:
            - "html:/usr/share/nginx/html"
            - "dhparam:/etc/nginx/dhparam"
            - "vhost:/etc/nginx/vhost.d"
            - "certs:/etc/nginx/certs"
            - "/run/docker.sock:/tmp/docker.sock:ro"
        restart: "always"
        networks: 
            - "net"
        ports:
            - "80:80"
            - "443:443"

Posts navigation

Previous page Page 1 Page 2 Page 3 Page 4 Next page

About This Site

Raspberry Pi 3B – NGiNX server

WordPress with Nginx on Debian 10 ℙ∜

Server links

Address

Hours
Monday–Friday: 0:00AM–12:00PM
Saturday & Sunday: 00:00–24:00

pi4.ddns.net

Proudly powered by WordPress