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.
29 lines
871 B
Plaintext
29 lines
871 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"workbench.colorCustomizations": {
|
|
"activityBar.activeBackground": "#ddc96a",
|
|
"activityBar.background": "#ddc96a",
|
|
"activityBar.foreground": "#15202b",
|
|
"activityBar.inactiveForeground": "#15202b99",
|
|
"activityBarBadge.background": "#249c87",
|
|
"activityBarBadge.foreground": "#e7e7e7",
|
|
"commandCenter.border": "#15202b99",
|
|
"sash.hoverBorder": "#ddc96a",
|
|
"titleBar.activeBackground": "#d3ba41",
|
|
"titleBar.activeForeground": "#15202b",
|
|
"titleBar.inactiveBackground": "#d3ba4199",
|
|
"titleBar.inactiveForeground": "#15202b99",
|
|
"statusBar.background": "#d3ba41",
|
|
"statusBar.foreground": "#15202b",
|
|
"statusBarItem.hoverBackground": "#b79f2a",
|
|
"statusBarItem.remoteBackground": "#d3ba41",
|
|
"statusBarItem.remoteForeground": "#15202b"
|
|
},
|
|
"peacock.color": "#d3ba41"
|
|
}
|
|
} |