项目作者: EndMove

项目描述 :
Openfire application for ASUSTOR's ADM system
高级语言: Shell
项目地址: git://github.com/EndMove/openfire-adm.git
创建时间: 2021-03-28T14:13:56Z
项目社区:https://github.com/EndMove/openfire-adm

开源协议:GNU General Public License v3.0

下载


openfire-adm

Openfire version: 4.6.4

GitHub license GitHub last commit

Donate Website

openfire-adm is an application for ADM the operating system of ASUSTOR the server brand of ASUS.
This application uses the docker package available here.

Requirements

  • application docker-ce (>=19.03.8.r5) ;
  • server with an x86-64 architecture ;
  • ADM (=3.4.0) ;

Installation

Download the .apk file available in the release versions
of this repository.

Go to APP Central >> Manage >> Manual Installation.

Select the application .apk and follow the installation process.

:warning: This application is not an Android application !

Configuration folder

This application will create a folder in /volume1/Docker/Openfire, this folder will contain all configuration files and the embedded database.

Folder content

  1. .
  2. ├── data
  3. ├── conf
  4. ├── available-plugins.xml
  5. ├── log4j2.xml
  6. ├── openfire.xml
  7. ├── security
  8. ├── archive
  9. └── readme.txt
  10. ├── client.truststore
  11. ├── hotdeploy
  12. ├── keystore
  13. └── truststore
  14. ├── security.xml
  15. └── server-update.xml
  16. ├── copyright
  17. ├── embedded-db
  18. ├── openfire.lck
  19. ├── openfire.lobs
  20. ├── openfire.log
  21. ├── openfire.properties
  22. ├── openfire.script
  23. └── openfire.tmp
  24. ├── LICENSE
  25. ├── openfire_version
  26. └── plugins
  27. ├── plugin1.jar
  28. └── plugin2.jar
  29. └── log
  30. ├── all.log
  31. ├── debug.log
  32. ├── error.log
  33. ├── info.log
  34. └── warn.log