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

WP-Pi4-no

Another site

  • Home
  • …
  • bBlog
  • Blog
  • Contact

Category: Uncategorized

Posted on 08/01/202108/01/2021

Heartbleed Report – Shodan

https://www.shodan.io/report/0Wew7Zq7

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"
Posted on 21/09/2020

Heroku app

Heroku app with node.js as web server. PHP trick to html, css, img.

https://raspinfo.herokuapp.com/

Posted on 28/08/202028/08/2020

Customize visualization

http://www.pythontutor.com/visualize.html#

Posts navigation

Previous page Page 1 … Page 7 Page 8 Page 9 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