Skip to content

Commit

Permalink
Simplify templating - try 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Soubinan committed Oct 29, 2024
1 parent d9c0803 commit aef8037
Show file tree
Hide file tree
Showing 70 changed files with 3,478 additions and 4,960 deletions.
5 changes: 4 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@ FROM ubuntu:latest
RUN apt-get update && apt-get upgrade -y && \
apt-get install -y \
build-essential \
gnupg2 \
debootstrap \
squashfs-tools \
make \
rsync \
curl \
wget \
git \
vim \
unzip \
squashfs-tools \
&& apt-get clean all \
&& rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"remoteUser": "root",
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces/homelab-lxc,type=bind,consistency=cached,Z=true",
"workspaceFolder": "/workspaces/homelab-lxc",
"initializeCommand":{
"initializeCommand": {
"clean_kcl": "rm -rf ${localWorkspaceFolder}/.kclvm",
"clean_partial": "rm -f ${localWorkspaceFolder}/_lxc-partial.yml",
"clean_template": "rm -f ${localWorkspaceFolder}/_lxc-template.yml",
Expand Down
File renamed without changes.
49 changes: 0 additions & 49 deletions .github/workflows/build-adguard.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .github/workflows/build-apisix.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .github/workflows/build-bunkerweb.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .github/workflows/build-codeserver.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .github/workflows/build-downloadarr.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .github/workflows/build-gitea.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .github/workflows/build-grafana.yml

This file was deleted.

Loading

0 comments on commit aef8037

Please sign in to comment.