fix grist
This commit is contained in:
parent
ca572f9fe6
commit
3fec226785
3 changed files with 15 additions and 10 deletions
|
@ -24,6 +24,9 @@ in {
|
|||
"rust-analyzer.checkOnSave.command" = "clippy";
|
||||
"debug.allowBreakpointsEverywhere" = true;
|
||||
"C_Cpp.clang_format_fallbackStyle" = "{ BasedOnStyle: Google, IndentWidth: 4, ColumnLimit: 0}";
|
||||
"crates.compatibleDecorator" = "✓";
|
||||
"crates.errorDecorator" = "✗";
|
||||
"crates.incompatibleDecorator" = "🛇";
|
||||
# Don't index unecessary things
|
||||
"files.exclude" = {
|
||||
"**/.vscode" = true;
|
||||
|
@ -64,6 +67,7 @@ in {
|
|||
xaver.clang-format
|
||||
sumneko.lua
|
||||
davidlday.languagetool-linter
|
||||
serayuzgur.crates
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ in {
|
|||
|
||||
oci-containers.containers.grist = {
|
||||
image =
|
||||
"gristlabs/grist:1.1.8";
|
||||
"gristlabs/grist:1.1.9";
|
||||
environment = {
|
||||
APP_HOME_URL = "https://grist.0x76.dev";
|
||||
GRIST_SUPPORT_ANON = "false";
|
||||
|
@ -43,6 +43,7 @@ in {
|
|||
PYTHON_VERSION_ON_CREATION = "3";
|
||||
|
||||
GRIST_OIDC_IDP_ISSUER = "https://dex.0x76.dev";
|
||||
GRIST_OIDC_IDP_SKIP_END_SESSION_ENDPOINT= "true";
|
||||
};
|
||||
environmentFiles = [ "${vs.grist}/environment" ];
|
||||
ports = [ "8484:8484" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue