The Wayback Machine - https://web.archive.org/web/20250715214339/https://github.com/noosxe
Skip to content
View noosxe's full-sized avatar

Sponsoring

@foosel

Highlights

  • Pro

Organizations

@hugla @CyclopStudio

Block or report noosxe

Report abuse

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

Report abuse

Pinned Loading

  1. homelab homelab Public

    PHP - Personal Homelab Project

    Jinja 1

  2. go-questionnaire go-questionnaire Public

    Go 2

  3. vault-setup vault-setup Public

    Docker compose setup to run a vaultwarden server behind a Caddy reverse proxy attached to your tailscale network

    Dockerfile 1

  4. Makefile to control docker compose apps Makefile to control docker compose apps
    1
    .PHONY: launch
    2
    launch:
    3
            docker compose -f compose.yml up -d
    4
    
                  
    5
    .PHONY: stop