aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* version from github repo tabascoeye/workadventuretabascoeyestuebinm2021-03-012-7/+55
| | | | | | | | This version apparently has less issues with the graphics display, i.e. it uses a slightly newer version of Phaser. I put it in a seperate branch for now; in the long term, it may be better to just provide several "flavours" of workadventure in the main branch.
* fixed test.nixstuebinm2021-03-011-7/+4
| | | | | | | | Previously, it still assumed that there was an ./overlay.nix. Since overlays in general appear to be slightly broken and generate an unwieldy amount of infinite recursion, this is no longer the case and test.nix uses a (slightly uglier) method for testing instead.
* corrected repo name in readmestuebinm2021-02-281-2/+2
|
* added readmestuebinm2021-02-261-0/+31
|
* update TODO filestuebinm2021-02-261-2/+4
|
* quick fixstuebinm2021-02-261-1/+1
|
* remove overlaystuebinm2021-02-263-23/+25
| | | | | (it refused to evaluate on another server for an unknown reason, and instead led to infinite recursion)
* Deduplicate workadventure sourcesstuebinm2021-02-268-55/+31
| | | | | | | 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-2619-10/+22310
|\ | | | | | | | | | | 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.
| * more options for the frontendstuebinm2021-02-261-90/+51
| |
| * Bump to current master version of tcm workadventurestuebinm2021-02-257-16/+16
| | | | | | | | Builds fine, let's see if anything else works!
| * Update to Version v1.1.0 of workadventurestuebinm2021-02-258-31/+31
| |
| * Merge branch 'master' of https://gitlab.com/fediventure/workadventure-nixstuebinm2021-02-256-22/+43
| |\
| | * Merge branch 'informatic/deps-cleanup' into 'master'Serge Bazanski2021-02-072-0/+14
| | |\ | | | | | | | | | | | | | | | | Fix libc detection and reduce derivation size See merge request fediventure/workadventure-nix!3
| | | * back,pusher: fix node-pre-gyp libc detectionPiotr Dobrowolski2021-02-052-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | This should fix libc detection carried out in https://github.com/lovell/detect-libc/blob/5173db0bc47608f89986d9125c2d868c08d5f429/lib/detect-libc.js#L44 when loading grpc bindings.
| | | * back,pusher: reduce final derivation sizePiotr Dobrowolski2021-02-052-0/+4
| | |/ | | | | | | | | | | | | | | | While this still is a major hack, this reduces unused node_modules (about 200MB each) being pulled in from workadventure*-modules-* and workadventure-messages.
| | * Merge branch 'overlay' into 'master'Serge Bazanski2021-02-046-19/+30
| | |\ | | | | | | | | | | | | | | | | create overlay and move everything into workadventure.* See merge request fediventure/workadventure-nix!2
| | | * create overlay and move everything into workadventure.*Finn Behrens2021-01-216-19/+30
| | |/
| * | 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.
| * | Moved default.nix to test.nixstuebinm2021-02-181-0/+5
| | |
| * | 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
| |/
| * Merge branch 'mewp/configurable-frontend' into 'master'Błażej Święcicki2021-01-142-15/+39
| |\ | | | | | | | | | | | | Make the front package configurable. See merge request fediventure/workadventure-nix!1
| | * 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
| |/
| * Merge pull request #2 from q3k/q3k/callpackageSandro2021-01-017-20/+72
| |\ | | | | | | Switch to callPackage
| | * Switch to callPackageSerge Bazanski2021-01-017-20/+72
| |/
| * Merge pull request #1 from SuperSandro2000/add-license-1Sandro2021-01-011-0/+21
| |\ | | | | | | Create LICENSE
| | * Create LICENSESandro2021-01-011-0/+21
| |/
| * Add uploaderSandro Jäckel2021-01-012-0/+2416
| |
| * Add mapsSandro Jäckel2021-01-012-0/+1904
| |
| * CleanupSandro Jäckel2021-01-012-31/+2
| |
| * Add pusherSandro Jäckel2021-01-013-1/+3638
| |
| * Add front, fix backSandro Jäckel2021-01-016-45/+5945
| |
| * boom, everything is brokenlassulus2020-12-304-0/+8355
|
* better config optionsstuebinm2021-02-262-156/+262
| | | | | | | | | | 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-252-8/+10
|
* fixupstuebinm2021-02-251-6/+5
|
* Version bump to current coding machine masterstuebinm2021-02-253-40/+32
| | | | This broke a lot of things, but possibly they might work again now.
* Updated workadventure-nix sources & removed channel importsstuebinm2021-02-183-8/+6
| | | | (but not the actual workadventure version)
* nicer settting parameters; configurable stun serverstuebinm2021-02-053-8/+21
|
* Functional module, extracted from fediventure repostuebinm2021-02-053-0/+314
(just to make it easier to hack, and remove fediventure-specific deployment logic)