Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: linuxserver/docker-socket-proxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.24
Choose a base ref
...
head repository: linuxserver/docker-socket-proxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 3 files changed
  • 3 contributors

Commits on Jun 15, 2026

  1. Merge pull request #48 from linuxserver/3.24

    Rebase to 3.24
    thespad authored Jun 15, 2026
    Configuration menu
    Copy the full SHA
    53d9c31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1c7827 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2026

  1. Configuration menu
    Copy the full SHA
    29e6d3b View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2026

  1. Configuration menu
    Copy the full SHA
    b44331c View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2026

  1. Configuration menu
    Copy the full SHA
    a3ba6f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2026

  1. Add docs for running rootless Podman as a non-root user

    Document how to run the socket proxy as an unprivileged user (nobody, UID/GID 65534) under rootless Podman, in addition to the existing "docker user in a rootless environment" case where the container process still runs as root inside its namespace.
    
    Covers the two requirements needed for this to work: mapping the host user onto the in-container user via --userns=keep-id so the mounted Podman socket is readable.
    
    Also providing a writable tmpfs /run so the entrypoint can render the HAProxy config. Includes a podman run example, a Quadlet unit, and an SELinux note.
    poupryc committed Jul 5, 2026
    Configuration menu
    Copy the full SHA
    a3a3eab View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2026

  1. Configuration menu
    Copy the full SHA
    8737ed2 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2026

  1. Configuration menu
    Copy the full SHA
    6124e96 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2026

  1. Merge pull request #50 from poupryc/main

    Add docs for running rootless Podman as a non-root user
    thespad authored Aug 5, 2026
    Configuration menu
    Copy the full SHA
    a9e0eca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a0023a View commit details
    Browse the repository at this point in the history
Loading