Skip to content

Commit

Permalink
请求添加 Arcadia 一站式代码运维平台 (#417)
Browse files Browse the repository at this point in the history
* add arcadia

* update desc

* update arch

* update version

* update version

* Update Makefile

---------

Co-authored-by: Liangbin Lian <[email protected]>
  • Loading branch information
SuperManito and jjm2473 authored Nov 25, 2024
1 parent 57fa019 commit b8f4f42
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions applications/app-meta-arcadia/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# This is free software, licensed under the Apache License, Version 2.0 .

include $(TOPDIR)/rules.mk

PKG_VERSION:=0.0.2
PKG_RELEASE:=1
META_TITLE:=Arcadia 一站式代码运维平台
META_TITLE.en:=Arcadia one-stop code operation and maintenance platform
META_DEPENDS:=+luci-app-arcadia +luci-i18n-arcadia-zh-cn +docker-deps
META_DESCRIPTION:=Arcadia 一站式代码运维平台主要面向于脚本语言编程,适用于中小型团队与个人的开发与运维环境。除了代码运维外 Arcadia 还是一个强大的定时任务运维平台,并且有着完善的文件系统和底层CLI命令设计。
META_DESCRIPTION.en:=Arcadia is mainly aimed at scripting language programming and is suitable for development and operation environments of small and medium-sized teams and individuals. In addition to code maintenance, Arcadia is also a powerful scheduled task maintenance platform with a comprehensive file system and underlying CLI command design.
META_AUTHOR:=SuperManito
META_ARCH:=x86_64 aarch64
META_TAGS:=net tool
META_LUCI_ENTRY:=/cgi-bin/luci/admin/services/arcadia
META_WEBSITE:=https://arcadia.cool

include ../../meta.mk

# call BuildPackage - OpenWrt buildroot signature
Binary file added applications/app-meta-arcadia/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b8f4f42

Please sign in to comment.