self-host-csmm-support

textPage 56 of 373
50 messages on this page
Saturday, July 8, 2023
Avatar for 7280a2b7b3c307378168be3604eb552ef5bfec0f90043211794d0d18ccfb4112
User 7280a2
I'm in aus
Avatar for 374c5d8a234dd3a84b2e7712113bccfc34abaf33083b895e688b9899a24261ca
User 374c5d
where is your 7d server at, US, EU?
Avatar for 7280a2b7b3c307378168be3604eb552ef5bfec0f90043211794d0d18ccfb4112
User 7280a2
login where? patreon? I am new to all of this, but i cannot find any login
Avatar for 374c5d8a234dd3a84b2e7712113bccfc34abaf33083b895e688b9899a24261ca
User 374c5d
are you listed as admin in your env file
Avatar for 602ca815dc7501e6a962147ab179d09dca96d576877ccc458c8656c35bc7361b
User 602ca8
Cannot add a server now
Avatar for 602ca815dc7501e6a962147ab179d09dca96d576877ccc458c8656c35bc7361b
User 602ca8
No content
image.png

image.png

PNG141.6 KB

Avatar for 374c5d8a234dd3a84b2e7712113bccfc34abaf33083b895e688b9899a24261ca
User 374c5d
you have to log in
Avatar for 602ca815dc7501e6a962147ab179d09dca96d576877ccc458c8656c35bc7361b
User 602ca8
IT WORKED!! your the best !
Avatar for 7280a2b7b3c307378168be3604eb552ef5bfec0f90043211794d0d18ccfb4112
User 7280a2
Hey all, does anyone know how i could getinto the csmm dashboard, it seems that the catalysm website doesn't have an add server button anymore?? I have been able to get into the mapview part ect but can't seem to get a web dashboard happening :/
Avatar for 602ca815dc7501e6a962147ab179d09dca96d576877ccc458c8656c35bc7361b
User 602ca8
i'll try .. would you be willing to connect with the drive? I'll throw in another 10 euroi donation 😂
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
(and recreate containers so it creates the user again)
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Can you try setting
MYSQL_USER=csmm
and use the
csmm
using in the
DBSTRING
?
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
That's a weird database port, how come you're not using the default one?
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
I'm sorry but it's going to be very hard for me to figure out what's wrong in your particular setup :(
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Since you're running this in containers, that's likely an IP address from a Docker network
Avatar for 602ca815dc7501e6a962147ab179d09dca96d576877ccc458c8656c35bc7361b
User 602ca8
# This initializes the DB container, see https://hub.docker.com/_/mariadb MYSQL_USER=root MYSQL_PASSWORD=Rizlamt1994! MYSQL_DATABASE=csmm MYSQL_RANDOM_ROOT_PASSWORD=false DBSTRING=mysql2://root:Rizlamt1994!@db:28960/csmm REDISSTRING=redis://cache:6379
Avatar for 602ca815dc7501e6a962147ab179d09dca96d576877ccc458c8656c35bc7361b
User 602ca8
The issue is that ip 192.168.32.4 .. I have no idea from where it's coming from because that not mine
image.png

image.png

PNG36.0 KB

Avatar for 602ca815dc7501e6a962147ab179d09dca96d576877ccc458c8656c35bc7361b
User 602ca8
btw i reset the database as you said
Avatar for 602ca815dc7501e6a962147ab179d09dca96d576877ccc458c8656c35bc7361b
User 602ca8
it such a small problem yet so big lol
Avatar for 602ca815dc7501e6a962147ab179d09dca96d576877ccc458c8656c35bc7361b
User 602ca8
Can i send you the configs? maybe you can figure it out please
Avatar for 602ca815dc7501e6a962147ab179d09dca96d576877ccc458c8656c35bc7361b
User 602ca8
I had to rebuild .. going to know very soon
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Does CSMM start now? I dont think that error means it's blocked
Avatar for 602ca815dc7501e6a962147ab179d09dca96d576877ccc458c8656c35bc7361b
User 602ca8
I have this now Lol i'm actually going to start crying
image.png

image.png

PNG63.7 KB

Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
So since you have no data yet, the easiest fix might be to delete DB data and then let it reinitialize :P
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
It's also possible that you
  • started the DB, it initialized a password
  • You did some more testing and at some point changed the password
  • Database is still initialized with that first password, resulting in errors
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
That's a bad username/password for the database. Check your env config to make sure it's correct?
Avatar for 602ca815dc7501e6a962147ab179d09dca96d576877ccc458c8656c35bc7361b
User 602ca8
I almost managed to run it but i'm getting this error from the web base
2023/07/08 16:31:02    stdout    error: More details (raw): {"error":{"code":"ER_ACCESS_DENIED_ERROR","errno":1045,"fatal":true,"sqlMessage":"Access denied for user 'root'@'172.19.0.6' (using password: YES)","sqlState":"28000"}}
Avatar for 374c5d8a234dd3a84b2e7712113bccfc34abaf33083b895e688b9899a24261ca
User 374c5d
not specifically for synology. I have one for Unraid. Heres whats in the documentation https://docs.csmm.app/en/CSMM/self-host/docker-linux.html
Avatar for 602ca815dc7501e6a962147ab179d09dca96d576877ccc458c8656c35bc7361b
User 602ca8
Hi all, i have synology drive and i'm trying to use container manager to run csmm. Is there any kind of guid as i am not managing to do it 😦
Friday, July 7, 2023
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Ehm not really, if you disable Steam login you wont be able to login either
Avatar for d75e066dc3253a27b6104e86bbea1044bbe3c3aa28e6d204c34fbc34af913112
User d75e06
What if we don't want to utilize the shop or signups? Is that an option to disable?
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
They wont have access to your server if you don't give them permission.
Generally, you do want signups to be open so your players can login and use the shop
Avatar for d75e066dc3253a27b6104e86bbea1044bbe3c3aa28e6d204c34fbc34af913112
User d75e06
I'm not so worried about people adding servers but what's to stop someone from going to the csmm domain and logging in with their steam account? Is there any risk there?
Avatar for 374c5d8a234dd3a84b2e7712113bccfc34abaf33083b895e688b9899a24261ca
User 374c5d
ramdom ppl adding servers to your csmm install?
Avatar for d75e066dc3253a27b6104e86bbea1044bbe3c3aa28e6d204c34fbc34af913112
User d75e06
This may be a dumb question as I'm not seeing/understanding it, is there a way to prevent randoms from creating an account on my CSMM instance? Is that what the CSMM_DONATOR_TIER check does in the .env?
Avatar for ee86c902ee8fd5efb7e42847b80caf0475e76e9793b0f69f97d6e338f648fc38
User ee86c9
and all the errors are gone now, finally! Thank you again!
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Host installs can be weird ¯_(ツ)_/¯
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Yeah probably an accidental edit to that file... somehow
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Nice 😄
Avatar for ee86c902ee8fd5efb7e42847b80caf0475e76e9793b0f69f97d6e338f648fc38
User ee86c9
Then it let me switch, thank you!
Avatar for ee86c902ee8fd5efb7e42847b80caf0475e76e9793b0f69f97d6e338f648fc38
User ee86c9
so I just stashed it, no idea what was that about.
Avatar for ee86c902ee8fd5efb7e42847b80caf0475e76e9793b0f69f97d6e338f648fc38
User ee86c9
error: Your local changes to the following files would be overwritten by checkout:
worker/util/customFunctions/persistentVariables/setVar.js
Please commit your changes or stash them before you switch branches.
Aborting
So I somehow messed up files there?
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
git checkout master
should do the same thing
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
Ohh git switch is relatively new, you might have an older version of git
Avatar for ee86c902ee8fd5efb7e42847b80caf0475e76e9793b0f69f97d6e338f648fc38
User ee86c9
Hmm
git: 'switch' is not a git command. See 'git --help'.
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
git switch master
should do the trick
Avatar for ee86c902ee8fd5efb7e42847b80caf0475e76e9793b0f69f97d6e338f648fc38
User ee86c9
I have no idea how I ended up on this, how do I switch back to master?
Avatar for bddf696212701f4e2e40cc177bb39c1f9c5f0a4ce49c307b79e8101c2a98158e
User bddf69
I'd say you want to be on the master branch instead
Avatar for ee86c902ee8fd5efb7e42847b80caf0475e76e9793b0f69f97d6e338f648fc38
User ee86c9
Is this how it should look with host setup?
image.png

image.png

PNG6.7 KB

Thursday, July 6, 2023
Avatar for 374c5d8a234dd3a84b2e7712113bccfc34abaf33083b895e688b9899a24261ca
User 374c5d
yw