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.
- application docker-ce (>=19.03.8.r5) ;
- server with an x86-64 architecture ;
- ADM (=3.4.0) ;
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 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