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

WP-Pi4-no

Another site

  • Home
  • …
  • bBlog
  • Blog
  • Contact

Month: September 2020

Posted on 27/09/202027/09/2020

Two-dimensional lists (arrays) – Learn Python 3 – Snakify

https://snakify.org/en/lessons/two_dimensional_lists_arrays/

Posted on 25/09/202025/09/2020

Install Nextcloud on Ubuntu using the Snap Store | Snapcraft

https://snapcraft.io/install/nextcloud/ubuntu

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/202021/09/2020

Deploying Python Applications with Gunicorn | Heroku Dev Center

https://devcenter.heroku.com/articles/python-gunicorn

Posts navigation

Page 1 Page 2 Page 3 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