Skip to content
View nickistre's full-sized avatar

Block or report nickistre

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. llmster-docker llmster-docker Public

    LM Studio running headless in a container with AMD GPU passthrough.

    Shell

  2. Reset Docker environment Reset Docker environment
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # All in one line
    4
    docker stop $(docker ps -q) ; docker rm $(docker ps -aq) ; docker rmi -f $(docker images -q) ; docker volume prune -f ; docker network prune -f ; docker system prune -a --volumes -f
  3. nextcloud-docker-pg-s3 nextcloud-docker-pg-s3 Public

    Experimenting with getting Nextcloud running in a docker environment connecting to an S3 bucket (using minio)

    Shell 4 1

  4. nextcloud-s3-docker nextcloud-s3-docker Public

    Experimenting with getting Nextcloud running on an Object Storage (such as S3) as the primary storage

    Shell 4 2

  5. docker-lamp docker-lamp Public

    Docker lamp setups

    3 9