Funnyadd / assetto-corsa-server-dashboard

Online dashboard for managing assetto corsa dedicated servers hosted on a linux machine (start/stop servers). Connected to firebase, you can easily manage users and their access to servers.
https://assetto.adammihajlovic.ca
0 stars 0 forks source link

Add users to whitelists on the server-side #26

Closed Funnyadd closed 2 months ago

Funnyadd commented 3 months ago

Update the servers' whitelists when the whitelisted status of a user gets updated. Has to be able to add or delete a user. Also, Have a sync method of some sort that will add the right users to a newly added server after it's creation. (Maybe only needed in #16)

Funnyadd commented 2 months ago

whitelistSync endpoint added on server base endpoint and whitelist is easily synced on modify and delete user functions. Fixed in #1