You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I deployed tigase with docker and docker image is tigase / tigase-xmpp-server: nightly
During the setup process, domain I fill in the IP address, I can send text messages with Siskin IM APP, I want to configure to send files, tigase.log.zip
Have you exposed HTTP port used by Tigase XMPP Server from docker instance, so it would be accessible?
As you are running Tigase in docker, you may also need to configure serverName in HTTP File Upload component configuration, as Tigase uses hostname to generate URI used by client to upload files (if serverName is not configured) and in this case this domain name may not be resolvable by your client.
I deployed tigase with docker and docker image is tigase / tigase-xmpp-server: nightly
During the setup process, domain I fill in the IP address, I can send text messages with Siskin IM APP, I want to configure to send files,
tigase.log.zip
admins = [
'[email protected]'
]
'config-type' = 'default'
debug = [ 'server' ]
'default-virtual-host' = '49.4.64.168'
dataSource () {
default () {
uri = 'jdbc:derby:tigasedb;create=true'
}
}
http () {
setup () {
'admin-password' = '12345678'
'admin-user' = 'admin'
}
}
pubsub () {
trusted = [ 'http@{clusterNode}' ]
}
upload () {}
The text was updated successfully, but these errors were encountered: