Commit Graph

10 Commits (bae58e702c67fd226aa409041eeebf8fa155e439)
 

Author SHA1 Message Date
Vasile Popescu bae58e702c Update the node dependencies
Some APIs were broken (webpack-copy plugin and one xterm API removed)
4 years ago
dependabot[bot] 17387e2cdd
Bump yargs-parser from 13.1.1 to 13.1.2 in /frontend (#7)
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 13.1.2.
- [Release notes](https://github.com/yargs/yargs-parser/releases)
- [Changelog](https://github.com/yargs/yargs-parser/blob/master/docs/CHANGELOG-full.md)
- [Commits](https://github.com/yargs/yargs-parser/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot] 594c1501d5
Bump elliptic from 6.5.0 to 6.5.3 in /frontend (#4)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.0 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.0...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
dependabot[bot] 252073e61e
Bump acorn from 6.1.1 to 6.4.1 in /frontend (#1)
Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.1.1...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
Matthew Strasiotto 66df573c28
Update makefile so make all works in any state (after a full clean) (#13)
* Update makefile so make all works in any state (after a full clean)

* Mark "all" as phony

* Explicit phony frontend target always triggers rebuild of frontend

* Add rebuild target that always triggers full build
4 years ago
Matthew Strasiotto 103f48356b
Add vagrantfile which is rough equivalent to dockerfile, but primarily for bootstrapping dev servers (#11)
* added vagrantfile

* Add serve script to vagrantfile

* Fix heredoc

* Finally fixed env escapes

* Change to ubuntu, symlink binaries

* Fix apt installation for noninteractive ( I think )

* Remove bash from installation, add git

* Bind the same port for web interface for guest & host

This means the URL given will be accurate.
4 years ago
Blindauer Emmanuel e1ff92b282
Improve documentation for the TLS setup (#6)
* Update README.md

Add the TLS documentation

* Update README.md

The URL variable must point to the nginx proxy

* Update README.md

Add the TLS details and the usage with a TLS server
4 years ago
Elis Popescu 3920a560c5
Merge pull request #2 from coldfix/master
Add Dockerfile
4 years ago
Thomas Gläßle c044835166 Add Dockerfile 4 years ago
Elis Popescu 7c5547d7e1 Initial commit 4 years ago