smolsoftboi - @Fossil Manually copying the invi...
@fossil1901 Manually copying the invite code into Discord worked. 🙂
23 Replies
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
One error I'm getting (which is why I'm assuming it may be a permissions issue) is:
nntmux-manticore-1 | FATAL: failed to open '/var/lib/manticore/data/binlog.lock': 2 'No such file or directory'
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
So I created the data directory inside it's local folder, and it seems to be progressing.
When I navigate to the port 80, I'm getting this:
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
I've run that, but this file is never created
./vendor/autoload.php
.Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
That's got rid of the warning, now just getting a blank screen, are there any other sail commands I need to run?
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
Sounds lovely! Haha. I'll dig into it further and see what I can find.
The
NNTP_
environment variables, they should be set to what I want my server to be? Not a remote one?Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
Managed to get it running, had to run the artisan command after the composer command.
Although I'm running my docker on port 81, which is fine, but it drops the port when going to any URL (for example after logging in), does it ONLY work on port 80?
I tried running it through a CloudFlare tunnel which didn't help.
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
I set
APP_PORT=81
.Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
Thanks for the help you've given thus far anyway! 😄
It looks like APP_PORT is ONLY used by
docker-compose.yml
. So I'm now thinking NNTmux itself doesn't respect the port number when fetching resources/redirecting, etc.
I could manually change the nginx configuration perhaps, as far as I'm aware the Dockerfile can't use the environment variables.Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View
./sail up
Unknown User•16mo ago
Message Not Public
Sign In & Join Server To View