Skip to content
View s265925's full-sized avatar
👋
I may be slow to respond.
👋
I may be slow to respond.

Organizations

@MikroWizard

Block or report s265925

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. MikroWizard/mikroman MikroWizard/mikroman Public

    Mikrowizard back end

    Python 28 6

  2. MikroWizard/mikrofront MikroWizard/mikrofront Public

    TypeScript 14 5

  3. update_front-container.sh update_front-container.sh
    1
    #!/bin/bash
    2
    #update mikrofront docker container
    3
    docker container stop mikrofront
    4
    docker container rm mikrofront
    5
    docker pull mikrowizard/mikrofront:latest
  4. MikroWizard docker installation script MikroWizard docker installation script
    1
    #!/bin/bash
    2
    # Read Password
    3
    # echo -n DB Name:
    4
    # read -s dbname
    5
    # echo