Openfire application for ASUSTOR's ADM system
Openfire version: 4.6.4
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.
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.
This application is not an Android application !
This application will create a folder in /volume1/Docker/Openfire
, this folder will contain all configuration files and the embedded database.
.
├── data
│ ├── conf
│ │ ├── available-plugins.xml
│ │ ├── log4j2.xml
│ │ ├── openfire.xml
│ │ ├── security
│ │ │ ├── archive
│ │ │ │ └── readme.txt
│ │ │ ├── client.truststore
│ │ │ ├── hotdeploy
│ │ │ ├── keystore
│ │ │ └── truststore
│ │ ├── security.xml
│ │ └── server-update.xml
│ ├── copyright
│ ├── embedded-db
│ │ ├── openfire.lck
│ │ ├── openfire.lobs
│ │ ├── openfire.log
│ │ ├── openfire.properties
│ │ ├── openfire.script
│ │ └── openfire.tmp
│ ├── LICENSE
│ ├── openfire_version
│ └── plugins
│ ├── plugin1.jar
│ └── plugin2.jar
└── log
├── all.log
├── debug.log
├── error.log
├── info.log
└── warn.log