Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Podman section for documentation #1882

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 18, 2022

  1. Create Podman.md

    It's work in progress. Following issues exist:
    
    - There is no `release` tag in the docker image. See [shaarli#1875](shaarli#1875)
    - Example NGINX reverse proxy config is missing
    - Example of generating systemd unit files and install them is missing
    Tronde authored Aug 18, 2022
    Configuration menu
    Copy the full SHA
    d04945b View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Update Podman.md

    * Make a note regarding the broken `release` tag
    * Add systemd section
    Tronde authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    274bfdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12b834b View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Use full qualified path with release tag

    Co-authored-by: nodiscc <[email protected]>
    Tronde and nodiscc authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    f8ba780 View commit details
    Browse the repository at this point in the history
  2. Use full qualified path with release tag

    Co-authored-by: nodiscc <[email protected]>
    Tronde and nodiscc authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    407e40e View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

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

Commits on Dec 18, 2022

  1. Set correct file ownership for podman volumes

    Since the NGINX process in the container is running with UID 100 and GID 101 the file ownership for the podman volumes have to be adjusted in the user namespace of the container/pod.
    
    This is done with the `podman unshare` command in line 50.
    Tronde authored Dec 18, 2022
    Configuration menu
    Copy the full SHA
    4a59c91 View commit details
    Browse the repository at this point in the history