Skip to content
View P3X-118's full-sized avatar
  • SGC
  • P2X-3YZ

Block or report P3X-118

Report abuse

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

Report abuse

Pinned Loading

  1. SGC SGC Public

    Forked from mother-of-all-self-hosting/mash-playbook

    🐋 Ansible playbook which helps you host various FOSS services as Docker containers on your own server

    Jinja 1

  2. noVNC noVNC Public

    Forked from kasmtech/noVNC

    VNC client web application

    JavaScript 1

  3. common common Public

    1

  4. pds pds Public

    Forked from bluesky-social/pds

    Bluesky PDS (Personal Data Server) container image, compose file, and documentation

    Shell 1

  5. .vimrc .vimrc
    1
    set nocompatible
    2
    filetype off
    3
    set encoding=utf-8
    4
    
                  
    5
    "filetype plugin indent on
  6. ansibler.sh ansibler.sh
    1
    #!/usr/bin/env sh
    2
    set -eu
    3
    METHOD="auto"   # auto|pkg|pip
    4
    PIP_USER="--user"
    5
    # Add roles here (one per line)