Compare commits

..

No commits in common. "c519728530ae0f760b103848e401853542019538" and "ac06fd90f554d40564f101f39ef1f45c7e0318b2" have entirely different histories.

2 changed files with 9 additions and 1 deletions

View file

@ -18,7 +18,6 @@ services:
networks:
- proxy
volumes:
- /etc/localtime:/etc/localtime:ro
- ./Caddyfile:/etc/caddy/Caddyfile
- data:/data
- config:/config

View file

@ -0,0 +1,9 @@
-- GitHub Copilot
--- @type LazyPluginSpec
return {
"zbirenbaum/copilot.lua",
opts = {
suggestion = { enabled = false },
panel = { enabled = false },
},
}