aboutsummaryrefslogtreecommitdiff
path: root/instance-options.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* don't server maps per default.stuebinm2021-03-141-1/+1
| | | | Note that this may break your config!
* Support for static turn secrets in the backend.stuebinm2021-03-141-1/+6
| | | | | | Note that this has not been tested in the wild yet; it just does what the comments in the default docker-compose.yml by thecodingmachine suggests it should do to enable using the rest api of coturn.
* Added option to switch whole packageset to modulestuebinm2021-03-091-25/+9
| | | | | | Since there are now multiple packaged versions of workadventure, all of which come in a set with the same attribute names, it seems reasonable to just plug those sets into the module, instead of each package individually.
* Added hasi workadventure versionstuebinm2021-03-091-4/+4
| | | | | | | | wapkgs.nix new contains packages for several different versions of workadventure (so far hasi + thecodingmachine), which can both be used. Unfortunately, this appears to require some weird hacks to convince nix to sort out the dependencies without having to actually duplicate all the packaging code, but it works.
* Deduplicate workadventure sourcesstuebinm2021-02-261-3/+0
| | | | | | | Maximal sharing means that even if the workadventure sources are imported in all nix files, there will still only be one copy of it in the nix store --- nevertheless, it seems reasonable to only have them once in the code, too, if only to make upgrading them easier.
* Move nix files for workadventure into this repo instead of importing themstuebinm2021-02-261-10/+0
| | | | | | Since I change things frequently rn and often only very specific commits of both repositories will work together at all, it doesn't seem logical to have them in separate repos any more.
* better config optionsstuebinm2021-02-261-52/+148
| | | | | | | | | | Config options are now sorted according to components (pusher, backend, frontend, etc.); in addition there is a commonConfig with config for jitsi, turn, etc. Additionally, this module is now completely modular in the sense that there are no longer any global options that affect all configured workadventure instances at once.
* remove overlay for nowstuebinm2021-02-251-0/+10
|
* Version bump to current coding machine masterstuebinm2021-02-251-5/+4
| | | | This broke a lot of things, but possibly they might work again now.
* Updated workadventure-nix sources & removed channel importsstuebinm2021-02-181-2/+2
| | | | (but not the actual workadventure version)
* nicer settting parameters; configurable stun serverstuebinm2021-02-051-0/+13
|
* Functional module, extracted from fediventure repostuebinm2021-02-051-0/+143
(just to make it easier to hack, and remove fediventure-specific deployment logic)