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

Refactor manual-install Compose.yml: Simplify Environment Variables #5459

Merged
merged 11 commits into from
Oct 24, 2024

Commits on Oct 8, 2024

  1. 🔧 Refactor manual-install Compose.yml: Simplify Environment Variables

    - Removed explicit values for environment variables in `docker-compose.yml`.
    - Utilized default values for better flexibility and maintainability.
    - Updated network configuration to use the default bridge driver.
    
    Note: Using `network: default` is sufficient within Docker Compose; there's no need to create a separate `nextcloud-network` for all hosts. 🚀
    
    
    Signed-off-by: lll <2844835+flll@users.noreply.github.com>
    flll authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f0ab001 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5135914 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Update manual-install/latest.yml

    Co-authored-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com>
    Signed-off-by: lll <2844835+flll@users.noreply.github.com>
    flll and docjyJ authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    98177e6 View commit details
    Browse the repository at this point in the history
  2. Update manual-install/latest.yml

    Co-authored-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com>
    Signed-off-by: lll <2844835+flll@users.noreply.github.com>
    flll and docjyJ authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    d857e6a View commit details
    Browse the repository at this point in the history
  3. update-yaml.sh の修正: ネットワーク削除と変数簡略化

    `update-yaml.sh`の処理の追加を
    - .services[].networks の削除
    - =%%を削除する特殊な処理
    
    これにより、
    すべてのサービスをdefaultのネットワークに接続させることができ、
    変数の簡略化が見込めます
    
    Signed-off-by: lll <2844835+flll@users.noreply.github.com>
    flll authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    0343eab View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Update manual-install/update-yaml.sh

    Signed-off-by: lll <2844835+flll@users.noreply.github.com>
    Co-Authored-By: Jean-Yves <7360784+docjyJ@users.noreply.github.com>
    2 people authored and szaimen committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    5f37724 View commit details
    Browse the repository at this point in the history
  2. WIP

    szaimen committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    947b612 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into enh/5393/local-branch

    Signed-off-by: lll <2844835+flll@users.noreply.github.com>
    flll authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    16862ab View commit details
    Browse the repository at this point in the history
  4. WIP

    szaimen committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    57d03d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. [update-(helm|yaml).sh] update

    - [update-yaml.sh] Change sed command option from -e to -E
    - [update-helm.sh] Add check for docker image tag as first argument, exit 2 if missing
    - [update-helm.sh] Modify snap command to run with sudo
    - [update-helm.sh] Add new sed commands:
      - [sed] Convert `- AB_CD_EFG` to `- AB_CD_EFG=${AB_CD_EFG}`
      - [sed] Apply conversion only to uppercase variables
      - [sed] Exclude NET_RAW, SYS_NICE, NET_ADMIN, and MKNOD capabilities from conversion
    flll committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    9774fcd View commit details
    Browse the repository at this point in the history
  2. Revert "WIP"

    This reverts commit 57d03d8.
    szaimen committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d8d0cec View commit details
    Browse the repository at this point in the history