File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 17
17
"deno.enable" : true ,
18
18
"deno.lint" : true ,
19
19
"deno.unstable" : true ,
20
- "cSpell.enableFiletypes" : [" mdx" ],
20
+ "cSpell.enabledFileTypes" : {
21
+ "mdx" : true ,
22
+ "md" : true
23
+ },
21
24
"cSpell.words" : [
22
25
" bootloader" ,
23
26
" catgirl" ,
Original file line number Diff line number Diff line change 31
31
- name : " SITE_URL"
32
32
value : " https://xeiaso.net"
33
33
- name : " ONION_DOMAIN"
34
- value : " gi3bsuc5ci2dr4xbh5b3kja5c6p5zk226ymgszzx7ngmjpc25tmnhaqd .onion"
34
+ value : " ryelkcbr65vy7pzx26c3rvxya54yuh5ciafth7p6d3p3phpgo2wkznid .onion"
35
35
- name : " REDIRECT_DOMAIN"
36
36
value : " xeiaso.net"
37
37
- name : " PATREON_SAASPROXY_URL"
45
45
volumeMounts :
46
46
- mountPath : " /xe/data"
47
47
name : data
48
- # - mountPath: "/root/.cache"
49
- # name: cache
50
48
readinessProbe :
51
49
httpGet :
52
50
path : /healthz
84
82
value : " false"
85
83
- name : " TARGET"
86
84
value : " http://localhost:3000"
87
- - name : " SLOG_LEVEL"
88
- value : " debug"
85
+ # - name: "SLOG_LEVEL"
86
+ # value: "debug"
89
87
volumeMounts :
90
88
- name : anubis
91
89
mountPath : /xe/cfg/anubis
You can’t perform that action at this time.
0 commit comments