Commit Graph

11 Commits

Author SHA1 Message Date
vvzvlad
4f05fb5d2e chore(fork): drop private ee submodule and retarget CI to GHCR
Remove the private apps/server/src/ee git submodule (github.com/docmost/ee)
and the now-empty .gitmodules so that `git clone --recurse-submodules` and CI
checkout no longer fail with 404. The server loads EE only via guarded runtime
require(), so the build succeeds without it (community edition).

Rewrite .github/workflows/release.yml for the fork:
- drop the GitHub App token step and `submodules: recursive` checkout
- publish to GHCR (ghcr.io/vvzvlad/gitmost) via the built-in GITHUB_TOKEN
  instead of Docker Hub (docmost/docmost) — no extra secrets required
- add `packages: write` permission and an IMAGE env var
- log in as github.repository_owner; rename release tarballs to gitmost-*

Repoint the Dockerfile image source label to the fork.
2026-06-16 21:15:47 +03:00
Philipinho
ac675e7d74 update dockerfile 2026-01-16 13:21:42 +00:00
Philipinho
2544775266 fix: switch to node slim image 2025-12-14 13:16:40 +00:00
Philipinho
4511db1526 fix 2025-03-06 18:32:25 +00:00
Philipinho
56d9e46fd3 * Upgrade Dockerfile to node 22
* Pin pnpm to pnpm@10.4.0
2025-03-06 18:29:15 +00:00
James Choi
d4b219d608 add COPY patches to Dockerfile (#400) 2024-10-14 09:13:36 +01:00
Marc
4433d5174d Add Source Label to Dockerfile (#157) 2024-08-20 13:09:36 +01:00
Philipinho
681a21a238 Update readme
* Rename storage volume
2024-06-28 17:29:46 +01:00
Philipinho
20c1a92885 Update Dockerfile
* Add volume to docker compose file
2024-06-27 15:32:23 +01:00
Philipinho
e73293856b move storage data directory to root 2024-06-27 15:07:48 +01:00
Philipinho
eef9081aaf dockerfile and docker-compose file 2024-06-07 17:21:19 +01:00