Skip to content
View hewersonfreitas's full-sized avatar

Highlights

  • Pro

Block or report hewersonfreitas

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. contact-list-flask contact-list-flask Public

    HTML

  2. api-flask api-flask Public

    Python 1 1

  3. run_docker_share_socket_in_container.sh run_docker_share_socket_in_container.sh
    1
    docker run -it -v /var/run/docker.sock:/var/run/docker.sock -v /usr/bin/docker:/usr/bin/docker ubuntu:latest bash
  4. proxy-pass-nginx-ssl.sh proxy-pass-nginx-ssl.sh
    1
    server {
    2
    
                  
    3
    	server_name domain.host;
    4
    
                  
    5
    	listen 443 ssl http2; # managed by Certbot
  5. certbot-generate-ssl.txt certbot-generate-ssl.txt
    1
    >> add lines in host nginx.conf
    2
    location ~ /.well-known{
    3
       allow all;
    4
    }
    5