QuakeJS: Difference between revisions

Klinger (talk | contribs)
m clarification of client/server
Onny (talk | contribs)
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:


== Setup of a dedicated server==
== Setup of a dedicated server==
Following example configuration will enable QuakeJS for the domain<code><nowiki>http://quakejs.example.org</nowiki></code>:{{Note|Parts of this module are not yet stable will be available with the upcoming NixOS release 24.11.}}<syntaxhighlight lang="nix">
Following example configuration will enable QuakeJS for the domain<code><nowiki>http://quakejs.example.org</nowiki></code>:{{Note|Parts of this module are not yet stable will be available with the upcoming NixOS release 25.05.}}<syntaxhighlight lang="nix">
services.quakejs = {
services.quakejs = {
   enable = true;
   enable = true;
Line 16: Line 16:
[[Category:Applications]]
[[Category:Applications]]
[[Category:Gaming]]
[[Category:Gaming]]
[[Category:Server]]