Skip to content
View mqtik's full-sized avatar
🙃
🙃

Organizations

@newt-to
Block or Report

Block or report mqtik

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
mqtik/README.md

👋

  • 🔭 I’m currently working on Propify and on Newt on my spare time
  • 📫 Want to reach out?: m@tias.xyz

Pinned

  1. Set up server with Docker and CouchDB Set up server with Docker and CouchDB
    1
    # Installing Docker
    2
    Let's install Docker and set it to be from their repository instead of Ubuntu (which comes by default).
    3
    Also, let's disable root mode in order to run Docker.
    4
    
                  
    5
    sudo apt install apt-transport-https ca-certificates curl software-properties-common && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - && sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic test" && sudo apt update && sudo apt install docker-ce
  2. How to get a wildcard ssl certificat... How to get a wildcard ssl certificate and set up Nginx.
    1
    # How to get and install a wildcard SSL certificate
    2
    
                  
    3
    In this guide you can find how to resolve the following issues.
    4
    
                  
    5
    - [request](#request-a-new-certificate) a new certificate