Server ecosystem for Standard Notes; fully self-hostable.
Find a file
2023-02-16 15:06:31 +01:00
.github feat: optimize memory usage (#444) 2023-02-15 08:14:37 +01:00
.vscode chore: upgrade node to 18.13.0 2023-01-25 15:21:26 +01:00
.yarn fix(domain-core): remove unnecessary dependencies 2023-02-15 11:07:37 +01:00
data fix: newrelic deps and setup db and cache for local development purposes 2022-06-24 15:18:41 +02:00
docker chore: fix db migrations path in self hosting setup 2023-02-16 13:26:51 +01:00
logs feat: add initial supervisor setup 2023-02-03 11:26:06 +01:00
packages chore(release): publish new version 2023-02-15 10:23:04 +00:00
scripts fix: pushing tags one by one on release 2022-06-23 18:55:55 +02:00
.dockerignore add localstack 2023-02-06 13:35:58 +01:00
.env.sample chore: fix db migrations path in self hosting setup 2023-02-16 13:26:51 +01:00
.eslintignore feat: add scheduler server 2022-06-17 13:06:44 +02:00
.eslintrc fix: linter setup 2022-06-21 14:25:56 +02:00
.gitignore chore: add example local setup 2023-02-07 14:12:29 +01:00
.nvmrc chore: upgrade node to 18.13.0 2023-01-25 15:21:26 +01:00
.pnp.cjs fix(domain-core): remove unnecessary dependencies 2023-02-15 11:07:37 +01:00
.pnp.loader.mjs feat: building server applications in ARM64 architecture for Docker 2022-10-19 10:25:01 +02:00
.prettierrc refactor: future-proof code verifier check on sign in (#363) 2022-12-07 07:58:26 -06:00
.yarnrc.yml feat: building server applications in ARM64 architecture for Docker 2022-10-19 10:25:01 +02:00
bundle.sh fix: sqs configuration for aws sdk v3 2023-01-30 12:49:14 +01:00
commitlint.config.js feat: initial commit 2022-06-17 12:47:25 +02:00
docker-compose.ci.yml chore: add example local setup 2023-02-07 14:12:29 +01:00
docker-compose.example.yml chore: fix upload volume path on example docker compose file 2023-02-16 15:06:31 +01:00
Dockerfile chore: reduce Docker image size 2023-02-10 12:58:20 +01:00
jest.config.js chore(deps): upgrade jest and ts-jest 2022-10-06 12:43:30 +02:00
lerna.json fix: add lerna 2022-06-20 10:31:54 +02:00
LICENSE Initial commit 2022-06-17 12:16:44 +02:00
linter.tsconfig.json feat: add auth server package 2022-06-22 12:33:00 +02:00
package.json fix: optimize memory usage 2023-02-09 10:23:10 +01:00
README.md Initial commit 2022-06-17 12:16:44 +02:00
tsconfig.json feat(revisions): add revisions microservice 2022-11-18 11:54:42 +01:00
yarn.lock fix(domain-core): remove unnecessary dependencies 2023-02-15 11:07:37 +01:00

server

Server applications monorepo