Commit Graph

197 Commits

Author SHA1 Message Date
Doro Wu 0e70047bdc fix: novnc language (#174) 2020-04-24 15:02:47 +08:00
Doro Wu 2bd60c0f88 fix: USER does not work #176 2020-04-24 15:01:34 +08:00
Doro Wu 5ab34a8aef fix: capslock not work (#173) 2020-04-16 08:13:23 +08:00
Doro Wu 2ceb2a1574
Merge pull request #170 from srghma/patch-1
update nodejs version
2020-04-06 13:46:47 +08:00
Serhii Khoma 60f4d82a65 feat: update node version from 8 to 12 2020-04-06 08:16:08 +03:00
Doro Wu 73349836cb
Merge pull request #168 from tedder/patch-1
18.04; copyedit
2020-03-12 21:21:27 +08:00
Ted Timmons 2ba96474d7
18.04; copyedit
Change the lede to 'advertise' 18.04 so it doesn't feel outdated. (yes, 16.04 is available and explained in the tags later)
2020-03-11 11:01:13 -07:00
Doro Wu 60f9ae18e7
chore: upgrade web packages 2019-10-22 10:42:47 +08:00
Doro Wu 7ee6c9175f
chore: upgrade python packages 2019-10-22 10:16:01 +08:00
Doro Wu 0c38539444
Merge pull request #151 from fcwu/dependabot/npm_and_yarn/web/mixin-deep-1.3.2
chore(deps): bump mixin-deep from 1.3.1 to 1.3.2 in /web
2019-10-22 09:15:36 +08:00
dependabot[bot] e885d558a8
chore(deps): bump mixin-deep from 1.3.1 to 1.3.2 in /web
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-10-21 15:56:19 +00:00
Doro Wu 9bf4a1bda4
chore: add github issue template 2019-10-21 05:41:15 +08:00
Doro Wu 5975c36dc7
cont: fix(build): fix ubuntu 16.04 not to find x11vnc package (issue #141) 2019-09-28 19:35:32 +08:00
Doro Wu 34ca3dc9c9
fix(build): fix ubuntu 16.04 not to find x11vnc package (issue #141) 2019-09-28 12:22:34 +08:00
Doro Wu ee4b0bf9ec
feat: support arm64 2019-09-17 09:33:23 +08:00
Doro Wu e457b2dbab
fix: saving desktop status (issues #124) 2019-09-15 21:57:55 +08:00
Doro Wu 9505dead57
Merge pull request #134 from Felix-neko/develop
Supervisord: running without full path
2019-08-19 17:10:26 +08:00
Felix-Neko 0552617a5b supervisord is now running just as supervisord instead of full path (in some Ubuntu 18.04 distros it lyes in other dirs than /usr/bin) 2019-08-19 11:39:26 +03:00
Doro Wu 1affc9183a
feat: add resize endpoint to resize screen size (fix #115) 2019-08-19 14:07:08 +08:00
Doro Wu d4d3f867d5
fix: set default color depth to 24 (fix #130) 2019-08-19 01:27:24 +08:00
Doro Wu fb28d897fc
feat: support RELATIVE_URL_ROOT (fix #127) 2019-08-19 01:14:34 +08:00
Doro Wu 9b94a2fbeb
Merge pull request #128 from tostein/configureable_path
Dynamic prefix path
2019-08-17 23:16:37 +08:00
Tobias Stein 0cb3248487 Set paths after handling dynamic prefix path 2019-08-06 16:11:03 +02:00
Tobias Stein fe7954da78 Fix typo. 2019-07-22 10:19:16 +02:00
Tobias Stein 1d5e9f6dca Enable dynamic prefix path handling 2019-07-11 11:49:06 +02:00
Tobias Stein 328e8f1aa1 Add separate docker file for linux 16.04
Enable dynamic path with environment variable which triggers node js build at container runtime
2019-07-08 13:06:02 +02:00
Tobias Stein b0ece0637c Add rename URL script to update nginx config with prefix path ENV 2019-06-28 11:24:08 +02:00
Tobias Stein f48e7551f4 Let node.js use the docker env 2019-06-28 10:15:13 +02:00
Tobias Stein 175d7a8517 Add ENV variable PREFIX_PATH to backend and web project 2019-06-26 11:56:29 +02:00
Tobias Stein f26fe29012 Changes to make deployment path configureable with prefix by ENV 2019-06-24 11:00:44 +02:00
Tobias Stein 1c3f34aa6e Add docker file with reusable node build 2019-06-12 10:42:47 +02:00
Doro Wu c85026298e
feat: update noVNC to v1.1.0, flv.js to v1.5.0 2019-04-23 23:32:29 +08:00
DoroWu 5e9ff11764
doc: update README.md
update /dev/shm
2019-04-05 12:43:37 +08:00
DoroWu 9d7e06c824
Merge pull request #111 from olberger/master
Proposed description of the architecture
2019-04-05 12:36:46 +08:00
Olivier Berger 2ba8a28748 make LOCALBUILD=0 should be working 2019-04-04 16:43:48 +02:00
Olivier Berger d50463920d Ensure rebuild is really made 2019-04-04 16:43:22 +02:00
Olivier Berger 59822970a7 More docs 2019-04-04 16:42:58 +02:00
Olivier Berger 034a4876f4 Some more docs 2019-04-04 16:41:31 +02:00
Olivier Berger b7ee1c3f5c Work-around config issue 2019-04-04 15:15:59 +02:00
Olivier Berger eef40af3a4 Alternative option to git clone --recursive 2019-04-04 15:14:26 +02:00
Olivier Berger a4c6b2b9aa Initial description of the architecture 2019-04-04 13:57:11 +02:00
DoroWu 5c9261d592
Merge pull request #109 from lifei/patch-1
make sure the type of input value is int
2019-04-01 10:42:11 +08:00
软件工程师李飛 2280e040d0
make sure the type of input value is int 2019-03-31 05:35:51 +08:00
Doro Wu 68887af903
feat: support xfce4 2019-03-25 00:09:22 +08:00
DoroWu 334325ec3c
doc: update DEVELOPMENT.md 2019-03-23 23:12:46 +08:00
Doro Wu 35d0080b79
fix: armhf 2019-03-20 22:56:58 +08:00
Doro Wu 588b38ca03
test: hooks 2019-03-20 21:37:46 +08:00
Doro Wu 10423e2ce4
fix: armhf 2019-03-19 22:28:18 +08:00
Doro Wu 213ca63e7e
feat: upgrade yarn.lock 2019-03-18 11:35:23 +08:00
Doro Wu f9ae9a3337
feat: upgrade yarn.lock 2019-03-18 11:26:55 +08:00