Giter Club home page Giter Club logo

ga-package-asustor-app's Introduction

Package Asustor App

The asustor-contrib/ga-package-asustor-app action is a Docker action that runs apkg-tools.py to create an apkg bundle.

After you've used the action, subsequent steps in the same job can work with the generated *.apk file.

Usage

    steps:
      # ...
      - id: package_asustor_app
        name: Package Asustor App
        uses: asustor-contrib/ga-package-asustor-app@v2
        with:
          apkg-dir: 'asustor_package'
          out-dir: 'out'
      # ...

Inputs

  • apkg-dir: (Required) Package directory. Defaults to "package".

Expected directory structure:

├── bin
│  └── dlcd
├── CONTROL
│  ├── config.json
│  ├── icon.png
│  ├── license.txt
│  ├── decription.txt
│  ├── changlog.txt
│  ├── post-install.sh
│  ├── post-uninstall.sh
│  ├── pre-install.sh
│  ├── pre-uninstall.sh
│  ├── start-stop.sh
│  ├── pre-snapshot-restore.sh
│  └── post-snapshot-restore.sh
├── etc
│  ├── plugin
│  │  ├── rss.json
│  │  └── search.json
│  └── settings.json
├── lib
│  ├── libdlcenter.so -> libdlcenter.so.0.0
│  ├── libdlcenter.so.0 -> libdlcenter.so.0.0
│  ├── libdlcenter.so.0.0
│  ├── libevent-2.0.so.5 -> libevent-2.0.so.5.1.1
│  └── libevent-2.0.so.5.1.1 
└── webman
   ├── dlcenter.cgi
   ├── downloadCenter.js
   ├── images
   │  ├── icon-app-task.png
   │  ├── icon.png
   │  ├── icon-title.png
   │  ├── left_icon1.png
   └── langs
      └── lang-en-US.js
  • out-dir: (Required) Destination Directory. Defaults to ".".

Outputs

  • apkg-app-info-general-package: Bundled Asustor Package.

  • apkg-app-info-general-name: Bundled Asustor Package Name.

  • apkg-app-info-general-version: Bundled Asustor Package Version.

  • apkg-app-info-general-developer: Bundled Asustor Package Developer.

  • apkg-app-info-general-maintainer: Bundled Asustor Package Maintainer.

  • apkg-app-info-general-email: Bundled Asustor Package Maintainer Email.

  • apkg-app-info-general-website: Bundled Asustor Package Website.

  • apkg-app-info-general-architecture: Bundled Asustor Package Architecture.

  • apkg-app-info-general-firmware: Bundled Asustor Package Firmware.

  • apkg-file-name: Bundled Asustor Package File Name.

  • apkg-file-path: Bundled Asustor Package File Path.

Resources

Asustor Developer Center

Asustor App Central Developer Guide (3.5.0_20200923)

Asustor App Build Tools (APKG_Utilities_2.0)

Upload your Asustor Application

ga-package-asustor-app's People

Contributors

tigerc10 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.