Hallo,
erst einmal ein tolles Plugin, sehr interessant.
Ist das Plugin mit dem WSC-Connect Kompatibel oder beißt sich das?
Ist es möglich, dass man dir SSH + ACP Zugänge geben kann, zwecks Installation.
Bis zum Aufbau der pushxx.conf kam ich:
Code
#
# The IPv4 address the server should listen on.
# This affects the web socket and the HTTP server.
# Only listen on your public address if you know what you do. You have been warned!
#
bind_address = 127.0.0.1
#
# Log file. Will be created if not existing.
# Make sure the push user has write permission to this location
# or you have to pre-create the log file and set permissions accordingly.
#
log_path = /var/log/push.log
#
# The port to listen on for web requests from the WSC/WCF plugin.
# Default: 8082
#
server_port = 8082
#
# The port to listen on for web socket connections.
# Configure your proxy (Nginx/Apache with mod_wstunnel) to forward connections to this port.
# Default: 8081
#
socket_port = 8081
#
# Enable Verbose logging
#
# Set this to true if you want to enable debug logging.
# This is useful if you are are a plugin developer and want to test your plugin with Push++
#
verbose = false
#
# The secret key to authenticate requests from the WSC/WCF plugin.
# Open the configuration page of the plugin to get your secret key.
# The sever process may not start if this value is not set correctly.
#
secret_key = XXXXXXXX
Alles anzeigen
Ist das so richtig, kann das so bleiben?
Server sind absolut Neuland für mich. Ich komme ab "Den Reverse Proxy konfigurierenA" nicht weiter.
LG