Skip to content
View ondrejmo's full-sized avatar

Block or report ondrejmo

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. Dockerfiles Dockerfiles Public

    These are Dockerfiles I've created for programs without official docker image.

    Dockerfile 25 1

  2. k3s k3s Public

    Ansible role that installs k3s along with everything necessary.

    3

  3. Example k8s deployment of Vaultwarde... Example k8s deployment of Vaultwarden (requirements: cert-manager, traefik-ingress, longhorn)
    1
    --- 
    2
    
                  
    3
    apiVersion: v1
    4
    kind: Namespace
    5
    metadata:
  4. Aria2 with RPC for downloading Linux... Aria2 with RPC for downloading Linux ISOs through Wireguard in a k3s cluster with Cilium.
    1
    FROM docker.io/library/debian:bookworm-slim
    2
    
                  
    3
    ARG UID=1000
    4
    ARG GID=1066
    5
    
                  
  5. charts charts Public

    1

  6. core core Public

    Ansible role that configures hardened baseline of a server

    Shell 1