The code and data behind xeiaso.net
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(manifest): use the right anubis image

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso 13d99c8a 076a1c8b

+7 -6
+4 -1
.vscode/settings.json
··· 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",
+3 -5
manifest/xesite/deployment.yaml
··· 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