Departures

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Departures's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I set it like this, 12345 is the port to NPM(my network environment can't use 80 443,so i set it in Router to forward), and 8096 is the port of my docker app. Does the Domain Name needs a PORT? BEFORE i add the PORT to "DOMAIN NAMES", If i add the PORT and "https" manully in URL, Like "https://abc.com:12345", NPM works correctly. BUT i don't want to type the full URL everytime.
  2. Hello. NOW i have a problem about SSL. I have enabled "Force SSL", but the browser sometimes gives an 400 error. i have to add "https" before URL manully. it won't happen every time, but somtimes it's annoying. can it jump to https URL Automatically? P.S. It may happen with another problem that lose PORT For example, i entered abc.com:12345, my expected result is https://abc.com:12345, but it was changed to http://abc.com or https://abc.com I have no idea
  3. yeah, i tried the version but it gives an error too: WARNING ! Teamspeak server is out of date ... will download updated server from Teamspeak. INFO ! Clearing old Teamspeak server files and downloading server update. --2022-07-04 20:15:29-- https://files.teamspeak-services.com/releases/server/3.13.6/teamspeak3-server_linux_amd64-3.13.6.tar.bz2 Resolving files.teamspeak-services.com (files.teamspeak-services.com)... 67.228.102.32 Connecting to files.teamspeak-services.com (files.teamspeak-services.com)|67.228.102.32|:443... connected. GnuTLS: Error in the pull function. Unable to establish SSL connection. tar: This does not look like a tar archive bzip2: Compressed file ends unexpectedly; perhaps it is corrupted? *Possible* reason follows. bzip2: Inappropriate ioctl for device Input file = (stdin), output file = (stdout) It is possible that the compressed file(s) have become corrupted. You can use the -tvv option to test integrity of such files. You can use the `bzip2recover' program to attempt to recover data from undamaged sections of corrupted files. tar: Child returned status 2 tar: Error is not recoverable: exiting now mv: cannot stat '/ts3server/redist/libmariadb.so.2': No such file or directory mv: cannot stat '/ts3server/CHANGELOG': No such file or directory INFO ! ts3server_minimal_runscript.sh found ... will not download. INFO ! ts3server.ini found ... will not download. chmod: cannot access '/ts3server/ts3server': No such file or directory INFO ! Starting Teamspeak server 3.13.6 /ts3server/ts3server_minimal_runscript.sh: 8: exec: ./ts3server: not found it seems like that i cant connect to the TEAMSPEAK ? maybe the network problem? can i dowload it manually
  4. I first install this docker, set the Network Type to "br0" then give it an IP addr. But the log gives an error below: ---Ensuring UID: 99 matches user--- ---Ensuring GID: 100 matches user--- ---Setting umask to 000--- ---Checking for optional scripts--- ---No optional script found, continuing--- ---Taking ownership of data...--- ---Starting...--- ---Checking if TeamSpeak3 is installed--- ---TeamSpeak3 not found, downloading...--- ---Something went wrong, can't download TeamSpeak3, putting server in sleep mode--- I dont know how to dowload the server it manually, help plz