Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/websoft9/plugin-appstore
Websoft9 plugin which for listing and install applications
https://github.com/websoft9/plugin-appstore
gui web websoft9
Last synced: 13 days ago
JSON representation
Websoft9 plugin which for listing and install applications
- Host: GitHub
- URL: https://github.com/websoft9/plugin-appstore
- Owner: Websoft9
- License: other
- Created: 2018-12-19T10:00:15.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T08:50:53.000Z (4 months ago)
- Last Synced: 2024-11-12T10:17:07.502Z (2 months ago)
- Topics: gui, web, websoft9
- Language: SCSS
- Homepage:
- Size: 213 MB
- Stars: 37
- Watchers: 3
- Forks: 23
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)
[![GitHub last commit](https://img.shields.io/github/last-commit/websoft9/plugin-appstore)](https://github.com/websoft9/plugin-appstore)
[![GitHub Release Date](https://img.shields.io/github/release-date/websoft9/plugin-appstore)](https://github.com/websoft9/plugin-appstore)
[![GitHub Repo stars](https://img.shields.io/github/stars/websoft9/plugin-appstore?style=social)](https://github.com/websoft9/plugin-appstore)# Websoft9 Plugin - `appstore`
This plugin for listing and install templating application. include WordPress, MySQL, GitLab and other 300+ open source apps. If you want to contribute more apps to AppStore, please fork [docker-library](https://github.com/Websoft9/docker-library)
![image](https://github.com/Websoft9/plugin-appstore/assets/16741975/74c3919c-9906-448d-aab9-9334d8fb8d60)
## Installation and update
Your server must be have [Websoft9](https://github.com/Websoft9) installed.
```
wget https://websoft9.github.io/websoft9/scripts/update_zip.sh && bash ./update_zip.sh --channel release --package_name "appstore-latest.zip" --sync_to "/usr/share/cockpit/appstore"
```## Development
See [Developer.md](docs/developer.md) for details about how to efficiently change the code, run, and test it.
### Building
These commands check out the source and build it into the directory:build/
```
git clone https://github.com/Websoft9/plugin-appstore
cd plugin-appstore
npm build
```
You can also triggers action workflow for building### Release
#### When
Two scenarios that trigger this plugin release:
* Add new functions for this plugin
* [Websoft9](https://github.com/Websoft9/websoft9) release#### How
You should following the standard [release process](https://github.com/Websoft9/websoft9/blob/main/docs/plugin-developer.md#release).
Every release will creates the official release zipball and publishes as upstream release to GitHub
## License
**plugin-appstore** is maintained by [Websoft9](https://www.websoft9.com) and released under the GPL3 license.