You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2018. It is now read-only.
As a user I want to upload a server configuration.
The following files should be editable:
bans.lstmapcycle.cfgserver.cfgserverinfo.txtweapons_recoil.cfgConsiderations:
server.cfgfile. A restart is required.Implementation:
Get configuration:
The files should be retrievable:
GET http://localhost/filesystem/sys/mapcycle.cfgSet configuration:
The files should be:
PUT http://localhost/filesystem/sys/mapcycle.cfgIf file is
sys/server.cfgand server is running send 403 Forbidden.Provide a
preloadfilesystem that gets applied to the server before the next start.PUT http://localhost/filesystem-preload/sys/server.cfg