mirror of
https://github.com/a-sync/game-server-watcher.git
synced 2026-07-03 12:31:41 -04:00
Enabling Web UI #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kirpi1327 on GitHub (Aug 16, 2022).
Any idea how to open web ui? I'm sorry im new in coding, I searched a lot to open it but couldn't figure out about how to open.. (I will run it on my VPS Server) Thanks.

@a-sync commented on GitHub (Aug 17, 2022):
On localhost, just create a new file called
.envand put this line in it:SECRET=mysecret.On the VPS i recommend putting it in an environmental variable. Depending on your VPS there might be a web interface to put it in.
@kirpi1327 commented on GitHub (Aug 17, 2022):
Is it possible to contact on discord?
@a-sync commented on GitHub (Aug 17, 2022):
sure, join the test/support server here: https://discord.gg/4tsbftsGJz
@kirpi1327 commented on GitHub (Aug 17, 2022):
Problem solved on discord, if someone like me have this problem all you have to do is;
echo SECRET=mysecret > .env
in cmd and in root folder. Thanks for help :)