aboutsummaryrefslogtreecommitdiff
path: root/front (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added fediventure versionstuebinm2021-03-141-0/+5797
| | | | | | | This is the version currenlty on the feature/fediventure branch in the workadventure repository of the fediventure group at https://gitlab.com/fediventure/workadventure/-/tree/feature/federation
* Added tabascoeye workadventure versionstuebinm2021-03-091-0/+5845
|
* Added hasi workadventure versionstuebinm2021-03-093-8/+5851
| | | | | | | | 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-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.
* more options for the frontendstuebinm2021-02-261-90/+51
|
* Bump to current master version of tcm workadventurestuebinm2021-02-252-6/+6
| | | | Builds fine, let's see if anything else works!
* Update to Version v1.1.0 of workadventurestuebinm2021-02-251-5/+5
|
* Merge branch 'master' of https://gitlab.com/fediventure/workadventure-nixstuebinm2021-02-251-2/+2
|\
| * create overlay and move everything into workadventure.*Finn Behrens2021-01-211-2/+2
| |
* | Safer option injection to build scriptsstuebinm2021-02-181-2/+2
| | | | | | | | | | Nix isn't very typesafe, but apparently there is at least a `escapeShellArg` function which makes things safe for shell execution.
* | patch out quill.js cdnstuebinm2021-02-181-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.
* | configurable stun serverstuebinm2021-02-051-5/+17
| |
* | replace sed with replace-literal; add option for default mapstuebinm2021-02-051-8/+6
| |
* | patches to remove googletagmanager and change default mapstuebinm2021-01-261-0/+10
|/
* Update the front packageMewp2021-01-111-2/+2
|
* Fix front env vars. Update env to a working WA version.Mewp2021-01-102-14/+20
|
* Use a different approach for passing env vars.Mewp2021-01-101-7/+20
|
* Make the front package configurable.Mewp2021-01-101-2/+7
|
* Switch to callPackageSerge Bazanski2021-01-011-3/+6
|
* CleanupSandro Jäckel2021-01-011-30/+0
|
* Add front, fix backSandro Jäckel2021-01-012-0/+5859