aboutsummaryrefslogtreecommitdiff
path: root/front/default.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-22Add workadventure-xce (experimental community version)stuebinm1-1/+12
2021-03-09Added hasi workadventure versionstuebinm1-8/+6
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.
2021-02-26Deduplicate workadventure sourcesstuebinm1-7/+3
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.
2021-02-26more options for the frontendstuebinm1-90/+51
2021-02-25Bump to current master version of tcm workadventurestuebinm1-2/+2
Builds fine, let's see if anything else works!
2021-02-25Update to Version v1.1.0 of workadventurestuebinm1-5/+5
2021-02-18Safer option injection to build scriptsstuebinm1-2/+2
Nix isn't very typesafe, but apparently there is at least a `escapeShellArg` function which makes things safe for shell execution.
2021-02-18patch out quill.js cdnstuebinm1-32/+54
Note that only the sources are patched out; the quill npm package is still in the nix set and the javascript, it just silently fails to laod at runtime now.
2021-02-05configurable stun serverstuebinm1-5/+17
2021-02-05replace sed with replace-literal; add option for default mapstuebinm1-8/+6
2021-01-26patches to remove googletagmanager and change default mapstuebinm1-0/+10
2021-01-21create overlay and move everything into workadventure.*Finn Behrens1-2/+2
2021-01-11Update the front packageMewp1-2/+2
2021-01-10Fix front env vars. Update env to a working WA version.Mewp1-6/+12
2021-01-10Use a different approach for passing env vars.Mewp1-7/+20
2021-01-10Make the front package configurable.Mewp1-2/+7
2021-01-01Switch to callPackageSerge Bazanski1-3/+6
2021-01-01CleanupSandro Jäckel1-30/+0
2021-01-01Add front, fix backSandro Jäckel1-0/+62