|
1 | 1 | // For format details, see https://aka.ms/devcontainer.json. For config options, see the |
2 | 2 | // README at: https://github.com/devcontainers/templates/tree/main/src/docker-in-docker |
3 | 3 | { |
4 | | - "name": "Docker in Docker", |
| 4 | + "name": "Docker in Docker - proxyparty", |
5 | 5 | // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile |
6 | 6 | "build": { |
7 | 7 | "dockerfile": "./devcontainer.Dockerfile" |
8 | 8 | }, |
9 | 9 |
|
10 | 10 | "features": { |
11 | | - "ghcr.io/devcontainers/features/docker-in-docker:2": { |
12 | | - "version": "latest", |
13 | | - "enableNonRootDocker": "true", |
14 | | - "moby": "false" |
15 | | - }, |
16 | | - "ghcr.io/devcontainers/features/go:1": {}, |
17 | | - "ghcr.io/devcontainers-contrib/features/caddy:1": {}, |
| 11 | + "ghcr.io/devcontainers/features/docker-in-docker:2": {}, |
18 | 12 | "ghcr.io/joshuanianji/devcontainer-features/gcloud-cli-persistence:1": {}, |
19 | | - "ghcr.io/bartventer/arch-devcontainer-features/gcloud-cli:1": {} |
20 | | - } |
21 | | - |
22 | | - // Use 'forwardPorts' to make a list of ports inside the container available locally. |
23 | | - // "forwardPorts": [], |
24 | | - |
25 | | - // Use 'postCreateCommand' to run commands after the container is created. |
26 | | - // "postCreateCommand": "docker --version", |
| 13 | + "ghcr.io/devcontainers/features/github-cli:1": {}, |
| 14 | + "ghcr.io/devcontainers/features/node:1": {}, |
| 15 | + "ghcr.io/joshuanianji/devcontainer-features/github-cli-persistence:1": {}, |
| 16 | + "ghcr.io/prulloac/devcontainer-features/deno:1": {}, |
| 17 | + "ghcr.io/dhoeric/features/google-cloud-cli:1": {} |
| 18 | + }, |
27 | 19 |
|
28 | 20 | // Configure tool-specific properties. |
29 | | - // "customizations": {}, |
30 | | - |
31 | | - // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. |
32 | | - // "remoteUser": "root" |
| 21 | + "customizations": { |
| 22 | + "vscode": { |
| 23 | + "settings": { |
| 24 | + "git.alwaysSignOff": true |
| 25 | + }, |
| 26 | + "extensions": [ |
| 27 | + "matthewpi.caddyfile-support", |
| 28 | + "zamerick.vscode-caddyfile-syntax", |
| 29 | + "hangxingliu.vscode-systemd-support", |
| 30 | + "coolbear.systemd-unit-file" |
| 31 | + ] |
| 32 | + }, |
| 33 | + "codespaces": { |
| 34 | + "repositories": { |
| 35 | + "recaptime-dev/proxyparty-caddy": { |
| 36 | + "permissions": { |
| 37 | + "actions": "write", |
| 38 | + "workflows": "write", |
| 39 | + "contents": "write", |
| 40 | + "checks": "read", |
| 41 | + "deployments": "read", |
| 42 | + "statuses": "read", |
| 43 | + "issues": "write", |
| 44 | + "pull_requests": "write", |
| 45 | + "packages": "write", |
| 46 | + "repository_projects": "write" |
| 47 | + } |
| 48 | + }, |
| 49 | + "recaptime-dev/infraops": { |
| 50 | + "permissions": { |
| 51 | + "issues": "write", |
| 52 | + "contents": "read", |
| 53 | + "packages": "write", |
| 54 | + "repository_projects": "write" |
| 55 | + } |
| 56 | + }, |
| 57 | + "hackclub/dns": { |
| 58 | + "permissions": { |
| 59 | + "issues": "write", |
| 60 | + "contents": "read", |
| 61 | + "pull_requests": "read", |
| 62 | + "statuses": "read", |
| 63 | + "checks": "read", |
| 64 | + "actions": "read" |
| 65 | + } |
| 66 | + } |
| 67 | + } |
| 68 | + } |
| 69 | + } |
33 | 70 | } |
0 commit comments