Commit Graph

24 Commits

Author SHA1 Message Date
JP
662d11b3b1
Fix the app's Dockerfile and comment it (#2162)
* chore: fix the app's Dockerfile and comment it

* chore: test docker-compose on CI
2023-04-11 10:26:04 +08:00
Nathan.fooo
61fd608200
Feat/view map database (#1885)
* refactor: rename structs

* chore: read database id from view

* chore: fix open database error because of create a database view for database id

* chore: fix tests

* chore: rename datbase id to view id in flutter

* refactor: move grid and board to database view folder

* refactor: rename functions

* refactor: move calender to datbase view folder

* refactor: rename app_flowy to appflowy_flutter

* chore: reanming

* chore: fix freeze gen

* chore: remove todos

* refactor: view process events

* chore: add link database test

* chore: just open view if there is opened database
2023-02-26 16:27:17 +08:00
Nathan.fooo
f64346c955
Feat/tauri (#1716)
* feat: support tauri desktop

* chore: support call flowy sdk command

* chore: switch to svelte

* chore: gen js protobuf

* chore: import js protobuf

* chore: call flowy sdk handler

* chore: update scipts

* chore: create index.ts

* chore: track files

* chore: gen ts event

* chore: replace application icon

* chore: migrate to react

* chore: fix wanrings

Co-authored-by: nathan <nathan@appflowy.io>
2023-01-17 16:27:17 +08:00
Nathan.fooo
149c2a2725
Ci/build scripts (#1487)
* chore: rename flowy_dev name

* chore: rename tasks

Co-authored-by: nathan <nathan@appflowy.io>
2022-11-26 22:18:39 +08:00
appflowy
5156248918 ci: fix typo 2022-11-07 15:27:31 +08:00
Nathan.fooo
e9ad705ea3
Refactor/revision compose (#1410) 2022-11-01 18:59:53 +08:00
Victor Szabo
04a7c8dc6d
fix(scripts): add libkeybinder3 to Dockerfile (#1204) 2022-10-02 20:15:53 +08:00
appflowy
c8ce8ef5c2 chore: run command in sudo mode 2022-08-31 23:00:58 +08:00
appflowy
6de77d5a5b fix: fix docker build again 2022-08-31 15:05:16 +08:00
appflowy
fb9ddff574 chore: install keybinder 2022-08-31 09:41:45 +08:00
Nathan.fooo
dfb6ff7d04
Merge pull request #264 from texhno/main
Small fixes for `docker-compose up` command's error and warning
2022-08-03 08:19:51 +08:00
appflowy
af61cae182 ci: fix docker builder 2022-07-31 19:43:52 +08:00
Lucas.Xu
32ee068c73 chore: resolve docker-compose.yml conflicts 2022-07-28 10:12:19 -04:00
тнomas
7a197df57c fix: Fixes docker-compose up error and warning 2022-07-28 10:12:19 -04:00
Pablo Castellano
0b2bb33b73 fix: multiple improvements in docker image
* Reduce image size again, to 894MB
* Adjust permissions and remove need to run xhost
* Run appflowy as unprivileged user
* Add README file for more information
2022-02-23 12:28:28 +01:00
Pablo Castellano
ca0851418e chore: use docker multi-stage builds
Previous image was 7.69GB which is somewhat heavy.
Now the resulting image is 1.20GB thanks to multi-stage builds.
2022-02-21 10:06:41 +01:00
Pablo Castellano
23795e1b67 feat: add docker-compose data persistance 2022-02-20 11:00:01 +01:00
Pablo Castellano
7820c8e70d fix: also mount other required volumes in docker-compose 2022-02-17 21:43:02 +01:00
Pablo Castellano
bde597a10b fix: docker build
 The protoc-gen-dart was not installed correctly.
 You can fix that by adding "dart pub global activate protoc_plugin" to your shell's
config file.(.bashrc, .bash, etc.)
2022-02-17 21:43:02 +01:00
Lays Rodrigues
177ed8d51a fix appflowy version in dockerfile
Signed-off-by: Lays Rodrigues <laysrodriguessilva@gmail.com>
2022-02-02 17:22:29 -03:00
MikeWallaceDev
e77e6d275f changed permissions from 755 to 644 2022-01-27 14:18:41 -05:00
nathan
dccbd45a00 switch to stable channel 2022-01-23 11:34:41 +08:00
Mike Wallace
cd85f3f464
Added a line to update the pacman repository database 2021-12-28 15:10:53 -05:00
Mike Wallace
e0e48f1e99
Deleted doc file, it's in the wiki now. (#198)
Move the scripts to the script folder.
2021-12-23 23:47:33 -05:00