search hotlink icon profile hotlink icon
Ha public|1.0.0

Package Info

Harmony is a helper package for Kubernetes apps that keeps shared public assets in sync before and after updates automatically.

Repository

gitlab.com

Activity

  • Created on Dec 02, 2025
  • Updated on Dec 05, 2025

Statistics

  • 1 requests
  • 1 versions

Build Methods

Nested Dependency

To build this package as a nested dependency of your package, add its default registry source valvoid.com/valvoid/harmony/1.0.0 to one of your metadata files:

"/dependencies": [
    "valvoid.com/valvoid/harmony/1.0.0"
]

Standalone

To build this package as an independent root package, extend the build command with the default registry source valvoid.com/valvoid/harmony/1.0.0 as follows:

fusion build build.source=valvoid.com/valvoid/harmony/1.0.0

Optional Repository Source

In addition, to build an offset reference version, replace the default registry source in installation methods mentioned above with the VCS source prefix gitlab.com/valvoid/harmony/'code/, and refer to the linked source code repository for possible branches, commits, and tags to use as the suffix.

Metadata

The synchronized package's metadata file, fusion.json, contains the following content:

{
    "name": "Harmony",
    "description": "Asset files shifter.",
    "id": "valvoid/harmony",
    "version": "1.0.0",
    "structure": {
        "valvoid.com/valvoid": "harmony/1.0.0",
        "/state": "stateful"
    },
    "environment": {
        "php": {
            "version": "8.2.0"
        }
    }
}

Readme: About Harmony

Harmony is a helper package for Kubernetes apps that keeps shared public assets in sync before and after updates automatically.

Contribution

Each merge request serves as confirmation to transfer ownership to the project and must meet the following criteria:

See the contributing file if these criteria apply to you.

License

Harmony - Asset Files Shifter
Copyright © Valvoid

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see licenses.