Commit Graph

13 Commits (ddf4cae537dd5131ae0792d216373e718d50f6d0)

Author SHA1 Message Date
boojack 43819b021e
chore: add demo banner (#1739) 2 years ago
Lincoln Nogueira 5340008ad7
feat: improve Windows support (#1645)
* Add preliminar Windows support for both
development and production environments.

Default profile.Data will be set to "C:\ProgramData\memos" on Windows.
Folder will be created if it does not exist, as this behavior is
expected for Windows applications.

System service installation can be achieved with third-party tools,
explained in docs/windows-service.md.

Not sure if it's worth using https://github.com/kardianos/service
to make service support built-in.

This could be a nice addition alongside #1583 (add Windows artifacts)

* feat: improve Windows support

- Fix local file storage path handling on Windows

- Improve Windows dev script
2 years ago
Lincoln Nogueira 3b76c6792c
feat: add preliminar Windows support (#1636)
Add preliminar Windows support for both
development and production environments.

Default profile.Data will be set to "C:\ProgramData\memos" on Windows.
Folder will be created if it does not exist, as this behavior is
expected for Windows applications.

System service installation can be achieved with third-party tools,
explained in docs/windows-service.md.

Not sure if it's worth using https://github.com/kardianos/service
to make service support built-in.

This could be a nice addition alongside #1583 (add Windows artifacts)
2 years ago
boojack 1517688076
chore: update code structure (#1139)
* chore: update code structure

* chore: update
2 years ago
boojack 1ace332152
feat: graceful shutdown server (#1016) 2 years ago
steven 62657f7f4e chore: update build folder 3 years ago
Steven 84a3548232 chore: update scripts 3 years ago
boojack dc436490f8 chore: update `build.sh` 3 years ago
boojack 7c94db0ca0 chore: use flags instead of env vars 3 years ago
email d661134b03 refactor: backend 3 years ago
steven f70ad6891d add dockerfile 3 years ago
steven a08ad0ebab update restful api 3 years ago
LeeShuang 2f72bfa946 init project 3 years ago