Skip to content
View ondrejmo's full-sized avatar
Block or Report

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

  1. Dockerfiles Dockerfiles Public

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

    Dockerfile 24 1

  2. k3s k3s Public

    Ansible role that installs k3s.

  3. flightsql flightsql Public

    Forked from voltrondata/flight-sql-server-example

    An example Flight SQL Server implementation - with DuckDB and SQLite back-ends.

    C++

  4. immich immich Public

    An opinionated Immich deployment using Kustomization

  5. 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:
  6. 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