Skip to content

Commit 21a1fed

Browse files
author
Soubinan
committed
Simplify templating - try 1
1 parent d9c0803 commit 21a1fed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+4031
-4875
lines changed

.devcontainer/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@ FROM ubuntu:latest
33
RUN apt-get update && apt-get upgrade -y && \
44
apt-get install -y \
55
build-essential \
6+
gnupg \
67
debootstrap \
8+
squashfs-tools \
9+
make \
10+
rsync \
711
curl \
812
wget \
913
git \
1014
vim \
1115
unzip \
12-
squashfs-tools \
1316
&& apt-get clean all \
1417
&& rm -rf /var/lib/apt/lists/*
1518

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"remoteUser": "root",
99
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces/homelab-lxc,type=bind,consistency=cached,Z=true",
1010
"workspaceFolder": "/workspaces/homelab-lxc",
11-
"initializeCommand":{
11+
"initializeCommand": {
1212
"clean_kcl": "rm -rf ${localWorkspaceFolder}/.kclvm",
1313
"clean_partial": "rm -f ${localWorkspaceFolder}/_lxc-partial.yml",
1414
"clean_template": "rm -f ${localWorkspaceFolder}/_lxc-template.yml",
File renamed without changes.

.github/workflows/build-adguard.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/workflows/build-apisix.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/workflows/build-bunkerweb.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/workflows/build-codeserver.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/workflows/build-downloadarr.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/workflows/build-gitea.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/workflows/build-grafana.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)